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

Method CalcElementMatrix

comp/contact.cpp:1638–1645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1636
1637 template<int DIM>
1638 void MPContactElement<DIM>::CalcElementMatrix(FlatMatrix<double> elmat,
1639 LocalHeap& lh) const
1640 {
1641 HeapReset hr(lh);
1642 FlatVector<> elx(elmat.Width(), lh);
1643 elx = 0;
1644 CalcLinearizedElementMatrix (elx, elmat, lh);
1645 }
1646
1647
1648 template<int DIM>

Callers 11

ConvertL2OperatorMethod · 0.45
DoAssembleMethod · 0.45
ComputeInternalMethod · 0.45
CalcFluxProjectFunction · 0.45
SetValuesFunction · 0.45
PatchwiseSolveFunction · 0.45
AssembleMethod · 0.45
LaplaceTimingMethod · 0.45
MyAssembleMatrixFunction · 0.45
assemble.pyFile · 0.45
integrator.pyFile · 0.45

Calls 2

WidthMethod · 0.45

Tested by 1

LaplaceTimingMethod · 0.36