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

Method Operator

fem/coefficient.cpp:3849–3853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3847
3848template <>
3849shared_ptr<CoefficientFunction>
3850cl_BinaryOpCF<GenericPlus>::Operator(const string & name) const
3851{
3852 return c1->Operator(name) + c2->Operator(name);
3853}
3854
3855shared_ptr<CoefficientFunction> operator+ (shared_ptr<CoefficientFunction> c1, shared_ptr<CoefficientFunction> c2)
3856{

Callers 15

DiffShapeMethod · 0.45
DiffShapeMethod · 0.45
DiffShapeMethod · 0.45
DiffShapeMethod · 0.45
DiffShapeMethod · 0.45
DiffShapeMethod · 0.45
DiffShapeMethod · 0.45
OperatorMethod · 0.45
OperatorFunction · 0.45
DiffShapeMethod · 0.45
OperatorMethod · 0.45

Calls 1

DimensionMethod · 0.45

Tested by 7

laplaceFunction · 0.36
hessFunction · 0.36
TestFunction · 0.36
TestCurvatureDiffOps2DFunction · 0.36
TestCurvatureDiffOps3DFunction · 0.36
test_dual_hcurlFunction · 0.36
_fmm_direct_operatorsFunction · 0.36