Go to the source code of this file.
|
subroutine, public | ex_model_ar_p_mlj_f03::model_compute_arguments_create (model_compute_handle, model_compute_arguments_create_handle, ierr) |
|
subroutine, public | ex_model_ar_p_mlj_f03::model_compute_arguments_destroy (model_compute_handle, model_compute_arguments_destroy_handle, ierr) |
|
subroutine | model_create_routine (model_create_handle, requested_length_unit, requested_energy_unit, requested_charge_unit, requested_temperature_unit, requested_time_unit, ierr) |
|
◆ model_create_routine()
subroutine model_create_routine |
( |
type(kim_model_create_handle_type), intent(inout) |
model_create_handle, |
|
|
type(kim_length_unit_type), intent(in) |
requested_length_unit, |
|
|
type(kim_energy_unit_type), intent(in) |
requested_energy_unit, |
|
|
type(kim_charge_unit_type), intent(in) |
requested_charge_unit, |
|
|
type(kim_temperature_unit_type), intent(in) |
requested_temperature_unit, |
|
|
type(kim_time_unit_type), intent(in) |
requested_time_unit, |
|
|
integer(c_int), intent(out) |
ierr |
|
) |
| |