mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
add prototype GetBoundaryNeightbouringDomains
This commit is contained in:
parent
dceed125d8
commit
2d835e25cc
@ -269,6 +269,9 @@ namespace netgen
|
||||
template <int DIM>
|
||||
int GetNNodes ();
|
||||
|
||||
// returns domain numbers of domains next to boundary bnr -> (domin, domout)
|
||||
// 3D only
|
||||
// std::pair<int,int> GetBoundaryNeighbouringDomains (int bnr);
|
||||
|
||||
void Refine (NG_REFINEMENT_TYPE reftype,
|
||||
void (*taskmanager)(function<void(int,int)>) = &DummyTaskManager2);
|
||||
|
Loading…
Reference in New Issue
Block a user