#include <dyn.h>
Public Attributes | |
double | time |
Current Time. | |
int | ekey |
Current Energy Key. | |
void(* | userStepHook )(PDE *thee, AM *am, int ekey) |
NAB/YHS: Function called at each time step to evaluate user-defined observables (can be VNULL). | |
int | haveUserStepHook |
NAB/YHS: Set to 1 if userStepHook function defined; set to 0 otherwise. |