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_module::kim_compute_arguments_create Interface Reference

Create a new ComputeArguments object for the Model object. More...

Public Member Functions

recursive subroutine kim_model_compute_arguments_create (model_handle, compute_arguments_handle, ierr)
 Create a new ComputeArguments object for the Model object.
 

Detailed Description

Create a new ComputeArguments object for the Model object.

See also
KIM::Model::ComputeArgumentsCreate, KIM_Model_ComputeArgumentsCreate
Since
2.0

Definition at line 152 of file kim_model_module.f90.

Member Function/Subroutine Documentation

◆ kim_model_compute_arguments_create()

recursive subroutine kim_model_module::kim_compute_arguments_create::kim_model_compute_arguments_create ( type(kim_model_handle_type), intent(in)  model_handle,
type(kim_compute_arguments_handle_type), intent(out)  compute_arguments_handle,
integer(c_int), intent(out)  ierr 
)

Create a new ComputeArguments object for the Model object.

A Fortran PM must provide a KIM::MODEL_ROUTINE_NAME::ComputeArgumentsCreate routine. The interface for this is given here (see also KIM::ModelComputeArgumentsCreateFunction, KIM_ModelComputeArgumentsCreateFunction).

interface
recursive subroutine compute_arguments_create( &
model_compute_handle, model_compute_arguments_create_handle, ierr) &
bind(c)
use, intrinsic :: iso_c_binding
implicit none
type(kim_model_compute_handle_type), intent(in) :: model_compute_handle
type(kim_model_compute_arguments_create_handle_type), intent(in) &
:: model_compute_arguments_create_handle
integer(c_int), intent(out) :: ierr
end subroutine compute_arguments_create
end interface
static int compute_arguments_create(KIM_ModelCompute const *const modelCompute, KIM_ModelComputeArgumentsCreate *const modelComputeArgumentsCreate)
See also
KIM::Model::ComputeArgumentsCreate, KIM_Model_ComputeArgumentsCreate
Since
2.0

Definition at line 737 of file kim_model_module.f90.


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