https://mooseframework.inl.gov
Loading...
Searching...
No Matches
stochastic_tools
test
include
vectorpostprocessors
TestDistributedVectorPostprocessor.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 "
GeneralVectorPostprocessor.h
"
13
17
class
TestDistributedVectorPostprocessor
:
public
GeneralVectorPostprocessor
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
TestDistributedVectorPostprocessor
(
const
InputParameters
&
parameters
);
23
virtual
void
execute
()
override
;
24
virtual
void
initialize
()
override
{}
25
virtual
void
finalize
()
override
;
26
27
protected
:
28
VectorPostprocessorValue
&
_data
;
29
};
GeneralVectorPostprocessor.h
VectorPostprocessorValue
std::vector< Real > VectorPostprocessorValue
GeneralVectorPostprocessor
GeneralVectorPostprocessor::parameters
const InputParameters & parameters() const
TestDistributedVectorPostprocessor
Test class to make certain that CSV data is broadcast correctly.
Definition
TestDistributedVectorPostprocessor.h:18
TestDistributedVectorPostprocessor::initialize
virtual void initialize() override
Definition
TestDistributedVectorPostprocessor.h:24
TestDistributedVectorPostprocessor::validParams
static InputParameters validParams()
Definition
TestDistributedVectorPostprocessor.C:15
TestDistributedVectorPostprocessor::execute
virtual void execute() override
Definition
TestDistributedVectorPostprocessor.C:28
TestDistributedVectorPostprocessor::_data
VectorPostprocessorValue & _data
Definition
TestDistributedVectorPostprocessor.h:28
TestDistributedVectorPostprocessor::finalize
virtual void finalize() override
Definition
TestDistributedVectorPostprocessor.C:38
InputParameters
Generated on Fri Aug 21 2026 13:41:51 for https://mooseframework.inl.gov by
1.9.8