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

Method SetInverseType

parallel/parallel_matrices.cpp:720–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718 }
719
720 string ParallelMatrix::SetInverseType (string ainversetype) const
721 {
722 return mat->SetInverseType (ainversetype);
723 }
724
725 string ParallelMatrix::GetInverseType () const
726 {

Callers 13

UpdateMethod · 0.80
H1AMG_MatrixMethod · 0.80
SetupMethod · 0.80
BuildCoarsePrecondMethod · 0.80
BDDCMatrixMethod · 0.80
FinalizeMethod · 0.80
UpdateMethod · 0.80
CalcMethod · 0.80
ComputeMatricesMethod · 0.80
MasterInverseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected