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

Method AddOperator

comp/globalspace.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 void GlobalSpace :: AddOperator (string name, VorB vb, shared_ptr<CoefficientFunction> dbasis)
148 {
149 additional_evaluators.Set (name, make_shared<VolDiffOp>(dbasis, vb));
150 }
151
152 FiniteElement & GlobalSpace :: GetFE (ElementId ei, Allocator & lh) const
153 {

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected