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

Function Save

comp/gridfunction.hpp:372–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 void Update () override;
371 void Load(istream& ist, int mdcomp) override { throw Exception("Load not implemented for ComponentGF"); }
372 void Save(ostream& ost, int mdcomp) const override { throw Exception("Save not implemented for ComponentGF"); }
373 shared_ptr<GridFunction> GetParent() const { return gf_parent; }
374 int GetComponent() const { return comp; }
375 };

Callers 1

SaveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected