NeoPZ
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
+
Functions
a
c
d
e
g
i
l
m
p
r
s
t
u
v
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class 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
_
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
~
+
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
y
z
+
Typedefs
a
c
d
f
g
i
l
p
r
s
t
v
+
Enumerations
a
b
c
e
g
m
p
s
v
+
Enumerator
a
c
d
e
f
h
i
n
r
s
u
+
Related Functions
a
c
e
f
l
o
p
s
t
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
+
Enumerator
a
b
e
f
i
l
n
r
s
t
u
+
Macros
_
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
StrMatrix
TPZSkylineNSymStructMatrix.cpp
Go to the documentation of this file.
1
2
#include "
TPZSkylineNSymStructMatrix.h
"
3
#include "
pzskylnsymmat.h
"
4
5
TPZSkylineNSymStructMatrix::TPZSkylineNSymStructMatrix
(
TPZCompMesh
*cmesh)
6
:
TPZSkylineStructMatrix
(cmesh)
7
{
9
}
10
11
TPZSkylineNSymStructMatrix::TPZSkylineNSymStructMatrix
(
TPZAutoPointer<TPZCompMesh>
cmesh)
12
:
TPZSkylineStructMatrix
(cmesh)
13
{
15
}
16
17
18
TPZSkylineNSymStructMatrix::TPZSkylineNSymStructMatrix
(
const
TPZSkylineStructMatrix
&cp):
TPZSkylineStructMatrix
(cp)
19
{
21
}
22
23
TPZSkylineNSymStructMatrix::~TPZSkylineNSymStructMatrix
()
24
{
26
}
27
28
TPZMatrix<STATE>
*
TPZSkylineNSymStructMatrix::ReallyCreate
(int64_t neq,
const
TPZVec<int64_t>
&skyline)
29
{
30
return
new
TPZSkylNSymMatrix<STATE>
(neq,skyline);
31
}
32
TPZSkylineNSymStructMatrix::ReallyCreate
virtual TPZMatrix< STATE > * ReallyCreate(int64_t neq, const TPZVec< int64_t > &skyline)
Definition:
TPZSkylineNSymStructMatrix.cpp:28
TPZSkylineNSymStructMatrix.h
TPZSkylNSymMatrix
Implements a skyline storage format.
Definition:
pzskylnsymmat.h:33
TPZVec< int64_t >
TPZSkylineNSymStructMatrix::~TPZSkylineNSymStructMatrix
~TPZSkylineNSymStructMatrix()
Definition:
TPZSkylineNSymStructMatrix.cpp:23
TPZSkylineStructMatrix
Implements SkyLine Structural Matrices. Structural Matrix.
Definition:
pzskylstrmatrix.h:19
pzskylnsymmat.h
TPZCompMesh
Implements computational mesh. Computational Mesh.
Definition:
pzcmesh.h:47
TPZSkylineNSymStructMatrix::TPZSkylineNSymStructMatrix
TPZSkylineNSymStructMatrix(TPZCompMesh *cmesh)
Definition:
TPZSkylineNSymStructMatrix.cpp:5
TPZMatrix< STATE >
TPZAutoPointer< TPZCompMesh >
Generated on Sun Aug 16 2020 11:17:10 for NeoPZ by
1.8.13