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