mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
b2e8610f90
* More user feedback when saving and exporting mesh files to disk
14 lines
270 B
C++
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
|