|
OOPS
|
L95 model trajectory. More...
#include <ModelTrajectory.h>


Public Member Functions | |
| ModelTrajectory (const bool ltraj=true) | |
| Constructor, destructor. More... | |
| ~ModelTrajectory () | |
| void | set (const FieldL95 &) |
| Save trajectory. More... | |
| const FieldL95 & | get (const int) const |
| Get trajectory. More... | |
Static Public Member Functions | |
| static const std::string | classname () |
Private Attributes | |
| const bool | ltraj_ |
| boost::ptr_vector< FieldL95 > | traj_ |
L95 model trajectory.
Definition at line 26 of file ModelTrajectory.h.
|
explicit |
Constructor, destructor.
Definition at line 19 of file ModelTrajectory.cc.
| lorenz95::ModelTrajectory::~ModelTrajectory | ( | ) |
Definition at line 21 of file ModelTrajectory.cc.
|
inlinestatic |
Definition at line 28 of file ModelTrajectory.h.
| const FieldL95 & lorenz95::ModelTrajectory::get | ( | const int | ii | ) | const |
Get trajectory.
Definition at line 27 of file ModelTrajectory.cc.

| void lorenz95::ModelTrajectory::set | ( | const FieldL95 & | xx | ) |
Save trajectory.
Definition at line 23 of file ModelTrajectory.cc.

|
private |
Definition at line 41 of file ModelTrajectory.h.
|
private |
Definition at line 42 of file ModelTrajectory.h.