kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Set the next parameter data pointer to be provided by the model. More...
Public Member Functions | |
recursive subroutine | kim_model_create_set_parameter_pointer_integer (model_create_handle, int1, name, description, ierr) |
Set the next parameter data pointer to be provided by the model. | |
recursive subroutine | kim_model_create_set_parameter_pointer_double (model_create_handle, double1, name, description, ierr) |
Set the next parameter data pointer to be provided by the model. | |
Set the next parameter data pointer to be provided by the model.
Definition at line 143 of file kim_model_create_module.f90.
recursive subroutine kim_model_create_module::kim_set_parameter_pointer::kim_model_create_set_parameter_pointer_double | ( | type(kim_model_create_handle_type), intent(in) | model_create_handle, |
real(c_double), dimension(:), intent(in), target | double1, | ||
character(len=*, kind=c_char), intent(in) | name, | ||
character(len=*, kind=c_char), intent(in) | description, | ||
integer(c_int), intent(out) | ierr ) |
Set the next parameter data pointer to be provided by the model.
Definition at line 459 of file kim_model_create_module.f90.
recursive subroutine kim_model_create_module::kim_set_parameter_pointer::kim_model_create_set_parameter_pointer_integer | ( | type(kim_model_create_handle_type), intent(in) | model_create_handle, |
integer(c_int), dimension(:), intent(in), target | int1, | ||
character(len=*, kind=c_char), intent(in) | name, | ||
character(len=*, kind=c_char), intent(in) | description, | ||
integer(c_int), intent(out) | ierr ) |
Set the next parameter data pointer to be provided by the model.
Definition at line 403 of file kim_model_create_module.f90.