![]() |
Chi-Tech
|
#include <field_copy.h>
Public Member Functions | |
| FieldCopyOperation (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 | to_field_handle_ |
| const size_t | from_field_handle_ |
| std::vector< size_t > | to_components_ |
| std::vector< size_t > | from_components_ |
| std::shared_ptr< FieldFunctionGridBased > | to_ff_ |
| std::shared_ptr< const FieldFunctionGridBased > | from_ff_ |
Field operaiton that copies components of one field to the components of another.
Definition at line 12 of file field_copy.h.
|
explicit |
Constructor.
Definition at line 53 of file field_copy.cc.
|
overridevirtual |
Implements chi_physics::field_operations::FieldOperation.
Definition at line 134 of file field_copy.cc.
|
static |
Returns the input parameters.
Definition at line 14 of file field_copy.cc.
|
private |
Definition at line 19 of file field_copy.h.
|
private |
Definition at line 22 of file field_copy.h.
|
private |
Definition at line 16 of file field_copy.h.
|
private |
Definition at line 18 of file field_copy.h.
|
private |
Definition at line 21 of file field_copy.h.
|
private |
Definition at line 15 of file field_copy.h.