KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
Elements Namespace Reference

Classes

struct  ElemInfo
 

Functions

int ELEMENTS_ZNUM (const std::string &label)
 
std::string ELEMENTS_NAME (const int &znumber)
 
template<typename T >
ElemInfoGetElemInfo (T ask)
 

Function Documentation

◆ ELEMENTS_NAME()

std::string Elements::ELEMENTS_NAME ( const int & znumber)
inline

Definition at line 131 of file chem.h.

References ELEMENTS_LABEL, and MAX_ELEMENTS_NUMBER.

Referenced by GetElemInfo().

Here is the caller graph for this function:

◆ ELEMENTS_ZNUM()

int Elements::ELEMENTS_ZNUM ( const std::string & label)
inline

Definition at line 122 of file chem.h.

References ELEMENTS_LABEL, and MAX_ELEMENTS_NUMBER.

Referenced by GetElemInfo().

Here is the caller graph for this function:

◆ GetElemInfo()

template<typename T >
ElemInfo & Elements::GetElemInfo ( T ask)