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

Method CalcTransformationMatrix

comp/l2hofespace.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115 template <typename MIP, typename MAT>
116 static void CalcTransformationMatrix (const MIP & mip,
117 MAT & mat, LocalHeap & lh)
118 {
119 mat.Col(0).Range(D) = static_cast<const MappedIntegrationPoint<D,D>&> (mip).GetNV();
120 }
121
122
123 };

Callers 1

AssembleBDBMethod · 0.45

Calls 2

RangeMethod · 0.45
ColMethod · 0.45

Tested by

no test coverage detected