#include "sundials_types.h"
#include "nvector_serial.h"
Go to the source code of this file.
Classes | |
struct | element_type |
struct | nodes_type |
struct | element_IC_type |
struct | soils_type |
struct | geol_type |
struct | lc_type |
struct | river_segment_type |
struct | river_shape_type |
struct | river_material_type |
struct | river_IC_type |
struct | TSD_type |
struct | global_calib |
struct | process_control |
struct | model_data_structure |
struct | control_data_structure |
Typedefs | |
typedef struct element_type | element |
typedef struct nodes_type | nodes |
typedef struct element_IC_type | element_IC |
typedef struct soils_type | soils |
typedef struct geol_type | geol |
typedef struct lc_type | LC |
typedef struct river_segment_type | river_segment |
typedef struct river_shape_type | river_shape |
typedef struct river_material_type | river_material |
typedef struct river_IC_type | river_IC |
typedef struct TSD_type | TSD |
typedef struct global_calib | globalCal |
typedef struct process_control | processCal |
typedef struct model_data_structure * | Model_Data |
typedef struct control_data_structure | Control_Data |
Functions | |
void | FPrintFinalStats (FILE *, long int iopt[], realtype ropt[]) |
void | PrintData (FILE **, Control_Data *, Model_Data, N_Vector, realtype) |
Variables | |
FILE * | riv_state_file |
typedef struct control_data_structure Control_Data |
typedef struct element_type element |
typedef struct element_IC_type element_IC |
typedef struct global_calib globalCal |
typedef struct model_data_structure * Model_Data |
typedef struct nodes_type nodes |
typedef struct process_control processCal |
typedef struct river_IC_type river_IC |
typedef struct river_material_type river_material |
typedef struct river_segment_type river_segment |
typedef struct river_shape_type river_shape |
typedef struct soils_type soils |
void FPrintFinalStats | ( | FILE * | , |
long int | iopt[], | ||
realtype | ropt[] | ||
) |
void PrintData | ( | FILE ** | , |
Control_Data * | , | ||
Model_Data | , | ||
N_Vector | , | ||
realtype | |||
) |
FILE* riv_state_file |