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

Method setPreconditioner

src/zeroD/ReactorNet.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void ReactorNet::setPreconditioner(shared_ptr<SystemJacobian> preconditioner)
177{
178 m_precon = preconditioner;
179 m_integrator_init = false;
180}
181
182void ReactorNet::setMaxSteps(int nmax)
183{

Callers 2

TESTFunction · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36