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

Method Dist

fem/coefficient.cpp:4709–4709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4707 int First() const { return first; }
4708 FlatArray<int> Num() const { return num; }
4709 FlatArray<int> Dist() const { return dist; }
4710
4711 virtual void GenerateCode(Code &code, FlatArray<int> inputs, int index) const override
4712 {

Callers 15

CalcMatrixMethod · 0.45
EvaluateMethod · 0.45
AddTransMethod · 0.45
ApplyIRMethod · 0.45
CalcFluxMethod · 0.45
Evaluate_MatrixMethod · 0.45
AddTrans_MatrixMethod · 0.45
EvaluateDivMethod · 0.45
AddDivTransMethod · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected