Test object for testing distribution capabilities. More...
#include <TestDistributionPostprocessor.h>
Public Member Functions | |
TestDistributionPostprocessor (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | execute () override |
virtual PostprocessorValue | getValue () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const Distribution & | _distribution |
Object of statistics distribution. More... | |
const Real & | _value |
The value to supply to method. More... | |
const MooseEnum & | _distribution_method |
The distribution method to call. More... | |
Test object for testing distribution capabilities.
WARNING! This object is only for testing and should not be used in general.
Definition at line 25 of file TestDistributionPostprocessor.h.
TestDistributionPostprocessor::TestDistributionPostprocessor | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file TestDistributionPostprocessor.C.
|
inlineoverridevirtual |
Definition at line 32 of file TestDistributionPostprocessor.h.
|
overridevirtual |
Definition at line 40 of file TestDistributionPostprocessor.C.
|
inlineoverridevirtual |
Definition at line 31 of file TestDistributionPostprocessor.h.
|
static |
Definition at line 18 of file TestDistributionPostprocessor.C.
|
protected |
Object of statistics distribution.
Definition at line 37 of file TestDistributionPostprocessor.h.
Referenced by getValue().
|
protected |
The distribution method to call.
Definition at line 43 of file TestDistributionPostprocessor.h.
Referenced by getValue().
|
protected |
The value to supply to method.
Definition at line 40 of file TestDistributionPostprocessor.h.
Referenced by getValue().