| 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 | }; |