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_simulator_model_module::kim_get_parameter_file_name Interface Reference

Get the basename (file name without path) of a particular parameter file. The file is located in the SimulatorModel's parameter file directory. More...

Public Member Functions

recursive subroutine kim_simulator_model_get_parameter_file_name (simulator_model_handle, index, parameter_file_name, ierr)
 Get the basename (file name without path) of a particular parameter file. The file is located in the SimulatorModel's parameter file directory.
 

Detailed Description

Get the basename (file name without path) of a particular parameter file. The file is located in the SimulatorModel's parameter file directory.

See also
KIM::SimulatorModel::GetParameterFileName, KIM_SimulatorModel_GetParameterFileName
Since
2.1
Deprecated:
As of 2.2. Please use kim_simulator_model_module::kim_get_parameter_file_basename() instead.

Definition at line 239 of file kim_simulator_model_module.f90.

Member Function/Subroutine Documentation

◆ kim_simulator_model_get_parameter_file_name()

recursive subroutine kim_simulator_model_module::kim_get_parameter_file_name::kim_simulator_model_get_parameter_file_name ( type(kim_simulator_model_handle_type), intent(in)  simulator_model_handle,
integer(c_int), intent(in)  index,
character(len=*, kind=c_char), intent(out)  parameter_file_name,
integer(c_int), intent(out)  ierr 
)

Get the basename (file name without path) of a particular parameter file. The file is located in the SimulatorModel's parameter file directory.

See also
KIM::SimulatorModel::GetParameterFileName, KIM_SimulatorModel_GetParameterFileName
Since
2.1
Deprecated:
As of 2.2. Please use kim_simulator_model_module::kim_get_parameter_file_basename() instead.

Definition at line 818 of file kim_simulator_model_module.f90.


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