X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=d63a507262dc7d8913f27b833a723a828170d0f2;hp=24778fab9051289c0522fa8d416c7e00dbd80c3a;hb=6f7acbcafd89b6e3899b6bef51c7727a4c560221;hpb=14f4760167409b235fb1d03e1f12733c85037eb6 diff --git a/nlsop.h b/nlsop.h index 24778fa..d63a507 100644 --- a/nlsop.h +++ b/nlsop.h @@ -8,50 +8,51 @@ #ifndef NLSOP_H #define NLSOP_H +#ifndef _U32 +#define _U32 typedef unsigned int u32; +#endif typedef struct __info { - int cc,steps,range,diff_rate; - double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc; - char z_diff; + int cc,steps,range,diff_rate,cpi,s_rate,save_rate; + double s,b,c,dr_ac; } info; #define AMORPH 1 -#define A_EL 1. -#define B_EL .0 +#define _X 64 +#define _Y 64 +#define _Z 233 -#define X 50 -#define Y 50 -#define Z 100 - -#define STEPS 100000 -#define RANGE 3 -#define REFRESH 20 -#define RESAVE 10000 - -#define A_CD 1. -#define B_CD .0 +#define STEPS 158671500 +#define RANGE 5 +#define REFRESH 100000 +#define RESAVE 20000000 #define CC 0 #define DR_AC .5 -#define DR_CC .2 -#define DIFF_RATE 100 - -#define A_AP .1 -#define B_AP .0 +#define DIFF_RATE 1000 -#define A_CP .01 +#define S_D .00001 +#define B_D .0 +#define C_D .005 #define MAX_CHARS 128 #define MAX_TXT 32 #define MAX_ARGV 27 #define IMP_PROFILE "imp-profile.txt" +#define NEL_PROFILE "nel-profile.txt" + #define CELL_LENGTH 3 /* nm */ +#define CPI 100 + +#define S_RATE ((2*3*STEPS)/100) +#define SI_PER_VOLUME (168*8) + #define FFT_HEIGHT 64 #endif /* NLSOP_H */