V3FIT
Main Page
Related Pages
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions/Subroutines
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Data Types List
Data Types List
Data Types
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions/Subroutines
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
x
y
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
b
c
g
i
l
m
n
p
t
v
w
Functions/Subroutines
b
c
g
i
m
p
t
v
w
Variables
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Macros
Pages
VMEC2000
Sources
Initialization_Cleanup
reset_params.f
1
SUBROUTINE
reset_params
2
USE
precon2d,
ONLY
: ictrl_prec2d
3
USE
vmec_main,
ONLY
: iequi, ivac, ftolv, fsqr, fsqz, fsq, dp,
4
1 res0, delt0r, iter1, iter2, ijacob, irst
5
USE
vmec_input,
ONLY
: delt
6
USE
timer_sub,
ONLY
: timer
7
IMPLICIT NONE
8
C-----------------------------------------------
9
10
11
! 2d preconditioner
12
ictrl_prec2d = 0
13
14
iequi = 0
15
ivac = -1
16
17
fsqr = 1
18
fsqz = 1
19
ftolv = fsqr
20
21
fsq = 1
22
iter2 = 1
23
iter1 = iter2
24
ijacob = 0
25
irst = 1
26
res0 = -1
!move to vmec_main, remove from runvmec SAVE
27
delt0r = delt
!move delt0 to vmec_main from runvmec SAVE (renamed delt0r)
28
29
timer = 0
30
31
END SUBROUTINE
reset_params
Generated on Thu Mar 5 2020 15:49:27 for V3FIT by
1.8.17