-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__d2PC12_48__.pyf
67 lines (34 loc) · 1.38 KB
/
__d2PC12_48__.pyf
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
python module __d2PC12_48__
interface
subroutine var_types(types)
intent(c) var_types
intent(c)
integer intent(out), dimension(60) :: types
end subroutine var_types
subroutine res_function(t, dynamicVars, yprime, errors, constants)
intent(c) res_function
intent(c)
double precision intent(in) :: t
double precision intent(in), dimension(60) :: dynamicVars
double precision intent(in), dimension(60) :: yprime
double precision intent(out), dimension(60) :: errors
double precision intent(in), dimension(207) :: constants
end subroutine res_function
subroutine jac_function(t, dynamicVars, yprime, pd, cj, constants)
intent(c) jac_function
intent(c)
double precision intent(in) :: t
double precision intent(in), dimension(60) :: dynamicVars
double precision intent(in), dimension(60) :: yprime
double precision intent(out), dimension(60, 60) :: pd
double precision intent(in) :: cj
double precision intent(in), dimension(207) :: constants
end subroutine jac_function
subroutine ic_function(dynamicVars, constants)
intent(c) ic_function
intent(c)
double precision intent(out), dimension(60) :: dynamicVars
double precision intent(in), dimension(207) :: constants
end subroutine ic_function
end interface
end module __d2PC12_48__