#include <State.h>
|
void | print (std::ostream &) const |
|
Definition at line 45 of file State.h.
◆ State() [1/4]
fv3jedi::State::State |
( |
const Geometry & |
geom, |
|
|
const oops::Variables & |
vars, |
|
|
const util::DateTime & |
time |
|
) |
| |
◆ State() [2/4]
fv3jedi::State::State |
( |
const Geometry & |
geom, |
|
|
const eckit::Configuration & |
conf |
|
) |
| |
◆ State() [3/4]
fv3jedi::State::State |
( |
const Geometry & |
resol, |
|
|
const State & |
other |
|
) |
| |
◆ State() [4/4]
fv3jedi::State::State |
( |
const State & |
other | ) |
|
◆ ~State()
fv3jedi::State::~State |
( |
| ) |
|
|
virtual |
◆ accumul()
void fv3jedi::State::accumul |
( |
const double & |
zz, |
|
|
const State & |
xx |
|
) |
| |
◆ analytic_init()
void fv3jedi::State::analytic_init |
( |
const eckit::Configuration & |
config, |
|
|
const Geometry & |
geom |
|
) |
| |
◆ changeResolution()
void fv3jedi::State::changeResolution |
( |
const State & |
xx | ) |
|
◆ classname()
static const std::string fv3jedi::State::classname |
( |
| ) |
|
|
inlinestatic |
◆ deserialize()
void fv3jedi::State::deserialize |
( |
const std::vector< double > & |
vect, |
|
|
size_t & |
index |
|
) |
| |
◆ geometry()
std::shared_ptr<const Geometry> fv3jedi::State::geometry |
( |
| ) |
const |
|
inline |
◆ norm()
double fv3jedi::State::norm |
( |
| ) |
const |
◆ operator+=()
◆ operator=()
State & fv3jedi::State::operator= |
( |
const State & |
rhs | ) |
|
◆ print()
void fv3jedi::State::print |
( |
std::ostream & |
os | ) |
const |
|
private |
◆ read()
void fv3jedi::State::read |
( |
const eckit::Configuration & |
config | ) |
|
◆ serialize()
void fv3jedi::State::serialize |
( |
std::vector< double > & |
vect | ) |
const |
◆ serialSize()
size_t fv3jedi::State::serialSize |
( |
| ) |
const |
Serialize and deserialize.
Definition at line 163 of file State.cc.
◆ time() [1/2]
util::DateTime& fv3jedi::State::time |
( |
| ) |
|
|
inline |
◆ time() [2/2]
const util::DateTime& fv3jedi::State::time |
( |
| ) |
const |
|
inline |
◆ toFortran() [1/2]
int& fv3jedi::State::toFortran |
( |
| ) |
|
|
inline |
◆ toFortran() [2/2]
const int& fv3jedi::State::toFortran |
( |
| ) |
const |
|
inline |
◆ updateTime()
void fv3jedi::State::updateTime |
( |
const util::Duration & |
dt | ) |
|
|
inline |
◆ validTime() [1/2]
util::DateTime& fv3jedi::State::validTime |
( |
| ) |
|
|
inline |
◆ validTime() [2/2]
const util::DateTime& fv3jedi::State::validTime |
( |
| ) |
const |
|
inline |
◆ variables()
const oops::Variables& fv3jedi::State::variables |
( |
| ) |
const |
|
inline |
◆ write()
void fv3jedi::State::write |
( |
const eckit::Configuration & |
config | ) |
const |
◆ zero()
void fv3jedi::State::zero |
( |
| ) |
|
◆ geom_
std::shared_ptr<const Geometry> fv3jedi::State::geom_ |
|
private |
◆ keyState_
◆ time_
util::DateTime fv3jedi::State::time_ |
|
private |
◆ vars_
oops::Variables fv3jedi::State::vars_ |
|
private |
The documentation for this class was generated from the following files: