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

Method GetPreconditioner

comp/preconditioner.cpp:1216–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1214 }
1215
1216 const PreconditionerClasses::PreconditionerInfo *
1217 PreconditionerClasses::GetPreconditioner(const string & name)
1218 {
1219 for (int i = 0; i < prea.Size(); i++)
1220 if (name == prea[i]->name)
1221 return prea[i].get();
1222 return nullptr;
1223 }
1224
1225 void PreconditionerClasses :: Print (ostream & ost) const
1226 {

Callers 3

BDDCMatrixMethod · 0.80
MGPreconditionerMethod · 0.80

Calls 2

SizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected