MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / UnSetHigherIntegrationOrder

Method UnSetHigherIntegrationOrder

comp/meshaccess.cpp:2361–2369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2359 higher_integration_order[elnr] = true;
2360 }
2361 void MeshAccess::UnSetHigherIntegrationOrder(int elnr)
2362 {
2363 if(higher_integration_order.Size() != GetNE())
2364 {
2365 higher_integration_order.SetSize(GetNE());
2366 higher_integration_order = false;
2367 }
2368 higher_integration_order[elnr] = false;
2369 }
2370
2371 /*
2372 void MeshAccess :: InitPointCurve(double red, double green, double blue) const

Callers 1

meshaccess.cppFile · 0.80

Calls 3

GetNEFunction · 0.85
SizeMethod · 0.45
SetSizeMethod · 0.45

Tested by

no test coverage detected