Function auxiliary value. More...
#include <FeatureFloodCountAux.h>
Public Member Functions | |
| FeatureFloodCountAux (const InputParameters ¶meters) | |
| Factory constructor, takes parameters so that all derived classes can be built using the same constructor. More... | |
| virtual | ~FeatureFloodCountAux () |
Protected Member Functions | |
| virtual Real | computeValue () override |
| virtual void | precalculateValue () override |
Protected Attributes | |
| const FeatureFloodCount & | _flood_counter |
| Function being used to compute the value of this kernel. More... | |
| const std::size_t | _var_idx |
| const MooseEnum | _field_display |
| bool | _var_coloring |
| const FeatureFloodCount::FieldType | _field_type |
| Real | _value |
| precalculated element value More... | |
Function auxiliary value.
Definition at line 25 of file FeatureFloodCountAux.h.
| FeatureFloodCountAux::FeatureFloodCountAux | ( | const InputParameters & | parameters | ) |
Factory constructor, takes parameters so that all derived classes can be built using the same constructor.
Definition at line 47 of file FeatureFloodCountAux.C.
|
inlinevirtual |
Definition at line 34 of file FeatureFloodCountAux.h.
|
overrideprotectedvirtual |
Definition at line 101 of file FeatureFloodCountAux.C.
|
overrideprotectedvirtual |
Definition at line 73 of file FeatureFloodCountAux.C.
|
protected |
Definition at line 44 of file FeatureFloodCountAux.h.
Referenced by FeatureFloodCountAux(), and precalculateValue().
|
protected |
Definition at line 47 of file FeatureFloodCountAux.h.
Referenced by precalculateValue().
|
protected |
Function being used to compute the value of this kernel.
Definition at line 41 of file FeatureFloodCountAux.h.
Referenced by FeatureFloodCountAux(), and precalculateValue().
|
protected |
precalculated element value
Definition at line 50 of file FeatureFloodCountAux.h.
Referenced by computeValue(), and precalculateValue().
|
protected |
Definition at line 45 of file FeatureFloodCountAux.h.
|
protected |
Definition at line 43 of file FeatureFloodCountAux.h.
Referenced by precalculateValue().
1.8.16