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

Method CalcShape

comp/Hddf.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 void CalcShape(const IntegrationPoint &ip, SliceMatrix<double> shapes) const override
220 {
221 throw Exception("HCCFacet, element type " + ToString(ET) + " not implemented");
222 }
223
224 virtual void CalcDivShape(const IntegrationPoint &ip, SliceMatrix<double> div_shapes) const override
225 {

Callers 2

GenerateMatrixMethod · 0.45
GenerateMatrixMethod · 0.45

Calls 1

ToStringFunction · 0.85

Tested by

no test coverage detected