1 #ifndef CONNOR_SOLVER_OUTPUT_H 2 #define CONNOR_SOLVER_OUTPUT_H 23 bool Write_jacobian =
false)
24 : solver(Solver), write_jacobian(Write_jacobian) {}
This registers the portions of the ConnorSolver class that should be written as output.
ConnorSolverOutput(const boost::shared_ptr< ConnorSolver > &Solver, bool Write_jacobian=false)
You can optionally turn on the writing of the Jacobian.
virtual ~ConnorSolverOutput()
As described in the Output class, we have a decentralized model of producing output for L2 Full Physi...
Contains classes to abstract away details in various Spurr Radiative Transfer software.
virtual void register_output(const boost::shared_ptr< Output > &out) const
Register portions of class that will be written to output.