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

Method CalcFacetShapeVolIP

fem/facethofe.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225 template<ELEMENT_TYPE ET>
226 void FacetFE<ET>::CalcFacetShapeVolIP(int fnr, const IntegrationPoint & ip,
227 BareSliceVector<> shape) const
228 {
229 static_cast<const FacetFE<ET>*>(this)->T_CalcShapeFNr(fnr, GetTIP<DIM>(ip), shape);
230 }
231
232 template<ELEMENT_TYPE ET>
233 void FacetFE<ET>::CalcFacetShapeVolIR (int fnr, const SIMD_IntegrationRule & ir,

Callers 2

CalcShapeMethod · 0.80
GenerateMatrixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected