#include <math.h>#include <stdio.h>#include <stdlib.h>#include "general.h"#include "organizer.h"#include "display.h"Go to the source code of this file.
Classes | |
| class | CNFile |
| class | PropFile |
| class | Path |
| class | IsingFrame |
Defines | |
| #define | EV 1.6021772E-19 |
| #define | BOLZ 1.380658E-23 |
| #define | KB 0.8617336E-4 |
| #define | max(a, b) (((a)>(b))?(a):(b)) |
| #define | min(a, b) (((a)<(b))?(a):(b)) |
| #define | MAXSPECIES 10 |
| #define | MAXCOLORS 10 |
| #define | Realloc(p, t, s) {p=(t *)realloc(p,sizeof(t)*s);} |
| #define EV 1.6021772E-19 |
| #define KB 0.8617336E-4 |
Definition at line 20 of file ising.h.
Referenced by MDFrame::NPTC_Gear6(), MDFrame::NVT_Gear6(), MDFrame::NVTC_Gear6(), MDFrame::VVerlet_Get_Tinst(), and MDFrame::VVerlet_NHCINT().
| #define max | ( | a, | |||
| b | ) | (((a)>(b))?(a):(b)) |
Definition at line 22 of file ising.h.
Referenced by UnitCell::operator*(), RODSFrame::plot(), and FSParam::readfile().
| #define MAXCOLORS 10 |
Definition at line 29 of file ising.h.
Referenced by MDFrame::initparser(), IsingFrame::initparser(), MDFrame::initvars(), IsingFrame::initvars(), and RODSFrame::plot().
| #define MAXSPECIES 10 |
Definition at line 28 of file ising.h.
Referenced by MDFrame::initparser(), IsingFrame::initparser(), MDFrame::initvars(), and IsingFrame::initvars().
| #define min | ( | a, | |||
| b | ) | (((a)<(b))?(a):(b)) |
Definition at line 36 of file ising.h.
Referenced by RODSFrame::Alloc(), LJBONDFrame::Alloc(), FSFrame::Alloc(), EAMFrame::Alloc(), ALGLUEFrame::Alloc(), RODSFrame::Alloc_Bonds(), MDFrame::allocQLM(), MDFrame::assign_Lam(), MDFrame::CE_enumKV(), MDFrame::CE_init(), MDFrame::Ewald_init(), MDFrame::Gear6_init(), MEAMFrame::NbrList_translate(), MDFrame::NPH_VVerlet(), MDFrame::NPH_VVerlet_Explicit_1(), MDFrame::NVE_VVerlet(), MDFrame::NVT_VVerlet_Explicit_1(), MDFrame::NVT_VVerlet_Explicit_2(), MDFrame::NVT_VVerlet_Implicit(), MDFrame::NVTC_VVerlet_Explicit(), MDFrame::PME_init(), and ReArrAlloc2().
1.5.7.1