kshakeh.h 1.93 KB
Newer Older
Mark Friedrichs's avatar
Mods  
Mark Friedrichs committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
void  kshakeh_fix1 (const float  nit,
		const float  strwidth,
		const float  invmH,
		const float  omega,
		::brook::stream atoms,
		::brook::stream posq,
		::brook::stream posqp,
		::brook::stream params,
		::brook::stream cposq0,
		::brook::stream cposq1,
		::brook::stream cposq2,
		::brook::stream cposq3);


void  kshakeh_fix2 (const float  nit,
		const float  strwidth,
		const float  invmH,
		const float  omega,
		::brook::stream atoms,
		::brook::stream posq,
		::brook::stream posqp,
		::brook::stream params,
		::brook::stream cposq0,
		::brook::stream cposq1,
		::brook::stream cposq2,
		::brook::stream cposq3);



void  kshakeh_update (const float  strwidth,
		::brook::stream invmap,
		::brook::stream posq,
		::brook::stream cposq0,
		::brook::stream cposq1,
		::brook::stream cposq2,
		::brook::stream cposq3,
		::brook::stream oposq) ;


void  kshakeh (const float  nit,
		const float  strwidth,
		const float  invmH,
		const float  omega,
		::brook::stream atoms,
		::brook::stream posq,
		::brook::stream posqp,
		::brook::stream params,
		::brook::stream cposq0,
		::brook::stream cposq1,
		::brook::stream cposq2,
		::brook::stream cposq3); 

void  kshakeh_update1_fix1 (
      const float  strwidth,
      const float  sdpc1,
		::brook::stream invmap,
		::brook::stream posq,
		::brook::stream posqp,
		::brook::stream vPrime,
		::brook::stream cposq0,
		::brook::stream cposq1,
		::brook::stream cposq2,
		::brook::stream cposq3,
		::brook::stream oposq); 

void  kshakeh_update1_fix1Old (const float  strwidth,
		::brook::stream invmap,
		::brook::stream posq,
		::brook::stream cposq0,
		::brook::stream cposq1,
		::brook::stream cposq2,
		::brook::stream cposq3,
		::brook::stream oposq); 

void  kshakeh_update2_fix1 (const float  strwidth,
		::brook::stream invmap,
		::brook::stream posq,
		::brook::stream posqp,
		::brook::stream cposq0,
		::brook::stream cposq1,
		::brook::stream cposq2,
		::brook::stream cposq3,
		::brook::stream oposq);