SOCA
|
C++ interface for soca_bkgerr_mod::soca_bkgerr. More...
Functions/Subroutines | |
subroutine | soca_bkgerr_setup_c (c_key_self, c_conf, c_key_bkg, c_key_geom) |
Linked list implementation. More... | |
subroutine | soca_bkgerr_delete_c (c_key_self) |
C++ interface for soca_bkgerr_mod::soca_bkgerr destructor. More... | |
subroutine | soca_bkgerr_mult_f90_c (c_key_self, c_key_a, c_key_m) |
C++ interface for soca_bkgerr_mod::soca_bkgerr::mult() More... | |
Variables | |
type(registry_t), public | soca_bkgerr_registry |
Linked list interface - defines registry_t type. More... | |
C++ interface for soca_bkgerr_mod::soca_bkgerr.
|
private |
C++ interface for soca_bkgerr_mod::soca_bkgerr destructor.
Definition at line 71 of file soca_bkgerr.interface.F90.
|
private |
C++ interface for soca_bkgerr_mod::soca_bkgerr::mult()
Multiplication forward and adjoint
[in] | c_key_a | " to Increment in @param [in] c_key_m " to Increment out |
Definition at line 87 of file soca_bkgerr.interface.F90.
|
private |
Linked list implementation.
C++ interface for soca_bkgerr_mod::soca_bkgerr::setup()
Constructor for D (standard deviation of background error)
[in,out] | c_key_self | The D structure |
[in] | c_conf | The configuration |
[in] | c_key_bkg | Background field |
[in] | c_key_geom | Geometry |
Definition at line 47 of file soca_bkgerr.interface.F90.
type(registry_t), public soca_bkgerr_mod_c::soca_bkgerr_registry |
Linked list interface - defines registry_t type.
Global registry for soca_bkgerr_mod::soca_bkgerr
Definition at line 31 of file soca_bkgerr.interface.F90.