#include <basic_actions.h>
 | 
|   | ComputeFaceCenters (BurnAgent *ag, const std::string b_nc, const std::string b_cnts, const std::string b_nrml="") | 
|   | 
| 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 159 of file basic_actions.h.
 
Definition at line 391 of file basic_actions.C.
References Action::IN, Action::OUT, Action::set_attr(), and Action::set_io().
  393   Action(0, (
const char**)NULL, NULL, NULL, (
char *)
"ComputeFaceCenters"), 
agent(ag)
 
  395   int io[] = {
IN, 
OUT};
 
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 418 of file basic_actions.C.
References agent, Action::attr, b_cnts_hdl, b_nc_hdl, b_nrml_hdl, COM_call_function(), COM_get_attribute_handle(), COM_get_function_handle(), Action::get_attribute_handle(), Agent::get_surface_window(), load_rocsurf(), MAN_DEBUG, SURF_fn, and SURF_n2f.
int get_attribute_handle(int i)
 
int COM_get_attribute_handle(const char *waname)
 
static void load_rocsurf()
 
std::string get_surface_window() const 
 
void COM_call_function(const int wf, int argc,...)
 
int COM_get_function_handle(const char *wfname)
 
 
 
 
The documentation for this class was generated from the following files: