#include <stdio.h>
#include "sundials_types.h"
#include "nvector_serial.h"
Include dependency graph for pihm.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | element_type |
Data Structure of an Triangular Element. More... | |
struct | nodes_type |
Data Structure of an Node/Point. More... | |
struct | element_IC_type |
Data Structure of Initial Condition State of an Element. More... | |
struct | soils_type |
Data Structure of a Soil Type. More... | |
struct | lc_type |
Data Structure of a Land Cover Type. More... | |
struct | river_segment_type |
Data Structure of a River Segment. More... | |
struct | river_shape_type |
Data Structure of a River Shape. More... | |
struct | river_material_type |
Data Structure of a River Material Type. More... | |
struct | river_IC_type |
Data Structure of Initial Condition of the River Segment. More... | |
struct | TSD_type |
Data Structure of Time Series Data Type. More... | |
struct | model_data_structure |
Model (PIHM) Data Structure. More... | |
struct | control_data_structure |
Control Data Structure. More... | |
Typedefs | |
typedef element_type | element |
Data Structure of an Triangular Element. | |
typedef nodes_type | nodes |
Data Structure of an Node/Point. | |
typedef element_IC_type | element_IC |
Data Structure of Initial Condition State of an Element. | |
typedef soils_type | soils |
Data Structure of a Soil Type. | |
typedef lc_type | LC |
Data Structure of a Land Cover Type. | |
typedef river_segment_type | river_segment |
Data Structure of a River Segment. | |
typedef river_shape_type | river_shape |
Data Structure of a River Shape. | |
typedef river_material_type | river_material |
Data Structure of a River Material Type. | |
typedef river_IC_type | river_IC |
Data Structure of Initial Condition of the River Segment. | |
typedef TSD_type | TSD |
Data Structure of Time Series Data Type. | |
typedef model_data_structure * | Model_Data |
Model (PIHM) Data Structure. | |
typedef control_data_structure | Control_Data |
Control Data Structure. | |
Variables | |
float | Tsteps |
Variable to store current time. |
Definition in file pihm.h.
typedef struct control_data_structure Control_Data |
Control Data Structure.
typedef struct element_type element |
Data Structure of an Triangular Element.
typedef struct element_IC_type element_IC |
Data Structure of Initial Condition State of an Element.
typedef struct model_data_structure * Model_Data |
Model (PIHM) Data Structure.
typedef struct nodes_type nodes |
Data Structure of an Node/Point.
typedef struct river_IC_type river_IC |
Data Structure of Initial Condition of the River Segment.
typedef struct river_material_type river_material |
Data Structure of a River Material Type.
typedef struct river_segment_type river_segment |
Data Structure of a River Segment.
typedef struct river_shape_type river_shape |
Data Structure of a River Shape.
typedef struct soils_type soils |
Data Structure of a Soil Type.
float Tsteps |