mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
10 lines
123 B
C++
10 lines
123 B
C++
|
#ifndef FILE_BOUNDARYLAYER
|
||
|
#define FILE_BOUNDARYLAYER
|
||
|
|
||
|
|
||
|
///
|
||
|
extern void InsertVirtualBoundaryLayer (Mesh & mesh);
|
||
|
|
||
|
|
||
|
#endif
|