FV3 Bundle
|
Fortran module for handling generic unstructured grid. More...
Data Types | |
type | grid_type |
Derived type containing the data. More... | |
type | unstructured_grid |
Functions/Subroutines | |
subroutine | create_ug_c (key) |
Linked list implementation. More... | |
subroutine | delete_ug_c (key) |
subroutine, public | allocate_unstructured_grid_coord (self) |
subroutine, public | allocate_unstructured_grid_field (self) |
subroutine, public | delete_unstructured_grid (self) |
Variables | |
type(registry_t), public | unstructured_grid_registry |
Linked list interface - defines registry_t type. More... | |
Fortran module for handling generic unstructured grid.
subroutine, public unstructured_grid_mod::allocate_unstructured_grid_coord | ( | type(unstructured_grid), intent(inout) | self | ) |
Definition at line 90 of file unstructured_grid_mod.F90.
subroutine, public unstructured_grid_mod::allocate_unstructured_grid_field | ( | type(unstructured_grid), intent(inout) | self | ) |
Definition at line 108 of file unstructured_grid_mod.F90.
|
private |
Linked list implementation.
Definition at line 65 of file unstructured_grid_mod.F90.
|
private |
subroutine, public unstructured_grid_mod::delete_unstructured_grid | ( | type(unstructured_grid), intent(inout) | self | ) |
Definition at line 123 of file unstructured_grid_mod.F90.
type(registry_t), public unstructured_grid_mod::unstructured_grid_registry |
Linked list interface - defines registry_t type.
Global registry
Definition at line 51 of file unstructured_grid_mod.F90.