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

Method GetTrace

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

Source from the content-addressed store, hash-verified

1100 virtual bool SupportsVB (VorB checkvb) const override { return DIFFOP::SupportsVB(checkvb); }
1101
1102 virtual shared_ptr<DifferentialOperator> GetTrace() const override
1103 {
1104 if constexpr (is_same_v<void,typename DIFFOP::DIFFOP_TRACE>)
1105 return nullptr;
1106 else
1107 return make_shared<T_DifferentialOperator<typename DIFFOP::DIFFOP_TRACE>> ();
1108 }
1109
1110 virtual void
1111 CalcMatrix (const FiniteElement & bfel,

Callers 9

TraceMethod · 0.45
GetTraceMethod · 0.45
GetTraceMethod · 0.45
GetTraceMethod · 0.45
GetTraceMethod · 0.45
GetTraceMethod · 0.45
GetTraceMethod · 0.45
GetTraceMethod · 0.45
GetTraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected