NanoMagMC  v0.2
Monte Carlo Simulation Software for Atomistic Models of Magnetic Materials
Classes | Functions
param_read.hpp File Reference
#include <string>
Include dependency graph for param_read.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  stateOptions
 
struct  simOptions
 

Functions

template<class 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)
 

Function Documentation

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 
)
template<class T >
T read_var ( std::string  v_name,
std::string  f_name 
)