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

Method Update

comp/hidden.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void HiddenFESpace :: Update()
37 {
38 space->Update();
39 FESpace::Update();
40
41 SetNDof (0);
42 }
43
44 FiniteElement& HiddenFESpace :: GetFE (ElementId ei, Allocator & alloc) const
45 {

Callers

nothing calls this directly

Calls 2

UpdateFunction · 0.70
UpdateMethod · 0.45

Tested by

no test coverage detected