ReFRACtor
model_state.cc
Go to the documentation of this file.
1 #include <model_state.h>
2 
3 
4 using namespace FullPhysics;
5 
6 
8 {
10  M.reference(s.M.copy());
11  K.reference(s.K.copy());
12 }
const Unit s("s", 1.0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0)
The state for a parametrized mathematical model (a vector function) and its Jacobian.
Definition: model_state.h:36
virtual void set(const ProblemState &s)
Makes self a copy of the input state.
Definition: problem_state.h:88
blitz::Array< double, 2 > K
Definition: model_state.h:99
blitz::Array< double, 1 > M
Definition: model_state.h:98
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1
virtual void set(const ModelState &s)
Makes self a copy of the input state.
Definition: model_state.cc:7

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10