Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Update
Function · 0.70
Update
Method · 0.45
Tested by
no test coverage detected