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

Method reinitialize

src/zeroD/ReactorNet.cpp:156–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void ReactorNet::reinitialize()
157{
158 if (m_init) {
159 debuglog("Re-initializing reactor network.\n", m_verbose);
160 m_integ->reinitialize(m_time, *this);
161 if (m_integ->preconditionerSide() != PreconditionerSide::NO_PRECONDITION) {
162 checkPreconditionerSupported();
163 }
164 m_integrator_init = true;
165 } else {
166 initialize();
167 }
168}
169
170void ReactorNet::setLinearSolverType(const string& linSolverType)
171{

Callers 4

pfr.pyFile · 0.45
surf_pfr_chain.pyFile · 0.45
test_reservoir_syncMethod · 0.45

Calls 2

debuglogFunction · 0.85
preconditionerSideMethod · 0.45

Tested by 1

test_reservoir_syncMethod · 0.36