#include <ValueVessel.h>
|
Log & | log |
| Reference to the log on which to output details. More...
|
|
◆ ValueVessel()
PLMD::vesselbase::ValueVessel::ValueVessel |
( |
const VesselOptions & |
da | ) |
|
|
explicit |
◆ ~ValueVessel()
PLMD::vesselbase::ValueVessel::~ValueVessel |
( |
| ) |
|
◆ applyForce()
bool PLMD::vesselbase::ValueVessel::applyForce |
( |
std::vector< double > & |
forces | ) |
|
|
virtual |
◆ calculate()
virtual void PLMD::vesselbase::Vessel::calculate |
( |
const unsigned & |
current, |
|
|
MultiValue & |
myvals, |
|
|
std::vector< double > & |
buffer, |
|
|
std::vector< unsigned > & |
der_list |
|
) |
| const |
|
pure virtualinherited |
Calculate the part of the vessel that is done in the loop.
Implemented in PLMD::gridtools::GridVessel, PLMD::vesselbase::StoreDataVessel, PLMD::vesselbase::BridgeVessel, PLMD::vesselbase::FunctionVessel, PLMD::gridtools::HistogramOnGrid, PLMD::crystallization::GradientVessel, PLMD::vesselbase::OrderingVessel, PLMD::vesselbase::ShortcutVessel, PLMD::analysis::AverageVessel, PLMD::crystallization::VectorMean, PLMD::crystallization::VectorSum, and PLMD::mapping::SpathVessel.
◆ checkRead()
void PLMD::vesselbase::Vessel::checkRead |
( |
| ) |
|
|
inherited |
Check that readin was fine.
◆ description()
std::string PLMD::vesselbase::ValueVessel::description |
( |
| ) |
|
|
virtual |
◆ error()
void PLMD::vesselbase::Vessel::error |
( |
const std::string & |
errmsg | ) |
|
|
protectedinherited |
◆ finish()
virtual void PLMD::vesselbase::Vessel::finish |
( |
const std::vector< double > & |
| ) |
|
|
pure virtualinherited |
Complete the calculation once the loop is finished.
Implemented in PLMD::vesselbase::StoreDataVessel, PLMD::vesselbase::BridgeVessel, PLMD::vesselbase::FunctionVessel, PLMD::vesselbase::AveragingVessel, PLMD::gridtools::HistogramOnGrid, PLMD::crystallization::GradientVessel, PLMD::vesselbase::Moments, PLMD::vesselbase::OrderingVessel, PLMD::vesselbase::ShortcutVessel, PLMD::crystallization::VectorMean, and PLMD::crystallization::VectorSum.
◆ getAction()
Return a pointer to the action we are working in.
◆ getAllInput()
std::string PLMD::vesselbase::Vessel::getAllInput |
( |
| ) |
|
|
protectedinherited |
This returns the whole input line (it is used for less_than/more_than/between)
◆ getFinalValue()
Value * PLMD::vesselbase::ValueVessel::getFinalValue |
( |
| ) |
const |
|
inline |
◆ getLabel()
std::string PLMD::vesselbase::Vessel::getLabel |
( |
| ) |
const |
|
inherited |
◆ getName()
std::string PLMD::vesselbase::Vessel::getName |
( |
| ) |
const |
|
inherited |
◆ getNLTolerance()
double PLMD::vesselbase::Vessel::getNLTolerance |
( |
| ) |
const |
|
inlineprotectedinherited |
Return the value of the neighbor list tolerance.
◆ getNumericalLabel()
int PLMD::vesselbase::Vessel::getNumericalLabel |
( |
| ) |
const |
|
inlineprotectedinherited |
Return the numerical label.
◆ getOutputValue()
double PLMD::vesselbase::ValueVessel::getOutputValue |
( |
| ) |
const |
|
inline |
◆ getTolerance()
double PLMD::vesselbase::Vessel::getTolerance |
( |
| ) |
const |
|
inlineprotectedinherited |
Return the value of the tolerance.
◆ parse()
template<class T >
void PLMD::vesselbase::Vessel::parse |
( |
const std::string & |
key, |
|
|
T & |
t |
|
) |
| |
|
protectedinherited |
Parse something from the input.
◆ parseFlag()
void PLMD::vesselbase::Vessel::parseFlag |
( |
const std::string & |
key, |
|
|
bool & |
t |
|
) |
| |
|
protectedinherited |
Parse one keyword as boolean flag.
◆ parseVector()
template<class T >
void PLMD::vesselbase::Vessel::parseVector |
( |
const std::string & |
key, |
|
|
std::vector< T > & |
t |
|
) |
| |
|
protectedinherited |
Parse one keyword as std::vector.
◆ prepare()
virtual void PLMD::vesselbase::Vessel::prepare |
( |
| ) |
|
|
inlinevirtualinherited |
◆ registerKeywords()
void PLMD::vesselbase::ValueVessel::registerKeywords |
( |
Keywords & |
keys | ) |
|
|
static |
◆ resize()
virtual void PLMD::vesselbase::Vessel::resize |
( |
| ) |
|
|
pure virtualinherited |
Reset the size of the buffers.
Implemented in PLMD::vesselbase::StoreDataVessel, PLMD::gridtools::GridVessel, PLMD::vesselbase::FunctionVessel, PLMD::vesselbase::BridgeVessel, PLMD::crystallization::GradientVessel, PLMD::vesselbase::Moments, PLMD::vesselbase::OrderingVessel, PLMD::vesselbase::ShortcutVessel, PLMD::analysis::AverageVessel, PLMD::crystallization::VectorMean, and PLMD::crystallization::VectorSum.
◆ resizeBuffer()
void PLMD::vesselbase::Vessel::resizeBuffer |
( |
const unsigned & |
n | ) |
|
|
inlineprotectedinherited |
Set the size of the data buffer.
◆ setBufferStart()
void PLMD::vesselbase::Vessel::setBufferStart |
( |
unsigned & |
start | ) |
|
|
inlinevirtualinherited |
◆ setOutputValue()
void PLMD::vesselbase::ValueVessel::setOutputValue |
( |
const double & |
val | ) |
|
|
inlineprotected |
◆ transformDerivatives()
◆ transformName()
std::string PLMD::vesselbase::Vessel::transformName |
( |
const std::string & |
name | ) |
|
|
staticinherited |
Convert the name to the label of the component.
◆ value_descriptor()
virtual std::string PLMD::vesselbase::ValueVessel::value_descriptor |
( |
| ) |
|
|
pure virtual |
Implemented in PLMD::crystallization::GradientVessel, PLMD::vesselbase::LessThan, PLMD::crystallization::VectorMean, PLMD::crystallization::VectorSum, PLMD::mapping::SpathVessel, PLMD::vesselbase::Between, PLMD::vesselbase::MoreThan, PLMD::mapping::ZpathVessel, PLMD::vesselbase::Max, PLMD::vesselbase::Min, PLMD::vesselbase::AltMin, PLMD::vesselbase::Mean, PLMD::vesselbase::Highest, PLMD::vesselbase::Lowest, and PLMD::vesselbase::Sum.
◆ bufstart
unsigned PLMD::vesselbase::Vessel::bufstart |
|
protectedinherited |
◆ comm
A copy of the communicator.
◆ final_value
Value* PLMD::vesselbase::ValueVessel::final_value |
|
private |
◆ log
Log& PLMD::vesselbase::Vessel::log |
|
inherited |
Reference to the log on which to output details.
◆ mycomp
unsigned PLMD::vesselbase::ValueVessel::mycomp |
|
protected |
The component that is being averaged/accumulated whatever.
◆ no_output_value
bool PLMD::vesselbase::ValueVessel::no_output_value |
|
private |
The documentation for this class was generated from the following files: