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

Method Evaluate

comp/gridfunction.cpp:1363–1369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361 }
1362
1363 double GridFunctionCoefficientFunction ::
1364 Evaluate (const BaseMappedIntegrationPoint & ip) const
1365 {
1366 VectorMem<10> flux(Dimension());
1367 Evaluate (ip, flux);
1368 return flux(0);
1369 }
1370
1371 Complex GridFunctionCoefficientFunction ::
1372 EvaluateComplex (const BaseMappedIntegrationPoint & ip) const

Callers

nothing calls this directly

Calls 15

ElementIdClass · 0.85
ToStringFunction · 0.85
GetTransformationMethod · 0.80
GetMeshAccessMethod · 0.80
BelongsToMeshMethod · 0.80
IsInvalidMethod · 0.80
TransformVecMethod · 0.80
GetFESpaceMethod · 0.80
HasMemoryMethod · 0.80
ComputedMethod · 0.80
GetMemoryMethod · 0.80
SetComputedMethod · 0.80

Tested by

no test coverage detected