MCPcopy Create free account
hub / github.com/Cantera/cantera / setLinearSolverType

Method setLinearSolverType

src/zeroD/ReactorNet.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void ReactorNet::setLinearSolverType(const string& linSolverType)
171{
172 m_linearSolverType = linSolverType;
173 m_integrator_init = false;
174}
175
176void ReactorNet::setPreconditioner(shared_ptr<SystemJacobian> preconditioner)
177{

Callers 4

TESTFunction · 0.45
initializeMethod · 0.45
addReactorMethod · 0.45
ImplicitSurfChemMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36