mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-23 20:45:38 +05:00
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
|