1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-03-01 15:35:40 +05:00
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