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