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

Function TangentialVectorCF

fem/coefficient_geo.cpp:475–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473
474
475 shared_ptr<CoefficientFunction> TangentialVectorCF (int dim, bool consistent)
476 {
477 switch(dim)
478 {
479 case 1:
480 return make_shared<cl_TangentialVectorCF<1>>(consistent);
481 case 2:
482 return make_shared<cl_TangentialVectorCF<2>>(consistent);
483 default:
484 return make_shared<cl_TangentialVectorCF<3>>(consistent);
485 }
486 }
487
488
489 template <int DIMS, int DIMR>

Callers 2

GetTangentialVectorCFMethod · 0.85
DiffShapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected