netgen/libsrc/meshing/specials.hpp

18 lines
276 B
C++
Raw Normal View History

2009-01-13 04:40:13 +05:00
#ifndef FILE_SPECIALS
#define FILE_SPECIALS
/*
Very special implementations ..
*/
namespace netgen {
2009-01-13 04:40:13 +05:00
///
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
} // namespace netgen
2009-01-13 04:40:13 +05:00
#endif