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