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

Method Set

comp/interpolate.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 { }
34
35 void Set (FiniteElement * afe, FlatVector<> * aelvec)
36 {
37 auto tid = TaskManager::GetThreadId();
38 fes[tid] = afe;
39 elvecs[tid] = aelvec;
40 }
41
42 template <typename MIR, typename T, ORDERING ORD>
43 void T_Evaluate (const MIR & mir, BareSliceMatrix<T,ORD> values) const

Callers 15

UpdateFreeDofsMethod · 0.45
MatrixFESpaceMethod · 0.45
FacetSurfaceFESpaceMethod · 0.45
HCT_FESpaceMethod · 0.45
CreateGradientSpaceMethod · 0.45
VectorFESpaceMethod · 0.45
AddOperatorMethod · 0.45
UpdateMethod · 0.45
hcurlhdivfes.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected