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

Method GenerateMatrix

fem/diffop.hpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 template <typename FEL, typename MIP, typename MAT>
49 static void GenerateMatrix (const FEL & fel, const MIP & mip,
50 MAT & mat, LocalHeap & lh)
51 {
52 Exception::Throw("DIFFOP::GenerateMatrix should not be here, diffop = ", typeid(DOP).name());
53 }
54
55 /// tbd
56 template <typename FEL, typename MIR, typename MAT>

Callers 9

CalcElementMatrixMethod · 0.45
GenerateMatrixIRMethod · 0.45
ApplyMethod · 0.45
ApplyInvMethod · 0.45
ApplyTransMethod · 0.45
CalcFluxMultiMethod · 0.45
CalcElementMatrixDiagMethod · 0.45
T_CalcElementMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected