#include <pihm.h>
Data Fields | |
| int | index |
| realtype | x |
| realtype | y |
| realtype | zmin |
| realtype | zmax |
Definition at line 105 of file pihm.h.
| realtype nodes_type::x |
x coordinate of the node
Definition at line 110 of file pihm.h.
Referenced by initialize(), and read_alloc().
| realtype nodes_type::y |
y coordinate of the node
Definition at line 111 of file pihm.h.
Referenced by initialize(), and read_alloc().
| realtype nodes_type::zmin |
bedrock elevation of the node
Definition at line 112 of file pihm.h.
Referenced by initialize(), and read_alloc().
| realtype nodes_type::zmax |
surface elevation of the node
Definition at line 113 of file pihm.h.
Referenced by initialize(), and read_alloc().
1.5.2