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

Method GetDiagMassMatrix

fem/code_generation.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 BASE::T_CalcShape(ip, shape);
231 }
232 void GetDiagMassMatrix(FlatVector<> mass) const {
233 throw Exception("GetDiagMassMatrix not implemented");
234 }
235 };
236
237 // This class behaves like a numeric type, but 'records' all computations in expression strings

Callers 15

ApplyMassL2ConstMethod · 0.45
CreateMassOperatorMethod · 0.45
SolveMMethod · 0.45
ApplyMMethod · 0.45
GetMassOperatorMethod · 0.45
SolveM_DimMethod · 0.45
SolveMPiolaMethod · 0.45
SolveMCovariantMethod · 0.45
ApplyM_DimMethod · 0.45
ApplyMPiolaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected