| 1794 | { return Array<shared_ptr<CoefficientFunction>>({ c1 }); } |
| 1795 | |
| 1796 | virtual bool DefinedOn (const ElementTransformation & trafo) override |
| 1797 | { return c1->DefinedOn(trafo); } |
| 1798 | |
| 1799 | using BASE::Evaluate; |
| 1800 | virtual double Evaluate (const BaseMappedIntegrationPoint & ip) const override |