|
|
type(grid_from_host_t) function, pointer | constructor_char (name, units, number_of_cells) |
| |
|
type(grid_from_host_t) function, pointer | constructor_string (name, units, number_of_cells) |
| |
|
procedure | size (this) |
| |
|
procedure | units (this) |
| |
|
procedure | pack_size (this, comm) |
| |
|
procedure | mpi_pack (this, buffer, position, comm) |
| |
|
procedure | mpi_unpack (this, buffer, position, comm) |
| |
|
procedure | output (this, io_unit) |
| |
|
|
type(string_t) | handle_ |
| |
|
type(string_t) | units_ |
| |
|
integer(musica_ik) | ncells_ |
| |
|
real(musica_dk), dimension(:), allocatable | mid_ |
| |
|
real(musica_dk), dimension(:), allocatable | edge_ |
| |
|
real(musica_dk), dimension(:), allocatable | delta_ |
| |
The documentation for this interface was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/tuv-x/checkouts/latest/src/grids/from_host.F90