NanoMagMC
v0.2
Monte Carlo Simulation Software for Atomistic Models of Magnetic Materials
|
#include <string>
Go to the source code of this file.
Classes | |
struct | stateOptions |
struct | simOptions |
Functions | |
template<class T > | |
T | read_var (std::string v_name, std::string f_name) |
void | read_all_vars (std::string f_name, stateOptions &stOpt, simOptions &simOpt) |
void | load_Hs_Ts (simOptions &simOpt, float *&Ts, int &Tnum, float *&Hs, int &Hnum) |
void load_Hs_Ts | ( | simOptions & | simOpt, |
float *& | Ts, | ||
int & | Tnum, | ||
float *& | Hs, | ||
int & | Hnum | ||
) |
void read_all_vars | ( | std::string | f_name, |
stateOptions & | stOpt, | ||
simOptions & | simOpt | ||
) |
T read_var | ( | std::string | v_name, |
std::string | f_name | ||
) |