netgen/libsrc/meshing/specials.hpp
2014-01-09 09:19:48 +00:00

17 lines
214 B
C++

#ifndef FILE_SPECIALS
#define FILE_SPECIALS
/*
Very special implementations ..
*/
///
extern void CutOffAndCombine (Mesh & mesh, const Mesh & othermesh);
extern void HelmholtzMesh (Mesh & mesh);
#endif