Defines the global grid.
More...
|
type(grid_configuration_type) | configuration |
| Configuration of the grid. More...
|
|
real(kind=default_precision), dimension(3) | bottom |
| Bottom (lowest) bounds in each dimension. More...
|
|
real(kind=default_precision), dimension(3) | top |
| Top (highest) bounds in each dimension. More...
|
|
real(kind=default_precision), dimension(3) | resolution |
| The resolution of the grid in each dimension. More...
|
|
integer, dimension(3) | size |
| Number of grid points in each dimension. More...
|
|
logical, dimension(3) | active = (/ .false., .false., .false. /) |
| Whether a specific dimension is active. More...
|
|
integer | dimensions = 0 |
| Number of active dimensions. More...
|
|
Defines the global grid.
Definition at line 107 of file grids.F90.
◆ active
logical, dimension(3) grids_mod::global_grid_type::active = (/ .false., .false., .false. /) |
Whether a specific dimension is active.
Definition at line 113 of file grids.F90.
113 logical,
dimension(3) :: active = (/ .false., .false., .false. /)
◆ bottom
real(kind=default_precision), dimension(3) grids_mod::global_grid_type::bottom |
Bottom (lowest) bounds in each dimension.
Definition at line 109 of file grids.F90.
◆ configuration
Configuration of the grid.
Definition at line 108 of file grids.F90.
108 type(grid_configuration_type) :: configuration
◆ dimensions
integer grids_mod::global_grid_type::dimensions = 0 |
Number of active dimensions.
Definition at line 114 of file grids.F90.
114 integer :: dimensions = 0
◆ resolution
real(kind=default_precision), dimension(3) grids_mod::global_grid_type::resolution |
The resolution of the grid in each dimension.
Definition at line 109 of file grids.F90.
◆ size
integer, dimension(3) grids_mod::global_grid_type::size |
Number of grid points in each dimension.
Definition at line 112 of file grids.F90.
112 integer,
dimension(3) :: size
◆ top
real(kind=default_precision), dimension(3) grids_mod::global_grid_type::top |
Top (highest) bounds in each dimension.
Definition at line 109 of file grids.F90.
The documentation for this type was generated from the following file: