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

14 lines
270 B
C++

#ifndef FILE_BOUNDARYLAYER
#define FILE_BOUNDARYLAYER
///
extern void InsertVirtualBoundaryLayer (Mesh & mesh);
/// Create a typical prismatic boundary layer on the given
/// surfaces
extern void GenerateBoundaryLayer (Mesh & mesh, MeshingParameters & mp);
#endif