FV3 Bundle
unstructured_grid_mod Module Reference

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...
 

Detailed Description

Fortran module for handling generic unstructured grid.

Function/Subroutine Documentation

◆ allocate_unstructured_grid_coord()

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.

Here is the caller graph for this function:

◆ allocate_unstructured_grid_field()

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.

Here is the caller graph for this function:

◆ create_ug_c()

subroutine unstructured_grid_mod::create_ug_c ( integer(c_int), intent(inout)  key)
private

Linked list implementation.

Definition at line 65 of file unstructured_grid_mod.F90.

◆ delete_ug_c()

subroutine unstructured_grid_mod::delete_ug_c ( integer(c_int), intent(inout)  key)
private

Definition at line 76 of file unstructured_grid_mod.F90.

Here is the call graph for this function:

◆ delete_unstructured_grid()

subroutine, public unstructured_grid_mod::delete_unstructured_grid ( type(unstructured_grid), intent(inout)  self)

Definition at line 123 of file unstructured_grid_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ unstructured_grid_registry

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.