|
type(param_class) function, pointer | v3fit_params::param_construct_basic (a_model, param_name, indices, num_params) |
| Construct a param_class object. More...
|
|
type(param_class) function, pointer | v3fit_params::param_construct_recon (a_model, param_name, indices, vrnc, range_type, range_indices, range_value, num_signals, num_params) |
| Construct a param_class object. More...
|
|
type(param_class) function, pointer | v3fit_params::param_construct_locking (a_model, param_name, indices, set, set_indices, set_coeff, eq_comm) |
| Construct a param_class object. More...
|
|
subroutine | v3fit_params::param_destruct (this) |
| Deconstruct a param_class object. More...
|
|
subroutine | v3fit_params::param_set_value (this, a_model, value, eq_comm, is_central) |
| Sets the parameter value. More...
|
|
subroutine | v3fit_params::param_set_lock_value (this, a_model, eq_comm) |
| Sets the locking parameter value. More...
|
|
real(rprec) function | v3fit_params::param_get_value (this, a_model) |
| Gets the parameter value. More...
|
|
character(len=data_name_length) function | v3fit_params::param_get_name (this, a_model) |
| Gets the parameter name. More...
|
|
real(rprec) function | v3fit_params::param_get_lower_range_value (this, a_model) |
| Gets the lower boundary value. More...
|
|
real(rprec) function | v3fit_params::param_get_upper_range_value (this, a_model) |
| Gets the upper boundary value. More...
|
|
character(len=data_name_length) function | v3fit_params::param_get_lower_range_type (this, a_model) |
| Gets the lower boundary type description. More...
|
|
character(len=data_name_length) function | v3fit_params::param_get_upper_range_type (this, a_model) |
| Gets the upper boundary type description. More...
|
|
logical function | v3fit_params::param_is_in_lower_range (this, a_model, value) |
| Checks if the value is in the lower range. More...
|
|
logical function | v3fit_params::param_is_in_upper_range (this, a_model, value) |
| Checks if the value is in the upper range. More...
|
|
subroutine | v3fit_params::param_increment (this, a_model, eq_comm, is_central) |
| Increments the parameter value. More...
|
|
subroutine | v3fit_params::param_decrement (this, a_model, eq_comm) |
| Decrements the parameter value. More...
|
|
subroutine | v3fit_params::param_write (this, iou, index, a_model) |
| Writes out a parameter to an output file. More...
|
|
subroutine | v3fit_params::param_write_short (this, iou, index, a_model) |
| Writes out a parameter to an output file. More...
|
|
subroutine | v3fit_params::param_write_header (iou) |
| Writes out parameter header information to an output file. More...
|
|
subroutine | v3fit_params::param_write_header_short (iou) |
| Writes out parameter header information to an output file. More...
|
|
subroutine | v3fit_params::param_write_correlation (this, iou, a_model) |
| Writes out a parameter covariance matrix row. More...
|
|
subroutine | v3fit_params::param_write_step_data_1 (this, a_model, result_ncid, current_step, index, param_value_id, param_sigma_id, param_corr_id, param_sem_id) |
| Write out the parameter data for a step to the result netcdf file. More...
|
|
subroutine | v3fit_params::param_write_step_data_2 (this, a_model, result_ncid, current_step, index, param_value_id, param_sigma_id, param_corr_id) |
| Write out the parameter data for a step to the result netcdf file. More...
|
|
subroutine | v3fit_params::param_restart (this, a_model, result_ncid, current_step, index, param_value_id, param_sigma_id, param_corr_id, eq_comm, is_central) |
| Restart the parameter. More...
|
|
subroutine | v3fit_params::param_sync_value (this, a_model, recon_comm, eq_comm, is_central) |
| Syncronize the param value to children. More...
|
|
subroutine | v3fit_params::param_send_delta (this, index, recon_comm) |
| Sends the delta used. More...
|
|
subroutine | v3fit_params::param_recv_delta (this, index, recon_comm) |
| Receives the delta used. More...
|
|
subroutine | v3fit_params::param_sync_delta (this, recon_comm) |
| Sync the delta used. More...
|
|
subroutine | v3fit_params::param_sync_child (this, a_model, index, recon_comm, eq_comm, is_central) |
| Sync the parameter value from a child to the parent. More...
|
|
Contains module v3fit_params.