Wrapper class for COPSS simulations.
More...
#include <COPSS.h>
|
std::ofstream | myout_ |
| Output stream for debug output.
|
|
|
static Constraint * | BuildConstraint (const Json::Value &json, boost::mpi::communicator &comm) |
| Build a constraint from a JSON node. More...
|
|
static Constraint * | BuildConstraint (const Json::Value &json, boost::mpi::communicator &comm, const std::string &path) |
| Overloaded function allowing JSON path specification. More...
|
|
static void | BuildConstraint (const Json::Value &json, ConstraintList &clist, boost::mpi::communicator &comm, const std::string &path) |
| Build constraint. More...
|
|
boost::mpi::communicator | comm_ |
| MPI global communicator.
|
|
Wrapper class for COPSS simulations.
Definition at line 32 of file COPSS.h.
SSAGES::COPSS::COPSS |
( |
boost::mpi::communicator & |
comm, |
|
|
unsigned int |
frequency |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
comm | MPI global communicator. |
frequency | Frequency with which this constraint is called. |
Definition at line 44 of file COPSS.h.
References myout_.
std::ofstream myout_
Output stream for debug output.
Constraint(unsigned int frequency, boost::mpi::communicator &comm)
Constructor.
void SSAGES::COPSS::Serialize |
( |
Json::Value & |
| ) |
const |
|
inlineoverride |
Serialize the class.
- Warning
- Serialization not yet implemented.
Definition at line 82 of file COPSS.h.
The documentation for this class was generated from the following file:
- /home/cody/SSAGES/src/Constraints/COPSS.h