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

Method Component

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

Source from the content-addressed store, hash-verified

813 virtual ~CompoundDifferentialOperator () = default;
814 shared_ptr<DifferentialOperator> BaseDiffOp() const { return diffop; }
815 int Component () const { return comp; }
816 virtual bool SupportsVB (VorB checkvb) const override { return diffop->SupportsVB(checkvb); }
817
818 shared_ptr<DifferentialOperator> GetTrace() const override

Callers 7

NewtonCFMethod · 0.80
MinimizationCFMethod · 0.80
OperatorMethod · 0.80
operator==Method · 0.80
MakeIntegralOperatorMethod · 0.80
GetFESOrderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected