Completely initialise the mesh object. Upon initialisation the mesh object can be read-only and shouldn't be edited Takes as argument global information about the mesh like its length, number of cells and decomposition in each direction
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | dimension(3) | :: | dims_global | ||
| integer, | intent(in), | dimension(3) | :: | nproc_dir | ||
| real(kind=dp), | intent(in), | dimension(3) | :: | L_global | ||
| character(len=*), | intent(in), | dimension(2) | :: | BC_x | ||
| character(len=*), | intent(in), | dimension(2) | :: | BC_y | ||
| character(len=*), | intent(in), | dimension(2) | :: | BC_z | ||
| character(len=*), | intent(in), | optional, | dimension(3) | :: | stretching | |
| real(kind=dp), | intent(in), | optional, | dimension(3) | :: | beta | |
| logical, | intent(in), | optional | :: | use_2decomp |