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

Method CalcDivShape

comp/Hddf.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 virtual void CalcDivShape(const IntegrationPoint &ip, SliceMatrix<double> div_shapes) const override
225 {
226 throw Exception("HDDFacet, element type " + ToString(ET) + " FaceDivShape not implemented");
227 }
228
229 };
230

Callers 5

GenerateMatrixRefMethod · 0.45
GenerateMatrixMethod · 0.45
GenerateMatrixMethod · 0.45
GenerateMatrixMethod · 0.45
GenerateMatrixMethod · 0.45

Calls 1

ToStringFunction · 0.85

Tested by

no test coverage detected