KIM API V2
Macros | Typedefs | Functions
KIM_ModelComputeArguments.h File Reference

Go to the source code of this file.

Macros

#define KIM_LOG_VERBOSITY_DEFINED_
 
#define KIM_COMPUTE_ARGUMENT_NAME_DEFINED_
 
#define KIM_COMPUTE_CALLBACK_NAME_DEFINED_
 
#define KIM_MODEL_COMPUTE_ARGUMENTS_DEFINED_
 

Typedefs

typedef struct KIM_LogVerbosity KIM_LogVerbosity
 
typedef struct KIM_ComputeArgumentName KIM_ComputeArgumentName
 
typedef struct KIM_ComputeCallbackName KIM_ComputeCallbackName
 
typedef struct KIM_ModelComputeArguments KIM_ModelComputeArguments
 

Functions

int KIM_ModelComputeArguments_GetNeighborList (KIM_ModelComputeArguments const *const modelComputeArguments, int const neighborListIndex, int const particleNumber, int *const numberOfNeighbors, int const **const neighborsOfParticle)
 
int KIM_ModelComputeArguments_ProcessDEDrTerm (KIM_ModelComputeArguments const *const modelComputeArguments, double const de, double const r, double const *const dx, int const i, int const j)
 
int KIM_ModelComputeArguments_ProcessD2EDr2Term (KIM_ModelComputeArguments const *const modelComputeArguments, double const de, double const *const r, double const *const dx, int const *const i, int const *const j)
 
int KIM_ModelComputeArguments_GetArgumentPointerInteger (KIM_ModelComputeArguments const *const modelComputeArguments, KIM_ComputeArgumentName const computeArgumentName, int **const ptr)
 
int KIM_ModelComputeArguments_GetArgumentPointerDouble (KIM_ModelComputeArguments const *const modelComputeArguments, KIM_ComputeArgumentName const computeArgumentName, double **const ptr)
 
int KIM_ModelComputeArguments_IsCallbackPresent (KIM_ModelComputeArguments const *const modelComputeArguments, KIM_ComputeCallbackName const computeCallbackName, int *const present)
 
void KIM_ModelComputeArguments_SetModelBufferPointer (KIM_ModelComputeArguments *const modelComputeArguments, void *const ptr)
 
void KIM_ModelComputeArguments_GetModelBufferPointer (KIM_ModelComputeArguments const *const modelComputeArguments, void **const ptr)
 
void KIM_ModelComputeArguments_LogEntry (KIM_ModelComputeArguments const *const modelComputeArguments, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)
 
char const *const KIM_ModelComputeArguments_String (KIM_ModelComputeArguments const *const modelComputeArguments)
 

Macro Definition Documentation

◆ KIM_COMPUTE_ARGUMENT_NAME_DEFINED_

#define KIM_COMPUTE_ARGUMENT_NAME_DEFINED_

Definition at line 46 of file KIM_ModelComputeArguments.h.

◆ KIM_COMPUTE_CALLBACK_NAME_DEFINED_

#define KIM_COMPUTE_CALLBACK_NAME_DEFINED_

Definition at line 51 of file KIM_ModelComputeArguments.h.

◆ KIM_LOG_VERBOSITY_DEFINED_

#define KIM_LOG_VERBOSITY_DEFINED_

Definition at line 41 of file KIM_ModelComputeArguments.h.

◆ KIM_MODEL_COMPUTE_ARGUMENTS_DEFINED_

#define KIM_MODEL_COMPUTE_ARGUMENTS_DEFINED_

Definition at line 59 of file KIM_ModelComputeArguments.h.

Typedef Documentation

◆ KIM_ComputeArgumentName

Definition at line 47 of file KIM_ModelComputeArguments.h.

◆ KIM_ComputeCallbackName

Definition at line 52 of file KIM_ModelComputeArguments.h.

◆ KIM_LogVerbosity

Definition at line 42 of file KIM_ModelComputeArguments.h.

◆ KIM_ModelComputeArguments

Definition at line 60 of file KIM_ModelComputeArguments.h.

Function Documentation

◆ KIM_ModelComputeArguments_GetArgumentPointerDouble()

int KIM_ModelComputeArguments_GetArgumentPointerDouble ( KIM_ModelComputeArguments const *const  modelComputeArguments,
KIM_ComputeArgumentName const  computeArgumentName,
double **const  ptr 
)

◆ KIM_ModelComputeArguments_GetArgumentPointerInteger()

int KIM_ModelComputeArguments_GetArgumentPointerInteger ( KIM_ModelComputeArguments const *const  modelComputeArguments,
KIM_ComputeArgumentName const  computeArgumentName,
int **const  ptr 
)

◆ KIM_ModelComputeArguments_GetModelBufferPointer()

void KIM_ModelComputeArguments_GetModelBufferPointer ( KIM_ModelComputeArguments const *const  modelComputeArguments,
void **const  ptr 
)

◆ KIM_ModelComputeArguments_GetNeighborList()

int KIM_ModelComputeArguments_GetNeighborList ( KIM_ModelComputeArguments const *const  modelComputeArguments,
int const  neighborListIndex,
int const  particleNumber,
int *const  numberOfNeighbors,
int const **const  neighborsOfParticle 
)

◆ KIM_ModelComputeArguments_IsCallbackPresent()

int KIM_ModelComputeArguments_IsCallbackPresent ( KIM_ModelComputeArguments const *const  modelComputeArguments,
KIM_ComputeCallbackName const  computeCallbackName,
int *const  present 
)

◆ KIM_ModelComputeArguments_LogEntry()

void KIM_ModelComputeArguments_LogEntry ( KIM_ModelComputeArguments const *const  modelComputeArguments,
KIM_LogVerbosity const  logVerbosity,
char const *const  message,
int const  lineNumber,
char const *const  fileName 
)

◆ KIM_ModelComputeArguments_ProcessD2EDr2Term()

int KIM_ModelComputeArguments_ProcessD2EDr2Term ( KIM_ModelComputeArguments const *const  modelComputeArguments,
double const  de,
double const *const  r,
double const *const  dx,
int const *const  i,
int const *const  j 
)

◆ KIM_ModelComputeArguments_ProcessDEDrTerm()

int KIM_ModelComputeArguments_ProcessDEDrTerm ( KIM_ModelComputeArguments const *const  modelComputeArguments,
double const  de,
double const  r,
double const *const  dx,
int const  i,
int const  j 
)

◆ KIM_ModelComputeArguments_SetModelBufferPointer()

void KIM_ModelComputeArguments_SetModelBufferPointer ( KIM_ModelComputeArguments *const  modelComputeArguments,
void *const  ptr 
)

◆ KIM_ModelComputeArguments_String()

char const* const KIM_ModelComputeArguments_String ( KIM_ModelComputeArguments const *const  modelComputeArguments)