| 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 |
no test coverage detected