diagnostics subroutine declarations More...
Go to the source code of this file.
Functions | |
void | init_varstavg (void) |
get various vars vs. time and average them in time More... | |
void | final_varstavg (FTYPE IDT) |
final vars averaged in time More... | |
int | set_varstavg (FTYPE tfrac) |
set var to be averaged in time More... | |
int | average_calc (int doavg) |
if doavg==1, then assume this is call before dumping More... | |
int | diag (int call_code, FTYPE time, long localnstep, long localrealnstep) |
main diag() call for diagnostics OPENMPNOTE: Assume diag() not called by multiple threads, so static's are ok (including firsttime) More... | |
void | frdotout (void) |
OPENMPNOTE: Assume frdotout() not called by multiple threads, so static's are ok (including firsttime) write the flux vs. More... | |
void | gettotali (int numvars, int *vars[], int *sizes, int *vars_tot[]) |
diagnostics subroutine declarations
Definition in file diag.funcdeclare.h.
int average_calc | ( | int | doavg | ) |
int diag | ( | int | call_code, |
FTYPE | time, | ||
long | localnstep, | ||
long | localrealnstep | ||
) |
void final_varstavg | ( | FTYPE | IDT | ) |
void frdotout | ( | void | ) |
OPENMPNOTE: Assume frdotout() not called by multiple threads, so static's are ok (including firsttime) write the flux vs.
radius
Definition at line 1660 of file diag.c.
void gettotali | ( | int | numvars, |
int * | vars[], | ||
int * | sizes, | ||
int * | vars_tot[] | ||
) |
void init_varstavg | ( | void | ) |