1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-03-12 21:04:37 +05:00
2015-10-19 10:08:30 +02:00

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