netgen/libsrc/meshing/specials.hpp

17 lines
236 B
C++
Raw Normal View History

2009-01-12 23:40:13 +00:00
#ifndef FILE_SPECIALS
#define FILE_SPECIALS
/*
Very special implementations ..
*/
///
2015-10-19 10:08:30 +02:00
DLL_HEADER extern void CutOffAndCombine (Mesh & mesh, const Mesh & othermesh);
2009-01-12 23:40:13 +00:00
2015-10-19 10:08:30 +02:00
DLL_HEADER extern void HelmholtzMesh (Mesh & mesh);
2009-01-12 23:40:13 +00:00
#endif