#include <transfer_actions.h>


Public Member Functions | |
| MeshMotionTransferISS (FluidAgent *fag, SolidAgent *sag, const std::string s_u, const std::string s_vs, const std::string f_vm) | |
| 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_u_str |
| std::string | s_vs_str |
| std::string | f_vm_str |
| int | s_u_hdl |
| int | s_vs_hdl |
| int | f_vm_hdl |
| int | f_u_hdl |
| int | f_vs_hdl |
| int | f_uold_hdl |
| int | f_vsold_hdl |
| int | f_utmp_hdl |
| int | f_vtmp_hdl |
| int | RFC_interpolate |
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 148 of file transfer_actions.h.
|
explicit |
Definition at line 736 of file transfer_actions.C.
References COM_assertion_msg, COM_DOUBLE, f_vm_str, InterMeshTransfer::fagent, FluidAgent::fluidBufNG, Action::IN, Action::OUT, Agent::register_clone_attribute(), Agent::register_new_attribute(), Action::set_attr(), and Action::set_io().

|
virtual |
Reimplemented from Action.
Definition at line 765 of file transfer_actions.C.
References COM_call_function(), COM_get_attribute_handle(), COM_get_function_handle(), RocBlas::copy_scalar, f_u_hdl, f_uold_hdl, f_utmp_hdl, f_vm_hdl, f_vs_hdl, f_vsold_hdl, f_vtmp_hdl, InterMeshTransfer::fagent, FluidAgent::fluidBufNG, Action::get_attribute_handle(), Agent::get_coupling(), Coupling::get_rocmancontrol_param(), InterMeshTransfer::load_rocface(), RFC_interpolate, s_u_hdl, and s_vs_hdl.

|
virtual |
Reimplemented from Action.
Definition at line 787 of file transfer_actions.C.
References RocBlas::add, COM_call_function(), RocBlas::copy, RocBlas::div_scalar, f_u_hdl, f_uold_hdl, f_utmp_hdl, f_vm_hdl, f_vs_hdl, f_vsold_hdl, f_vtmp_hdl, MAN_DEBUG, RocBlas::mul_scalar, RFC_interpolate, s_u_hdl, s_vs_hdl, and RocBlas::sub.

|
private |
Definition at line 156 of file transfer_actions.h.
|
private |
Definition at line 157 of file transfer_actions.h.
|
private |
Definition at line 157 of file transfer_actions.h.
|
private |
Definition at line 155 of file transfer_actions.h.
|
private |
Definition at line 154 of file transfer_actions.h.
Referenced by MeshMotionTransferISS().
|
private |
Definition at line 156 of file transfer_actions.h.
|
private |
Definition at line 157 of file transfer_actions.h.
|
private |
Definition at line 157 of file transfer_actions.h.
|
private |
Definition at line 158 of file transfer_actions.h.
|
private |
Definition at line 155 of file transfer_actions.h.
|
private |
Definition at line 154 of file transfer_actions.h.
|
private |
Definition at line 155 of file transfer_actions.h.
|
private |
Definition at line 154 of file transfer_actions.h.