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