UFO
ufo_metoffice_bmatrixstatic_mod_c Module Reference

Functions/Subroutines

subroutine ufo_metoffice_bmatrixstatic_setup_c (c_self, c_conf, nbands, nelements)
 Linked list implementation. More...
 
subroutine ufo_metoffice_bmatrixstatic_delete_c (c_self)
 
subroutine ufo_metoffice_bmatrixstatic_getelements_c (c_self, nelements, nbands, south, north, bmatrix_store)
 

Variables

type(registry_t) ufo_metoffice_bmatrixstatic_registry
 Linked list interface - defines registry_t type. More...
 

Function/Subroutine Documentation

◆ ufo_metoffice_bmatrixstatic_delete_c()

subroutine ufo_metoffice_bmatrixstatic_mod_c::ufo_metoffice_bmatrixstatic_delete_c ( integer(c_int), intent(inout)  c_self)
private

Definition at line 81 of file MetOfficeBMatrixStatic.interface.F90.

◆ ufo_metoffice_bmatrixstatic_getelements_c()

subroutine ufo_metoffice_bmatrixstatic_mod_c::ufo_metoffice_bmatrixstatic_getelements_c ( integer(c_int), intent(inout)  c_self,
integer(c_size_t), intent(in)  nelements,
integer(c_size_t), intent(in)  nbands,
real(c_float), dimension(nbands), intent(inout)  south,
real(c_float), dimension(nbands), intent(inout)  north,
real(c_float), dimension(nelements,nelements,nbands), intent(inout)  bmatrix_store 
)
private

Definition at line 99 of file MetOfficeBMatrixStatic.interface.F90.

◆ ufo_metoffice_bmatrixstatic_setup_c()

subroutine ufo_metoffice_bmatrixstatic_mod_c::ufo_metoffice_bmatrixstatic_setup_c ( integer(c_int), intent(inout)  c_self,
type(c_ptr), intent(in), value  c_conf,
integer(c_size_t), intent(inout)  nbands,
integer(c_size_t), intent(inout)  nelements 
)
private

Linked list implementation.

Definition at line 35 of file MetOfficeBMatrixStatic.interface.F90.

Variable Documentation

◆ ufo_metoffice_bmatrixstatic_registry

type(registry_t) ufo_metoffice_bmatrixstatic_mod_c::ufo_metoffice_bmatrixstatic_registry
private

Linked list interface - defines registry_t type.

Global registry

Definition at line 27 of file MetOfficeBMatrixStatic.interface.F90.