netgen/libsrc/meshing/specials.hpp
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