#include <transfer_actions.h>
|
| DeformationVelTransfer_SF (FluidAgent *fag, SolidAgent *sag, const std::string s_vs, const std::string f_vs) |
|
void | init (double t) |
|
void | run (double t, double dt, double alpha) |
|
| InterMeshTransfer (FluidAgent *fag, SolidAgent *sag, char *name=NULL) |
|
| 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 () |
|
Definition at line 136 of file transfer_actions.h.
Definition at line 702 of file transfer_actions.C.
References InterMeshTransfer::fagent, FluidAgent::ifluid_i, Action::IN, Action::OUT, Action::set_attr(), and Action::set_io().
void set_io(int n, const int *io)
InterMeshTransfer(FluidAgent *fag, SolidAgent *sag, char *name=NULL)
void set_attr(int n, const std::string at[], int *id=NULL)
void run |
( |
double |
t, |
|
|
double |
dt, |
|
|
double |
alpha |
|
) |
| |
|
virtual |
Reimplemented from Action.
Definition at line 728 of file transfer_actions.C.
References COM_call_function(), f_vs_hdl, MAN_DEBUG, RFC_transfer, and s_vs_hdl.
729 MAN_DEBUG(3, (
"Rocstar: DeformationVelTransfer_SF::run() with t:%e dt:%e alpha:%e.\n", t, dt, alpha));
void COM_call_function(const int wf, int argc,...)
The documentation for this class was generated from the following files: