kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Public Member Functions | List of all members
kim_model_create_module::kim_set_parameter_pointer Interface Reference

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.
 

Detailed Description

Set the next parameter data pointer to be provided by the model.

See also
KIM::ModelCreate::SetParameterPointer, KIM_ModelCreate_SetParameterPointerInteger, KIM_ModelCreate_SetParameterPointerDouble
Since
2.0

Definition at line 143 of file kim_model_create_module.f90.

Member Function/Subroutine Documentation

◆ kim_model_create_set_parameter_pointer_double()

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.

See also
KIM::ModelCreate::SetParameterPointer, KIM_ModelCreate_SetParameterPointerDouble
Since
2.0

Definition at line 459 of file kim_model_create_module.f90.

◆ kim_model_create_set_parameter_pointer_integer()

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.

See also
KIM::ModelCreate::SetParameterPointer, KIM_ModelCreate_SetParameterPointerInteger
Since
2.0

Definition at line 403 of file kim_model_create_module.f90.


The documentation for this interface was generated from the following file: