mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +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);
|
||||
}
|
||||
|
||||
/*
|
||||
#ifndef SABINE //Nachbarelemente mit ordx,ordy,ordz
|
||||
|
||||
Array<int,PointIndex::BASE> v_order (mesh.GetNP());
|
||||
@ -2766,7 +2765,6 @@ namespace netgen
|
||||
mesh[sei].SetOrder(v_order[mesh[sei][j]]-1);
|
||||
|
||||
#endif
|
||||
*/
|
||||
|
||||
PopStatus();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user