#include <basic_actions.h>
|
| CopyBurnFromParentMesh (BurnAgent *bag, FluidAgent *fag) |
|
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 238 of file basic_actions.h.
Definition at line 827 of file basic_actions.C.
References Action::set_attr(), and Action::set_io().
828 Action(0, (
const char**)NULL, NULL, NULL, (
char *)
"CopyBurnFromParentMesh"),
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 |
The documentation for this class was generated from the following files: