netgen/libsrc/meshing/boundarylayer.hpp

14 lines
246 B
C++
Raw Normal View History

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