netgen/libsrc/meshing/specials.hpp

17 lines
236 B
C++
Raw Normal View History

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