netgen/libsrc/meshing/specials.hpp

17 lines
214 B
C++
Raw Normal View History

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