#include <basic_actions.h>
|
| ComputeRhofvf (FluidAgent *ag, std::string f_vs_alp, std::string f_rhof_alp, std::string f_rhofvf_alp) |
|
void | init (double t) |
|
void | run (double t, double dt, double alpha) |
|
| 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 212 of file basic_actions.h.
Definition at line 743 of file basic_actions.C.
References Action::IN, Action::OUT, Action::set_attr(), and Action::set_io().
744 Action(0, (
const char**)NULL, NULL, NULL, (
char *)
"ComputeRhofvf"),
752 atts[1] = f_rhof_alp;
753 atts[2] = f_rhofvf_alp;
void set_io(int n, const int *io)
Action(void *p=0, 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 763 of file basic_actions.C.
References COM_call_function(), f_rhof_alp_hdl, f_rhofvf_alp_hdl, f_vs_alp_hdl, MAN_DEBUG, and RocBlas::mul.
765 MAN_DEBUG(3, (
"Rocstar: ComputeRhofvf::run() with t:%e dt:%e.\n", t, dt));
void COM_call_function(const int wf, int argc,...)
std::string f_rhof_alp_str |
|
private |
std::string f_rhofvf_alp_str |
|
private |
The documentation for this class was generated from the following files: