#include <transfer_actions.h>


Public Member Functions | |
| GetDeformedMesh (FluidAgent *fag, SolidAgent *sag, const std::string s_x, const std::string uhat, const std::string s_y) | |
| void | init (double t) |
| void | run (double t, double dt, double alpha) |
Public Member Functions inherited from InterMeshTransfer | |
| InterMeshTransfer (FluidAgent *fag, SolidAgent *sag, char *name=NULL) | |
Public Member Functions inherited from Action | |
| Action (void *p=0, char *name=NULL) | |
| Action (int n, const char *at[], int *i=NULL, void *p=0, char *name=NULL) | |
| Action (int n, const std::string at[], int *i=NULL, void *p=0, char *name=NULL) | |
| virtual | ~Action () |
| virtual void | declare (Scheduler &) |
| virtual void | finalize () |
| virtual char * | name () |
| void | set_name (const char *name) |
| virtual void | print (FILE *f) |
| virtual void | print_toposort (FILE *f) |
| virtual void | schedule () |
Private Attributes | |
| std::string | s_x_str |
| std::string | s_uhat_str |
| std::string | s_y_str |
| int | s_x_hdl |
| int | s_uhat_hdl |
| int | s_y_hdl |
Additional Inherited Members | |
Protected Types inherited from Action | |
| enum | { IN =1, OUT =2, INOUT =3 } |
Protected Member Functions inherited from InterMeshTransfer | |
| void | load_rocface (const RocmanControl_parameters *param) |
Protected Member Functions inherited from Action | |
| int | get_attribute_handle (int i) |
| int | get_attribute_handle_const (int i) |
| int | get_attribute_handle (const std::string str) |
| void | set_attr (int n, const std::string at[], int *id=NULL) |
| void | set_attr (int n, const char *at[], int *id=NULL) |
| void | set_io (int n, const int *io) |
| void | set_io (const char *io) |
| int | get_io (int i) |
Protected Attributes inherited from InterMeshTransfer | |
| FluidAgent * | fagent |
| SolidAgent * | sagent |
Protected Attributes inherited from Action | |
| char * | action_name |
| char ** | attr |
| int * | idx |
| int | count |
| void * | usr_ptr |
| std::vector< int > | inout |
Definition at line 95 of file transfer_actions.h.
|
explicit |
Definition at line 468 of file transfer_actions.C.
References Action::IN, Action::OUT, Action::set_attr(), and Action::set_io().

|
virtual |
Reimplemented from Action.
Definition at line 497 of file transfer_actions.C.
References RocBlas::add, COM_call_function(), Action::get_attribute_handle(), s_uhat_hdl, s_x_hdl, and s_y_hdl.

|
virtual |
Reimplemented from Action.
Definition at line 515 of file transfer_actions.C.
References RocBlas::add, COM_call_function(), MAN_DEBUG, s_uhat_hdl, s_x_hdl, and s_y_hdl.

|
private |
Definition at line 102 of file transfer_actions.h.
|
private |
Definition at line 101 of file transfer_actions.h.
|
private |
Definition at line 102 of file transfer_actions.h.
|
private |
Definition at line 101 of file transfer_actions.h.
|
private |
Definition at line 102 of file transfer_actions.h.
|
private |
Definition at line 101 of file transfer_actions.h.