pihm.h File Reference

All the data structures and global variables are defined in this file. More...

#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_structureModel_Data
 Model (PIHM) Data Structure.
typedef control_data_structure Control_Data
 Control Data Structure.

Variables

float Tsteps
 Variable to store current time.


Detailed Description

All the data structures and global variables are defined in this file.

Definition in file pihm.h.


Typedef Documentation

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 lc_type LC

Data Structure of a Land Cover Type.

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.

typedef struct TSD_type TSD

Data Structure of Time Series Data Type.


Variable Documentation

float Tsteps

Variable to store current time.

Definition at line 42 of file pihm.h.

Referenced by main().


Generated on Thu Jul 12 14:34:20 2007 for PIHM by  doxygen 1.5.2