SOCA
soca_horizfilt_mod_c Module Reference

C++ interface for soca_horizfilt_mod::soca_horizfilt. More...

Functions/Subroutines

subroutine soca_horizfilt_setup_c (c_key_self, c_conf, c_key_geom, c_key_traj, c_vars)
 Linked list implementation. More...
 
subroutine soca_horizfilt_delete_c (c_key_self)
 C++ interface for soca_horizfilt_mod::soca_horizfilt::delete() More...
 
subroutine soca_horizfilt_mult_c (c_key_self, c_key_in, c_key_out, c_key_geom)
 C++ interface for soca_horizfilt_mod::soca_horizfilt::mult() More...
 
subroutine soca_horizfilt_mult_ad_c (c_key_self, c_key_in, c_key_out, c_key_geom)
 C++ interface for soca_horizfilt_mod::soca_horizfilt::multad() More...
 

Variables

type(registry_t), public soca_horizfilt_registry
 Linked list interface - defines registry_t type. More...
 

Detailed Description

Function/Subroutine Documentation

◆ soca_horizfilt_delete_c()

subroutine soca_horizfilt_mod_c::soca_horizfilt_delete_c ( integer(c_int), intent(inout)  c_key_self)
private

C++ interface for soca_horizfilt_mod::soca_horizfilt::delete()

Delete filtering operator

Parameters
[in,out]c_key_selfThe filtering structure

Definition at line 79 of file soca_horizfilt.interface.F90.

◆ soca_horizfilt_mult_ad_c()

subroutine soca_horizfilt_mod_c::soca_horizfilt_mult_ad_c ( integer(c_int), intent(inout)  c_key_self,
integer(c_int), intent(in)  c_key_in,
integer(c_int), intent(in)  c_key_out,
integer(c_int), intent(in)  c_key_geom 
)
private

C++ interface for soca_horizfilt_mod::soca_horizfilt::multad()

Multiply adjoint

Parameters
[in,out]c_key_selfThe filtering structure
[in]c_key_in" to Increment in @param [in] c_key_out " to Increment out
[in]c_key_geomGeometry

Definition at line 120 of file soca_horizfilt.interface.F90.

◆ soca_horizfilt_mult_c()

subroutine soca_horizfilt_mod_c::soca_horizfilt_mult_c ( integer(c_int), intent(inout)  c_key_self,
integer(c_int), intent(in)  c_key_in,
integer(c_int), intent(in)  c_key_out,
integer(c_int), intent(in)  c_key_geom 
)
private

C++ interface for soca_horizfilt_mod::soca_horizfilt::mult()

Multiply

Parameters
[in,out]c_key_selfThe filtering structure
[in]c_key_in" to Increment in @param [in] c_key_out " to Increment out
[in]c_key_geomGeometry

Definition at line 95 of file soca_horizfilt.interface.F90.

◆ soca_horizfilt_setup_c()

subroutine soca_horizfilt_mod_c::soca_horizfilt_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in)  c_conf,
integer(c_int), intent(in)  c_key_geom,
integer(c_int), intent(in)  c_key_traj,
type(c_ptr), intent(in), value  c_vars 
)
private

Linked list implementation.

C++ interface for soca_horizfilt_mod::soca_horizfilt::setup()

Setup for the filtering operator

Parameters
[in,out]c_key_selfThe filtering structure
[in]c_confThe configuration
[in]c_key_geomGeometry
[in]c_key_trajTrajectory
[in]c_varsList of variables

Definition at line 47 of file soca_horizfilt.interface.F90.

Variable Documentation

◆ soca_horizfilt_registry

type(registry_t), public soca_horizfilt_mod_c::soca_horizfilt_registry

Linked list interface - defines registry_t type.

Global registry for soca_horizfilt_mod::soca_horizfilt

Definition at line 32 of file soca_horizfilt.interface.F90.