1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-02-06 01:34:17 +05:00
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