![]() |
Chi-Tech
|
#include <AggregateNodalValuePostProcessor.h>
Public Member Functions | |
| AggregateNodalValuePostProcessor (const InputParameters ¶ms) | |
| void | Execute (const Event &event_context) override |
Public Member Functions inherited from chi::PostProcessor | |
| const std::string & | Name () const |
| PPType | Type () const |
| PPNumericFormat | NumericFormat () const |
| size_t | NumericPrecision () const |
| void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) override |
| void | ReceiveEventUpdate (const Event &event) override |
| virtual void | Execute (const Event &event_context)=0 |
| virtual const ParameterBlock & | GetValue () const |
| virtual const std::vector< TimeHistoryEntry > & | GetTimeHistory () const |
| const std::vector< std::string > & | PrintScope () const |
| std::string | ConvertScalarValueToString (const ParameterBlock &value) const |
| std::string | ConvertValueToString (const ParameterBlock &value) const |
| virtual | ~PostProcessor ()=default |
Public Member Functions inherited from ChiObject | |
| ChiObject () | |
| ChiObject (const chi::InputParameters ¶ms) | |
| void | SetStackID (size_t stack_id) |
| size_t | StackID () const |
| virtual void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) |
| virtual | ~ChiObject ()=default |
Public Member Functions inherited from chi::EventSubscriber | |
| EventSubscriber ()=default | |
| virtual void | ReceiveEventUpdate (const Event &event) |
| virtual | ~EventSubscriber ()=default |
Public Member Functions inherited from chi_physics::GridBasedFieldFunctionInterface | |
| GridBasedFieldFunctionInterface (const chi::InputParameters ¶ms) | |
| FieldFunctionGridBased * | GetGridBasedFieldFunction () const |
Static Public Member Functions | |
| static InputParameters | GetInputParameters () |
Static Public Member Functions inherited from chi::PostProcessor | |
| static InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
| static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from chi_physics::GridBasedFieldFunctionInterface | |
| static chi::InputParameters | GetInputParameters () |
Protected Member Functions | |
| void | Initialize () |
Protected Member Functions inherited from chi::PostProcessor | |
| PostProcessor (const InputParameters ¶ms, PPType type) | |
| void | SetType (PPType type) |
Protected Member Functions inherited from chi_physics::FieldFunctionInterface | |
| FieldFunctionInterface (const chi::InputParameters ¶ms) | |
| FieldFunction * | GetFieldFunction () const |
Protected Member Functions inherited from chi_mesh::LogicalVolumeInterface | |
| LogicalVolumeInterface (const chi::InputParameters ¶ms) | |
| const LogicalVolume * | GetLogicalVolume () const |
Protected Attributes | |
| const std::string | operation_ |
| bool | initialized_ = false |
| std::vector< uint64_t > | cell_local_ids_ |
Protected Attributes inherited from chi::PostProcessor | |
| const std::string | name_ |
| std::vector< std::string > | subscribed_events_for_execution_ |
| std::vector< std::string > | subscribed_events_for_printing_ |
| PPType | type_ |
| ParameterBlock | value_ |
| std::vector< TimeHistoryEntry > | time_history_ |
| const PPNumericFormat | print_numeric_format_ = PPNumericFormat::GENERAL |
| const size_t | print_precision_ = 6 |
| std::string | solvername_filter_ |
Additional Inherited Members | |
Static Protected Member Functions inherited from chi::PostProcessor | |
| static PPType | FigureTypeFromValue (const ParameterBlock &value) |
Static Protected Member Functions inherited from chi_physics::FieldFunctionInterface | |
| static chi::InputParameters | GetInputParameters () |
Static Protected Member Functions inherited from chi_mesh::LogicalVolumeInterface | |
| static chi::InputParameters | GetInputParameters () |
Definition at line 20 of file AggregateNodalValuePostProcessor.h.
|
explicit |
Definition at line 37 of file AggregateNodalValuePostProcessor.cc.
|
overridevirtual |
Implements chi::PostProcessor.
Definition at line 75 of file AggregateNodalValuePostProcessor.cc.
|
static |
Definition at line 16 of file AggregateNodalValuePostProcessor.cc.
|
protected |
Definition at line 47 of file AggregateNodalValuePostProcessor.cc.
|
protected |
Definition at line 36 of file AggregateNodalValuePostProcessor.h.
|
protected |
Definition at line 35 of file AggregateNodalValuePostProcessor.h.
|
protected |
Definition at line 34 of file AggregateNodalValuePostProcessor.h.