Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ Update
Method
Update
comp/gridfunction.cpp:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
124
125
void GridFunction :: Update ()
126
{
127
throw Exception(
"GridFunction::Update not overloaded"
);
128
}
129
130
131
void GridFunction :: ConnectAutoUpdate()
Callers
nothing calls this directly
Calls
15
GetFESpace
Method · 0.80
GetParallelDofs
Method · 0.80
Memory
Method · 0.80
GetMeshAccess
Method · 0.80
GetProlongation
Method · 0.80
IsComplex
Function · 0.70
Update
Method · 0.45
get
Method · 0.45
SetSize
Method · 0.45
GetCommunicator
Method · 0.45
Size
Method · 0.45
Range
Method · 0.45
Tested by
no test coverage detected