netgen/libsrc/meshing/boundarylayer.hpp

14 lines
270 B
C++
Raw Normal View History

2009-01-13 04:40:13 +05:00
#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);
2009-01-13 04:40:13 +05:00
#endif