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

Method Operator

fem/coefficient_geo.cpp:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352
353 using CoefficientFunction::Operator;
354 shared_ptr<CoefficientFunction> Operator (const string & name) const override
355 {
356 if (name == "grad" || name == "Grad")
357 return WeingartenCF (D);
358 throw Exception("Normalvector cannot build operator " + name);
359 }
360
361
362 virtual shared_ptr<CoefficientFunction>

Callers 3

DiffMethod · 0.45
DiffMethod · 0.45
DiffMethod · 0.45

Calls 1

WeingartenCFFunction · 0.85

Tested by

no test coverage detected