SOCA
|
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... | |
C++ interface for soca_horizfilt_mod::soca_horizfilt.
|
private |
C++ interface for soca_horizfilt_mod::soca_horizfilt::delete()
Delete filtering operator
[in,out] | c_key_self | The filtering structure |
Definition at line 79 of file soca_horizfilt.interface.F90.
|
private |
C++ interface for soca_horizfilt_mod::soca_horizfilt::multad()
Multiply adjoint
[in,out] | c_key_self | The filtering structure |
[in] | c_key_in | " to Increment in @param [in] c_key_out " to Increment out |
[in] | c_key_geom | Geometry |
Definition at line 120 of file soca_horizfilt.interface.F90.
|
private |
C++ interface for soca_horizfilt_mod::soca_horizfilt::mult()
Multiply
[in,out] | c_key_self | The filtering structure |
[in] | c_key_in | " to Increment in @param [in] c_key_out " to Increment out |
[in] | c_key_geom | Geometry |
Definition at line 95 of file soca_horizfilt.interface.F90.
|
private |
Linked list implementation.
C++ interface for soca_horizfilt_mod::soca_horizfilt::setup()
Setup for the filtering operator
[in,out] | c_key_self | The filtering structure |
[in] | c_conf | The configuration |
[in] | c_key_geom | Geometry |
[in] | c_key_traj | Trajectory |
[in] | c_vars | List of variables |
Definition at line 47 of file soca_horizfilt.interface.F90.
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.