mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
p-smoothing for p-refinement
This commit is contained in:
parent
4af6fd91cc
commit
775b8401e5
@ -2739,7 +2739,6 @@ namespace netgen
|
|||||||
mesh[sei].SetOrder(ox+2,oy+2);
|
mesh[sei].SetOrder(ox+2,oy+2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
#ifndef SABINE //Nachbarelemente mit ordx,ordy,ordz
|
#ifndef SABINE //Nachbarelemente mit ordx,ordy,ordz
|
||||||
|
|
||||||
Array<int,PointIndex::BASE> v_order (mesh.GetNP());
|
Array<int,PointIndex::BASE> v_order (mesh.GetNP());
|
||||||
@ -2766,7 +2765,6 @@ namespace netgen
|
|||||||
mesh[sei].SetOrder(v_order[mesh[sei][j]]-1);
|
mesh[sei].SetOrder(v_order[mesh[sei][j]]-1);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
*/
|
|
||||||
|
|
||||||
PopStatus();
|
PopStatus();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user