mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
add prototype GetBoundaryNeightbouringDomains
This commit is contained in:
parent
dceed125d8
commit
2d835e25cc
@ -269,6 +269,9 @@ namespace netgen
|
|||||||
template <int DIM>
|
template <int DIM>
|
||||||
int GetNNodes ();
|
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 Refine (NG_REFINEMENT_TYPE reftype,
|
||||||
void (*taskmanager)(function<void(int,int)>) = &DummyTaskManager2);
|
void (*taskmanager)(function<void(int,int)>) = &DummyTaskManager2);
|
||||||
|
Loading…
Reference in New Issue
Block a user