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

Method SetHigherIntegrationOrder

comp/meshaccess.cpp:2352–2360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2350 }
2351
2352 void MeshAccess::SetHigherIntegrationOrder(int elnr)
2353 {
2354 if(higher_integration_order.Size() != GetNE())
2355 {
2356 higher_integration_order.SetSize(GetNE());
2357 higher_integration_order = false;
2358 }
2359 higher_integration_order[elnr] = true;
2360 }
2361 void MeshAccess::UnSetHigherIntegrationOrder(int elnr)
2362 {
2363 if(higher_integration_order.Size() != GetNE())

Callers 1

meshaccess.cppFile · 0.80

Calls 3

GetNEFunction · 0.85
SizeMethod · 0.45
SetSizeMethod · 0.45

Tested by

no test coverage detected