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

Method CalcShape

comp/HCTspace.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38 virtual void CalcShape (const IntegrationPoint & ip,
39 BareSliceVector<double> shape) const override
40 {
41 Vector<double> allshape(ndof_all);
42 T_CalcShape (ip(0), ip(1), allshape);
43 shape = allshape.Range(ndof);
44 }
45
46 virtual void CalcDShape (const IntegrationPoint & ip,
47 BareSliceMatrix<> dshape) const override

Callers 15

GenerateMatrixMethod · 0.45
GenerateMatrixMethod · 0.45
GenerateMatrixSIMDIRMethod · 0.45
GenerateMatrixMethod · 0.45
T_EvaluateMethod · 0.45
GenerateMatrixMethod · 0.45
GenerateMatrixMethod · 0.45
GenerateMatrixMethod · 0.45
GenerateMatrixRefMethod · 0.45
CalcMatricesMethod · 0.45
CalcMatricesMethod · 0.45
CreateMassOperatorMethod · 0.45

Calls 1

RangeMethod · 0.45

Tested by

no test coverage detected