mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
17 lines
214 B
C++
17 lines
214 B
C++
|
#ifndef FILE_SPECIALS
|
||
|
#define FILE_SPECIALS
|
||
|
|
||
|
/*
|
||
|
|
||
|
Very special implementations ..
|
||
|
|
||
|
*/
|
||
|
|
||
|
|
||
|
///
|
||
|
extern void CutOffAndCombine (Mesh & mesh, const Mesh & othermesh);
|
||
|
|
||
|
extern void HelmholtzMesh (Mesh & mesh);
|
||
|
|
||
|
#endif
|