#include <basic_actions.h>
|
| CopyBflagFromBurn (BurnAgent *bag) |
|
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 250 of file basic_actions.h.
Definition at line 854 of file basic_actions.C.
References Action::set_attr(), and Action::set_io().
855 Action(0, (
const char**)NULL, NULL, NULL, (
char *)
"CopyBflagFromBurn"),
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 868 of file basic_actions.C.
References bagent, burn_bflag, COM_copy_attribute(), Coupling::get_control_param(), Agent::get_coupling(), BurnAgent::ignmodel, Control_parameters::init_time, Coupling::initial_start(), MAN_DEBUG, and parent_bflag.
869 MAN_DEBUG(3, (
"Rocstar: CopyBflagFromBurn::run() with t:%e dt:%e.\n", t, dt));
Coupling * get_coupling()
void COM_copy_attribute(const char *wname, const char *attr, int wg=1, const char *ptnname=0, int val=0)
Copy an attribute onto another.
const Control_parameters * get_control_param()
int initial_start() const
The documentation for this class was generated from the following files: