kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Data Types | Functions/Subroutines | Variables
kim_model_compute_arguments_destroy_module Module Reference

Provides the interface to a KIM API ComputeArguments object for use by models within their MODEL_ROUTINE_NAME::ComputeArgumentsDestroy routine. More...

Functions/Subroutines

recursive subroutine kim_model_compute_arguments_destroy_log_entry (model_compute_arguments_destroy_handle, log_verbosity, message)
 Write a log entry into the log file. More...
 
recursive subroutine kim_model_compute_arguments_destroy_to_string (model_compute_arguments_destroy_handle, string)
 Get a string representing the internal state of the ComputeArguments object. More...
 

Variables

type(kim_model_compute_arguments_destroy_handle_type), save, public, protected kim_model_compute_arguments_destroy_null_handle
 NULL handle for use in comparisons. More...
 

Detailed Description

Provides the interface to a KIM API ComputeArguments object for use by models within their MODEL_ROUTINE_NAME::ComputeArgumentsDestroy routine.

See also
KIM::ModelComputeArgumentsDestroy, KIM_ModelComputeArgumentsDestroy
Since
2.0

Function/Subroutine Documentation

◆ kim_model_compute_arguments_destroy_log_entry()

recursive subroutine kim_model_compute_arguments_destroy_module::kim_model_compute_arguments_destroy_log_entry ( type(kim_model_compute_arguments_destroy_handle_type), intent(in)  model_compute_arguments_destroy_handle,
type(kim_log_verbosity_type), intent(in)  log_verbosity,
character(len=*, kind=c_char), intent(in)  message 
)

◆ kim_model_compute_arguments_destroy_to_string()

recursive subroutine kim_model_compute_arguments_destroy_module::kim_model_compute_arguments_destroy_to_string ( type(kim_model_compute_arguments_destroy_handle_type), intent(in)  model_compute_arguments_destroy_handle,
character(len=*, kind=c_char), intent(out)  string 
)

Get a string representing the internal state of the ComputeArguments object.

See also
KIM::ModelComputeArgumentsDestroy::ToString, KIM_ModelComputeArgumentsDestroy_ToString
Since
2.0

Definition at line 235 of file kim_model_compute_arguments_destroy_module.f90.

Variable Documentation

◆ kim_model_compute_arguments_destroy_null_handle

type(kim_model_compute_arguments_destroy_handle_type), save, public, protected kim_model_compute_arguments_destroy_module::kim_model_compute_arguments_destroy_null_handle

NULL handle for use in comparisons.

Since
2.0

Definition at line 64 of file kim_model_compute_arguments_destroy_module.f90.