|
GRIDMAN
grid managment library
|
Definition of data types, global constants and variables. More...
Go to the source code of this file.
Data Types | |
| type | gridman::gridman_index |
| Data-type which stores indices defined on the grid cells or edges. More... | |
| type | gridman::gridman_grid |
| Data-type which describes a grid as a set of edges, methods in grid.f. More... | |
| type | gridman::gridman_indlist |
| Data-type which describes lists of elements with variable number of indices for each element, methods in indlist.f. More... | |
Modules | |
| module | gridman |
| Definition of data types, global constants and variables. | |
| module | gridman_lib |
| Explicit interfaces to GRIDMAN subroutines and functions. | |
Variables | |
| integer, parameter, public | gridman::gridman_dp = SELECTED_REAL_KIND(13) |
| Kind parameter for real numbers. | |
| integer, parameter, public | gridman::gridman_sp = SELECTED_REAL_KIND(7) |
| Kind parameter for integer numbers. | |
| integer(gridman_sp), parameter, public | gridman::gridman_ver =170412 |
| Index of the current version. More... | |
| integer, parameter, public | gridman::gridman_length =1024 |
| Length of the description strings. | |
| integer, parameter, public | gridman::gridman_lword =64 |
| Length of the string COLUMNS in GRIDMAN_INDEX. | |
| real(gridman_dp), parameter, public | gridman::gridman_pi =ATAN(1.)*4. |
| PI number. | |
| real(gridman_dp), parameter, public | gridman::gridman_2pi =ATAN(1.)*8. |
| 2PI number | |
| integer, save, public | gridman::gridman_unit |
| Index of the standard output unit. More... | |
| logical, save, public | gridman::gridman_dbg |
| Switch for debugging mode. More... | |
| real(gridman_dp), save, public | gridman::gridman_tol |
| Tolerance parameter which is used to compare two real numbers. More... | |
| logical, save, public | gridman::gridman_check |
| Switch to enforce extra checks of input parameters. More... | |
Definition of data types, global constants and variables.
Definition in file gridman.f.
1.8.9.1