Loading [MathJax]/extensions/TeX/AMSsymbols.js
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
Main Page
Related Pages
Modules
+
Packages
Packages
+
Package Functions
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
Functions/Subroutines
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
+
Data Types List
Data Types List
Data Types
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
e
f
g
i
l
m
n
o
p
s
t
u
v
w
+
Functions/Subroutines
_
a
b
c
e
f
g
i
l
m
n
o
p
t
u
v
w
Variables
+
Files
File List
+
Globals
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
+
Functions/Subroutines
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
+
Variables
a
b
c
d
e
i
k
l
m
n
o
p
r
s
t
w
x
Typedefs
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
vandermonde.f
1
subroutine
vandermonde(a,mc,n1,cc,ipiv,info)
2
3
integer
n1,cc,info,ipiv(n1)
4
double precision
a(n1,n1), mc(cc,n1)
5
double precision
mmc(n1,cc)
6
7
a=transpose(a)
8
mmc=transpose(mc)
9
10
11
call
dgesv(n1,cc,a,n1,ipiv,mmc,n1,info)
12
13
mc = transpose(mmc)
14
15
end subroutine
applications
PUfoam
MoDeNaModels
CFD_tool_0D
src
eigen
src
vandermonde.f
Generated on Fri Jan 13 2017 16:47:18 for MoDeNa by
1.8.13