Chi-Tech
|
#include <multifield.h>
Public Member Functions | |
MultiFieldOperation (const chi::InputParameters ¶ms) | |
void | Execute () override |
Public Member Functions inherited from chi_physics::field_operations::FieldOperation | |
FieldOperation (const chi::InputParameters ¶ms) | |
virtual void | Execute ()=0 |
virtual | ~FieldOperation ()=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 |
Static Public Member Functions | |
static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from chi_physics::field_operations::FieldOperation | |
static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
static chi::InputParameters | GetInputParameters () |
Private Attributes | |
const size_t | result_field_handle_ |
const std::vector< size_t > | dependent_field_handles_ |
const size_t | function_handle_ |
std::vector< unsigned int > | dependent_field_ref_component_ |
std::vector< unsigned int > | result_component_references_ |
std::shared_ptr< FieldFunctionGridBased > | primary_ff_ |
std::vector< std::shared_ptr< const FieldFunction > > | dependent_ffs_ |
std::shared_ptr< const chi_math::FunctionDimAToDimB > | function_ptr_ |
A field operation to manipulate a single field on the hand of a number of other fields.
Definition at line 13 of file multifield.h.
|
explicit |
Constructor.
Definition at line 48 of file multifield.cc.
|
overridevirtual |
Constructor.
Implements chi_physics::field_operations::FieldOperation.
Definition at line 137 of file multifield.cc.
|
static |
Returns the input parameters.
Definition at line 15 of file multifield.cc.
|
private |
Definition at line 24 of file multifield.h.
|
private |
Definition at line 17 of file multifield.h.
|
private |
Definition at line 20 of file multifield.h.
|
private |
Definition at line 18 of file multifield.h.
|
private |
Definition at line 26 of file multifield.h.
|
private |
Definition at line 23 of file multifield.h.
|
private |
Definition at line 21 of file multifield.h.
|
private |
Definition at line 16 of file multifield.h.