Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
void ReactorNet::setPreconditioner(shared_ptr<SystemJacobian> preconditioner)
177
{
178
m_precon = preconditioner;
179
m_integrator_init = false;
180
}
181
182
void ReactorNet::setMaxSteps(int nmax)
183
{
Callers
2
TEST
Function · 0.45
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36