| 232 | |
| 233 | virtual string Name() const override { return diffop->Name(); } |
| 234 | shared_ptr<DifferentialOperator> BaseDiffOp() const { return diffop; } |
| 235 | virtual bool SupportsVB (VorB checkvb) const override { return diffop->SupportsVB(checkvb); } |
| 236 | |
| 237 | virtual IntRange UsedDofs(const FiniteElement & fel) const override { return dim*diffop->UsedDofs(fel); } |
no outgoing calls
no test coverage detected