#include <AccumulatorBase.hpp>
|
void const * | m_system |
| for bookkeeping purposes
|
|
◆ AccumulatorBase()
Accumulators::AccumulatorBase::AccumulatorBase |
( |
::System::System const * |
system, |
|
|
int |
delta_N |
|
) |
| |
|
inline |
◆ ~AccumulatorBase()
virtual Accumulators::AccumulatorBase::~AccumulatorBase |
( |
| ) |
|
|
virtualdefault |
◆ delta_N()
int & Accumulators::AccumulatorBase::delta_N |
( |
| ) |
|
|
inline |
◆ get_internal_state()
virtual std::string Accumulators::AccumulatorBase::get_internal_state |
( |
| ) |
const |
|
pure virtual |
◆ has_same_system_handle()
bool Accumulators::AccumulatorBase::has_same_system_handle |
( |
::System::System const * |
system | ) |
const |
|
inline |
◆ override_system_handle()
void Accumulators::AccumulatorBase::override_system_handle |
( |
::System::System const * |
system | ) |
|
|
inline |
◆ set_internal_state()
virtual void Accumulators::AccumulatorBase::set_internal_state |
( |
std::string const & |
| ) |
|
|
pure virtual |
◆ shape()
virtual std::vector< std::size_t > Accumulators::AccumulatorBase::shape |
( |
| ) |
const |
|
pure virtual |
◆ update()
virtual void Accumulators::AccumulatorBase::update |
( |
boost::mpi::communicator const & |
comm | ) |
|
|
pure virtual |
◆ m_system
void const* Accumulators::AccumulatorBase::m_system |
|
protected |
The documentation for this class was generated from the following file: