#include <NonReducedVariable.h>
|
| NonReducedVariable () |
|
| ~NonReducedVariable () |
|
void | setDomain (escript::Domain_ptr d) |
|
bool | valueCompatible (boost::python::object v) |
|
bool | reduceLocalValue (boost::python::object v, std::string &errstring) |
|
void | reset () |
|
bool | checkRemoteCompatibility (JMPI &mpi_info, std::string &errstring) |
|
void | getCompatibilityInfo (std::vector< unsigned > ¶ms) |
|
bool | reduceRemoteValues (MPI_Comm &mpi_info) |
|
std::string | description () |
|
bool | recvFrom (int localid, int source, JMPI &mpiinfo) |
|
bool | sendTo (int localid, int target, JMPI &mpiinfo) |
|
double | getDouble () |
|
virtual boost::python::object | getPyObj () |
|
bool | groupSend (MPI_Comm &com, bool imsending) |
|
bool | groupReduce (MPI_Comm &com, char mystate) |
|
void | copyValueFrom (boost::shared_ptr< AbstractReducer > &src) |
|
virtual | ~AbstractReducer () |
|
virtual bool | valueCompatible (boost::python::object v)=0 |
|
virtual bool | reduceLocalValue (boost::python::object v, std::string &errstring)=0 |
|
virtual void | reset ()=0 |
|
virtual std::string | description ()=0 |
|
virtual bool | checkRemoteCompatibility (JMPI &mpi_info, std::string &errstring)=0 |
|
virtual void | setDomain (Domain_ptr dom) |
|
virtual bool | reduceRemoteValues (MPI_Comm &comm)=0 |
|
bool | hasValue () |
|
virtual bool | canClash () |
|
virtual bool | recvFrom (int localid, int source, JMPI &mpiinfo)=0 |
|
virtual bool | sendTo (int localid, int target, JMPI &mpiinfo)=0 |
|
virtual double | getDouble () |
|
virtual boost::python::object | getPyObj ()=0 |
|
virtual void | newRunJobs () |
|
virtual void | clear () |
|
virtual void | copyValueFrom (boost::shared_ptr< AbstractReducer > &src)=0 |
|
◆ NonReducedVariable()
NonReducedVariable::NonReducedVariable |
( |
| ) |
|
◆ ~NonReducedVariable()
NonReducedVariable::~NonReducedVariable |
( |
| ) |
|
◆ checkRemoteCompatibility()
bool NonReducedVariable::checkRemoteCompatibility |
( |
JMPI & |
mpi_info, |
|
|
std::string & |
errstring |
|
) |
| |
|
virtual |
◆ copyValueFrom()
void NonReducedVariable::copyValueFrom |
( |
boost::shared_ptr< AbstractReducer > & |
src | ) |
|
|
virtual |
◆ description()
std::string NonReducedVariable::description |
( |
| ) |
|
|
virtual |
◆ getCompatibilityInfo()
void NonReducedVariable::getCompatibilityInfo |
( |
std::vector< unsigned > & |
params | ) |
|
◆ getDouble()
double NonReducedVariable::getDouble |
( |
| ) |
|
|
virtual |
◆ getPyObj()
boost::python::object NonReducedVariable::getPyObj |
( |
| ) |
|
|
virtual |
◆ groupReduce()
bool NonReducedVariable::groupReduce |
( |
MPI_Comm & |
com, |
|
|
char |
mystate |
|
) |
| |
◆ groupSend()
bool NonReducedVariable::groupSend |
( |
MPI_Comm & |
com, |
|
|
bool |
imsending |
|
) |
| |
◆ recvFrom()
bool NonReducedVariable::recvFrom |
( |
int |
localid, |
|
|
int |
source, |
|
|
JMPI & |
mpiinfo |
|
) |
| |
|
virtual |
◆ reduceLocalValue()
bool NonReducedVariable::reduceLocalValue |
( |
boost::python::object |
v, |
|
|
std::string & |
errstring |
|
) |
| |
|
virtual |
◆ reduceRemoteValues()
bool NonReducedVariable::reduceRemoteValues |
( |
MPI_Comm & |
mpi_info | ) |
|
|
virtual |
◆ reset()
void NonReducedVariable::reset |
( |
| ) |
|
|
virtual |
◆ sendTo()
bool NonReducedVariable::sendTo |
( |
int |
localid, |
|
|
int |
target, |
|
|
JMPI & |
mpiinfo |
|
) |
| |
|
virtual |
◆ setDomain()
◆ valueCompatible()
bool NonReducedVariable::valueCompatible |
( |
boost::python::object |
v | ) |
|
|
virtual |
◆ identity
boost::python::object escript::NonReducedVariable::identity |
|
private |
◆ value
boost::python::object escript::NonReducedVariable::value |
|
private |
The documentation for this class was generated from the following files: