HARM
harm and utilities
 All Data Structures Files Functions Variables Typedefs Macros Pages
Functions
diag.funcdeclare.h File Reference

diagnostics subroutine declarations More...

This graph shows which files directly or indirectly include this file:

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[])
 

Detailed Description

diagnostics subroutine declarations

Definition in file diag.funcdeclare.h.

Function Documentation

int average_calc ( int  doavg)

if doavg==1, then assume this is call before dumping

Definition at line 2040 of file diag.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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)

Definition at line 29 of file diag.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void final_varstavg ( FTYPE  IDT)

final vars averaged in time

Definition at line 1792 of file diag.c.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

void gettotali ( int  numvars,
int *  vars[],
int *  sizes,
int *  vars_tot[] 
)
void init_varstavg ( void  )

get various vars vs. time and average them in time

Definition at line 1752 of file diag.c.

Here is the caller graph for this function:

int set_varstavg ( FTYPE  tfrac)

set var to be averaged in time

Definition at line 1831 of file diag.c.

Here is the call graph for this function:

Here is the caller graph for this function: