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_destroy Interface Reference

Destroy a previously Model::ComputeArgumentsCreate'd object. More...

Public Member Functions

recursive subroutine kim_model_compute_arguments_destroy (model_handle, compute_arguments_handle, ierr)
 Destroy a previously Model::ComputeArgumentsCreate'd object.
 

Detailed Description

Destroy a previously Model::ComputeArgumentsCreate'd object.

See also
KIM::Model::ComputeArgumentsDestroy, KIM_Model_ComputeArgumentsDestroy
Since
2.0

Definition at line 161 of file kim_model_module.f90.

Member Function/Subroutine Documentation

◆ kim_model_compute_arguments_destroy()

recursive subroutine kim_model_module::kim_compute_arguments_destroy::kim_model_compute_arguments_destroy ( type(kim_model_handle_type), intent(in)  model_handle,
type(kim_compute_arguments_handle_type), intent(inout)  compute_arguments_handle,
integer(c_int), intent(out)  ierr 
)

Destroy a previously Model::ComputeArgumentsCreate'd object.

A Fortran PM must provide a KIM::MODEL_ROUTINE_NAME::ComputeArgumentsDestroy routine. The interface for this is given here (see also KIM::ModelComputeArgumentsDestroyFunction, KIM_ModelComputeArgumentsDestroyFunction).

interface
recursive subroutine compute_arguments_destroy( &
model_compute_handle, model_compute_arguments_destroy_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_destroy_handle_type), intent(in) &
:: model_compute_arguments_destroy_handle
integer(c_int), intent(out) :: ierr
end interface
static int compute_arguments_destroy(KIM_ModelCompute const *const modelCompute, KIM_ModelComputeArgumentsDestroy *const modelComputeArgumentsDestroy)
See also
KIM::Model::ComputeArgumentsDestroy, KIM_Model_ComputeArgumentsDestroy
Since
2.0

Definition at line 796 of file kim_model_module.f90.


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