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

Method DoArchive

comp/gridfunction.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68 void GridFunctionCoefficientFunction :: DoArchive(Archive& ar)
69 {
70 CoefficientFunctionNoDerivative::DoArchive(ar);
71 ar.Shallow(gf_shared_ptr);
72 ar.Shallow(gf);
73 ar.Shallow(fes);
74 for (auto i : Range(4))
75 ar & diffop[i];
76 ar & comp;
77 }
78
79 GridFunction :: GridFunction (shared_ptr<FESpace> afespace, const string & aname,
80 const Flags & aflags)

Callers

nothing calls this directly

Calls 9

NodeIdClass · 0.85
GetMeshAccessMethod · 0.80
FVDoubleMethod · 0.80
UpdateFunction · 0.70
DoArchiveFunction · 0.50
RangeFunction · 0.50
SetSizeMethod · 0.45
SizeMethod · 0.45
GetDofNrsMethod · 0.45

Tested by

no test coverage detected