mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
4cc2d7dc92
* Works for basic cases, but does not check for mesh validity yet * Lot of work to be done... not ready for general use yet !!
14 lines
246 B
C++
14 lines
246 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);
|
|
|
|
|
|
#endif
|