23 : label_(label, isRequired),
73 <<
"[ absent ]" << std::endl;
80 UTIL_THROW(
"Error: not isIoProcessor and not hasIoCommunicator");
83 UTIL_THROW(
"Error: not isIoProcessor and no MPI");
122 <<
"[ absent ]" << std::endl;
128 UTIL_THROW(
"Error: not isIoProcessor and !hasIoCommunicator");
131 UTIL_THROW(
"Error: not isIoProcessor and no MPI");
This file contains templates for global functions send<T>, recv<T> and bcast<T>.
Loading (input) archive for binary istream.
Saving / output archive for binary ostream.
std::string string() const
Return label string.
static bool isMatched()
Did the most recent attempt to match a Label succeed?
bool isRequired() const
Is this the label for a required component?
static std::ostream & file()
Get log ostream by reference.
MPI::Intracomm & ioCommunicator() const
Get the MPI communicator by reference.
bool isIoProcessor() const
Can this processor do file I/O ?
bool hasIoCommunicator() const
Does this object have an associated MPI communicator?
std::string indent() const
Return indent string for this object (string of spaces).
virtual void writeParam(std::ostream &out) const =0
Read parameter(s) to file.
static bool echo()
Get echo parameter.
virtual ~Parameter()
Destructor.
virtual void readLabel(std::istream &in)
Read and attempt to match label string.
std::string label() const
Return label string.
Parameter(const char *label, bool isRequired=true)
Constructor.
virtual void save(Serializable::OArchive &ar)
Save to an archive.
virtual void readValue(std::istream &in)
Read parameter value from an input stream.
virtual void saveValue(Serializable::OArchive &ar)
Save parameter value to an archive.
bool isActive_
Is this parameter active (always true if isRequired).
virtual void readParam(std::istream &in)
Read a label and (if the label matches) a parameter value.
virtual void loadValue(Serializable::IArchive &ar)
Load bare parameter value from an archive.
bool isRequired() const
Is this an optional parameter?
Label label_
Label object that contains parameter label string.
virtual void bcastValue()
Broadcast parameter value within the ioCommunicator.
bool isActive() const
Is this parameter active?
static const int Width
Width of output field for a scalar variable.
virtual void load(Serializable::IArchive &ar)
Load from an archive.
#define UTIL_THROW(msg)
Macro for throwing an Exception, reporting function, file and line number.
Utility classes for scientific computation.
void bcast< bool >(MPI::Intracomm &comm, bool &data, int root)
Explicit specialization of bcast for bool data.