|
integer | nx = 1 |
| Number of total internal grip points in x More...
|
|
integer | ny = 1 |
| Number of total internal grip points in y More...
|
|
integer | nz = 1 |
| Number of total internal grip points in z More...
|
|
real(dp) | xmin = 0.0_dp |
| x coordinate for left boundary More...
|
|
real(dp) | xmax = 10.0_dp |
| x coordinate for right boundary More...
|
|
real(dp) | ymin = 0.0_dp |
| y coordinate for left boundary More...
|
|
real(dp) | ymax = 10.0_dp |
| y coordinate for right boundary More...
|
|
real(dp) | zmin = 0.0_dp |
| z coordinate for left boundary More...
|
|
real(dp) | zmax = 1.0_dp |
| z coordinate for right boundary More...
|
|
◆ load_parameters()
procedure space_grid_input_type_mod::tspacegridinput::load_parameters |
|
private |
◆ print_parameters()
procedure space_grid_input_type_mod::tspacegridinput::print_parameters |
|
private |
◆ store_parameters_hdf5()
procedure space_grid_input_type_mod::tspacegridinput::store_parameters_hdf5 |
|
private |
◆ nx
integer space_grid_input_type_mod::tspacegridinput::nx = 1 |
|
private |
Number of total internal grip points in x
◆ ny
integer space_grid_input_type_mod::tspacegridinput::ny = 1 |
|
private |
Number of total internal grip points in y
◆ nz
integer space_grid_input_type_mod::tspacegridinput::nz = 1 |
|
private |
Number of total internal grip points in z
◆ xmax
real(dp) space_grid_input_type_mod::tspacegridinput::xmax = 10.0_dp |
|
private |
x
coordinate for right boundary
◆ xmin
real(dp) space_grid_input_type_mod::tspacegridinput::xmin = 0.0_dp |
|
private |
x
coordinate for left boundary
◆ ymax
real(dp) space_grid_input_type_mod::tspacegridinput::ymax = 10.0_dp |
|
private |
y
coordinate for right boundary
◆ ymin
real(dp) space_grid_input_type_mod::tspacegridinput::ymin = 0.0_dp |
|
private |
y
coordinate for left boundary
◆ zmax
real(dp) space_grid_input_type_mod::tspacegridinput::zmax = 1.0_dp |
|
private |
z
coordinate for right boundary
◆ zmin
real(dp) space_grid_input_type_mod::tspacegridinput::zmin = 0.0_dp |
|
private |
z
coordinate for left boundary
The documentation for this type was generated from the following file: