https://mooseframework.inl.gov
Loading...
Searching...
No Matches
stochastic_tools
test
include
utils
TestReporterPartitioning.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
GeneralReporter.h
"
13
14
class
TestReporterPartitioning
:
public
GeneralReporter
15
{
16
public
:
17
static
InputParameters
validParams
();
18
TestReporterPartitioning
(
const
InputParameters
&
parameters
);
19
virtual
void
initialize
()
override
{}
20
virtual
void
execute
()
override
;
21
virtual
void
finalize
()
override
{}
22
23
private
:
24
const
Sampler
&
_sampler
;
25
std::unordered_map<ReporterName, const std::vector<Real> *>
_reporters
;
26
};
GeneralReporter.h
GeneralReporter
GeneralReporter::parameters
const InputParameters & parameters() const
Sampler
TestReporterPartitioning
Definition
TestReporterPartitioning.h:15
TestReporterPartitioning::initialize
virtual void initialize() override
Definition
TestReporterPartitioning.h:19
TestReporterPartitioning::execute
virtual void execute() override
Definition
TestReporterPartitioning.C:33
TestReporterPartitioning::finalize
virtual void finalize() override
Definition
TestReporterPartitioning.h:21
TestReporterPartitioning::validParams
static InputParameters validParams()
Definition
TestReporterPartitioning.C:16
TestReporterPartitioning::_sampler
const Sampler & _sampler
Definition
TestReporterPartitioning.h:24
TestReporterPartitioning::_reporters
std::unordered_map< ReporterName, const std::vector< Real > * > _reporters
Definition
TestReporterPartitioning.h:25
InputParameters
Generated on Fri Aug 21 2026 13:41:51 for https://mooseframework.inl.gov by
1.9.8