p-smoothing for p-refinement

This commit is contained in:
Joachim Schoeberl 2010-03-25 18:06:50 +00:00
parent 4af6fd91cc
commit 775b8401e5

View File

@ -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;