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

Method CalcFacetDShapeVolIP

fem/facethofe.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240 template<ELEMENT_TYPE ET>
241 void FacetFE<ET>::CalcFacetDShapeVolIP(int fnr, const IntegrationPoint & ip,
242 BareSliceMatrix<> dshape) const
243 {
244 T_CalcShapeFNr (fnr, GetTIPGrad<DIM> (ip),
245 SBLambda ([dshape] (int i, auto shape)
246 { dshape.Row(i) = GetGradient(shape); }));
247 }
248
249
250

Callers 1

CalcDShapeMethod · 0.80

Calls 2

GetGradientFunction · 0.85
RowMethod · 0.45

Tested by

no test coverage detected