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

Method GetNormalVectorCF

fem/python_fem.cpp:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 }
472
473 shared_ptr<CF> GetNormalVectorCF (int dim)
474 {
475 return NormalVectorCF(dim);
476 }
477 shared_ptr<CF> GetNormalVectorCF (ngcomp::Region& region)
478 {
479 const auto& boundaries = region.GetNeighbours(BND);

Callers

nothing calls this directly

Calls 5

NormalVectorCFFunction · 0.85
ClearMethod · 0.80
RangeFunction · 0.50
SizeMethod · 0.45
GetDimensionMethod · 0.45

Tested by

no test coverage detected