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

Method CalcLinearizedElementMatrix

fem/symbolicintegrator.cpp:2470–2484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2468 }
2469
2470 void
2471 SymbolicBilinearFormIntegrator ::
2472 CalcLinearizedElementMatrix (const FiniteElement & fel,
2473 const ElementTransformation & trafo,
2474 FlatVector<Complex> elveclin,
2475 FlatMatrix<Complex> elmat,
2476 LocalHeap & lh) const
2477 {
2478 if(linearization)
2479 {
2480 T_CalcLinearizedElementMatrixFrozen(fel, trafo, elveclin, elmat, lh);
2481 return;
2482 }
2483 CalcElementMatrix(fel, trafo, elmat, lh);
2484 }
2485
2486 void
2487 SymbolicBilinearFormIntegrator ::

Callers

nothing calls this directly

Calls 15

CalcElementMatrixFunction · 0.85
pw_multFunction · 0.85
IMClass · 0.85
GetIntegrationRuleFunction · 0.85
GetAMemoryMethod · 0.80
GetMemoryMethod · 0.80
CalcLinearizedMatrixMethod · 0.80
RangeFunction · 0.50
AddABtFunction · 0.50
TransFunction · 0.50
SizeMethod · 0.45

Tested by

no test coverage detected