netgen/libsrc/meshing/specials.hpp
2023-09-04 13:43:47 +02:00

18 lines
276 B
C++

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