|
| StochasticReporterContext (const libMesh::ParallelObject &other, const MooseObject &producer, ReporterState< std::vector< T >> &state, const Sampler &sampler) |
|
virtual void | copyValuesBack () override |
|
virtual void | finalize () override |
|
virtual std::string | contextType () const override |
|
virtual void | storeInfo (nlohmann::json &json) const override |
|
virtual void | declareClone (ReporterData &r_data, const ReporterName &r_name, const ReporterMode &mode, const MooseObject &producer) const override |
|
virtual void | declareVectorClone (ReporterData &r_data, const ReporterName &r_name, const ReporterMode &mode, const MooseObject &producer) const override |
|
virtual void | resize (dof_id_type local_size) final |
|
virtual void | clear () final |
|
virtual void | vectorSum () final |
|
const ReporterName & | name () const override final |
|
const ReporterState< std::vector< T > > & | state () const |
|
virtual std::string | type () const override |
|
virtual void | transfer (ReporterData &r_data, const ReporterName &r_name, unsigned int time_index=0) const override |
|
virtual void | transferToVector (ReporterData &r_data, const ReporterName &r_name, dof_id_type index, unsigned int time_index=0) const override |
|
virtual void | transferFromVector (ReporterData &r_data, const ReporterName &r_name, dof_id_type index, unsigned int time_index=0) const override |
|
void | init (const ReporterMode &mode) |
|
const MooseObject & | getProducer () const |
|
const ReporterProducerEnum & | getProducerModeEnum () const |
|
const Parallel::Communicator & | comm () const |
|
processor_id_type | n_processors () const |
|
processor_id_type | processor_id () const |
|
template<typename T>
class StochasticReporterContext< T >
Definition at line 18 of file StochasticReporter.h.