ITM AMNS: User Interface
\$Id: Doxyfile 502 2015-10-15 12:23:45Z dpc $
|
Public Member Functions | |
subroutine | itm_amns_c_setup (handle, error_status) |
provides ITM_AMNS_C_SETUP by calling ITM_AMNS_SETUP More... | |
subroutine | itm_amns_c_setup_version (handle, version, error_status) |
provides ITM_AMNS_C_SETUP by calling ITM_AMNS_SETUP with version argument More... | |
subroutine | itm_amns_c_finish (handle, error_status) |
provides ITM_AMNS_C_FINISH by calling ITM_AMNS_FINISH More... | |
subroutine | itm_amns_c_finish_table (handle_rx, error_status) |
provides ITM_AMNS_C_FINISH_TABLE by calling ITM_AMNS_FINISH_TABLE More... | |
subroutine | itm_amns_c_set (handle, set, error_status) |
provides ITM_AMNS_C_SET by calling ITM_AMNS_SET More... | |
subroutine | itm_amns_c_query (handle, query, answer, error_status) |
provides ITM_AMNS_C_QUERY by calling ITM_AMNS_QUERY More... | |
subroutine | itm_amns_c_setup_table (handle, reaction_type, reactant, handle_rx, error_status) |
provides ITM_AMNS_C_SETUP_TABLE by calling ITM_AMNS_SETUP_TABLE More... | |
subroutine | itm_amns_c_query_table (handle_rx, query, answer, error_status) |
provides ITM_AMNS_C_QUERY_TABLE by calling ITM_AMNS_QUERY_TABLE More... | |
subroutine | itm_amns_c_set_table (handle_rx, set, error_status) |
provides ITM_AMNS_C_SET_TABLE by calling ITM_AMNS_SET_TABLE More... | |
subroutine | itm_amns_c_rx_0_a (handle_rx, out, arg1, error_status) |
get the rates associated with the input (0d) args for a particular reaction Expanded into three separate subroutine for 1, 2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_0_b (handle_rx, out, arg1, arg2, error_status) |
get the rates associated with the input (0d) args for a particular reaction Expanded into three separate subroutine for 1, 2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_0_c (handle_rx, out, arg1, arg2, arg3, error_status) |
get the rates associated with the input (0d) args for a particular reaction Expanded into three separate subroutine for 1, 2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_1_a (handle_rx, nx, out, arg1, error_status) |
get the rates associated with the input (1d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_1_b (handle_rx, nx, out, arg1, arg2, error_status) |
get the rates associated with the input (1d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_1_c (handle_rx, nx, out, arg1, arg2, arg3, error_status) |
get the rates associated with the input (1d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_2_a (handle_rx, nx, ny, out, arg1, error_status) |
get the rates associated with the input (2d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_2_b (handle_rx, nx, ny, out, arg1, arg2, error_status) |
get the rates associated with the input (2d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_2_c (handle_rx, nx, ny, out, arg1, arg2, arg3, error_status) |
get the rates associated with the input (2d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_3_a (handle_rx, nx, ny, nz, out, arg1, error_status) |
get the rates associated with the input (3d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_3_b (handle_rx, nx, ny, nz, out, arg1, arg2, error_status) |
get the rates associated with the input (3d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_rx_3_c (handle_rx, nx, ny, nz, out, arg1, arg2, arg3, error_status) |
get the rates associated with the input (3d) args for a particular reaction Expanded into three separate subroutine for 1,2 or 3 arguments. More... | |
subroutine | itm_amns_c_setup_reactants (reactants_handle, string, index, n_reactants) |
Additional helper routines not contained in amns_module, but required for using the type amns_reactants_type from C. More... | |
subroutine | itm_amns_c_set_reactant (reactants_handle, reactant_index, reactant) |
Additional helper routines not contained in amns_module, but required for using the type amns_reactants_type from C. More... | |
subroutine | itm_amns_c_get_reactant (reactants_handle, reactant_index, reactant) |
Additional helper routines not contained in amns_module, but required for using the type amns_reactants_type from C. More... | |
subroutine | itm_amns_c_finish_reactants (reactants_handle) |
Additional helper routines not contained in amns_module, but required for using the type amns_reactants_type from C. More... | |
Definition at line 10 of file amns_module_isoc.F90.