Definition: smodel_design.h:15
int advance_time(SMODEL_DESIGN *dm, int nsuper)
This function advances each super model by calling the forward stepper of the super model.
Definition: time_loop.c:56
int time_loop(SMODEL_DESIGN *dm)
This function performs the time loop on a design model (array of super models)
Definition: time_loop.c:14
int update_dt(SMODEL_DESIGN *dm)
This function updates time and potentially the dt based on time series input super model.
Definition: time_loop.c:108