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

Method BaseDiffOp

fem/diffop.hpp:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

OperatorMethod · 0.45
GetIntegratorMethod · 0.45
CalcFluxProjectFunction · 0.45
SetValuesFunction · 0.45
InterpolateDiffOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected