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
LIBSTELL
Sources
Modules
bnorm_mod.f
1
MODULE
bnorm_mod
2
USE
stel_constants
3
USE
vcoilpts
4
INTEGER
,
PARAMETER
:: bnorm_dim=1000
5
INTEGER
:: mnbn_max
6
REAL
(rprec) :: vacfld_wgt
7
REAL
(rprec),
DIMENSION(bnorm_dim)
:: xbn_m, xbn_n, bn_coef
8
INTEGER
:: mmax_bmn, nmax_bmn, mnmax_bmn
9
REAL
(rprec),
DIMENSION(:)
,
ALLOCATABLE
:: xm_bmn, xn_bmn
10
REAL
(rprec),
DIMENSION(:)
,
ALLOCATABLE
:: bmn, bmn_error
11
REAL
(rprec),
DIMENSION(:)
,
ALLOCATABLE
:: luv, bsl_error
12
CHARACTER(LEN=200)
:: bnorm_file
13
LOGICAL
:: lbnorm
14
END MODULE
bnorm_mod
Generated on Thu Mar 5 2020 15:49:23 for V3FIT by
1.8.17