kim-api 2.4.1+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
 
Loading...
Searching...
No Matches
kim_model_compute_module Module Reference

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

Data Types

interface  kim_get_model_buffer_pointer
 Get the Model's buffer pointer within the Model object. More...
 
interface  kim_log_entry
 Write a log entry into the log file. More...
 
type  kim_model_compute_handle_type
 Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Compute routine. More...
 
interface  kim_to_string
 Get a string representing the internal state of the Model object. More...
 
interface  operator(.eq.)
 Compares kim_model_compute_handle_type's for equality. More...
 
interface  operator(.ne.)
 Compares kim_model_compute_handle_type's for inequality. More...
 

Variables

type(kim_model_compute_handle_type), save, public, protected kim_model_compute_null_handle
 NULL handle for use in comparisons.
 

Detailed Description

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

See also
KIM::ModelCompute, KIM_ModelCompute
Since
2.0

Variable Documentation

◆ kim_model_compute_null_handle

type(kim_model_compute_handle_type), save, public, protected kim_model_compute_module::kim_model_compute_null_handle

NULL handle for use in comparisons.

Since
2.0

Definition at line 64 of file kim_model_compute_module.f90.