Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
244db4c9
Commit
244db4c9
authored
Sep 24, 2008
by
Thomas Witkowski
Browse files
* araaaaaaaaaaaaaaaaaaaaarg
parent
1d532482
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/VtkWriter.hh
View file @
244db4c9
...
...
@@ -85,7 +85,7 @@ namespace AMDiS {
}
template
<
typename
T
>
void
writeVertexCoords
(
T
&
file
)
void
VtkWriter
::
writeVertexCoords
(
T
&
file
)
{
DOFVector
<
std
::
list
<
VertexInfo
>
>
*
vertexInfos
=
(
*
dataCollector
)[
0
]
->
getVertexInfos
();
DOFVector
<
std
::
list
<
VertexInfo
>
>::
Iterator
it
(
vertexInfos
,
USED_DOFS
);
...
...
@@ -116,7 +116,7 @@ namespace AMDiS {
}
template
<
typename
T
>
void
writeVertexValues
(
T
&
file
,
int
componentNo
)
void
VtkWriter
::
writeVertexValues
(
T
&
file
,
int
componentNo
)
{
// DOFVector<int> *interpPointInd;
// DOFVector<double> *values;
...
...
@@ -171,7 +171,7 @@ namespace AMDiS {
}
template
<
typename
T
>
void
writeConnectivity
(
T
&
file
)
void
VtkWriter
::
writeConnectivity
(
T
&
file
)
{
// For the second dim case, and if higher order Lagrange elements are used,
// write the connectivity by extra functions.
...
...
@@ -197,7 +197,7 @@ namespace AMDiS {
}
template
<
typename
T
>
void
writeConnectivity_dim2_degree2
(
T
&
file
)
void
VtkWriter
::
writeConnectivity_dim2_degree2
(
T
&
file
)
{
std
::
list
<
ElementInfo
>
*
elements
=
(
*
dataCollector
)[
0
]
->
getElementInfos
();
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
...
...
@@ -230,7 +230,7 @@ namespace AMDiS {
}
template
<
typename
T
>
void
writeConnectivity_dim2_degree3
(
T
&
file
)
void
VtkWriter
::
writeConnectivity_dim2_degree3
(
T
&
file
)
{
std
::
list
<
ElementInfo
>
*
elements
=
(
*
dataCollector
)[
0
]
->
getElementInfos
();
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
...
...
@@ -285,7 +285,7 @@ namespace AMDiS {
}
template
<
typename
T
>
void
writeConnectivity_dim2_degree4
(
T
&
file
)
void
VtkWriter
::
writeConnectivity_dim2_degree4
(
T
&
file
)
{
std
::
list
<
ElementInfo
>
*
elements
=
(
*
dataCollector
)[
0
]
->
getElementInfos
();
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment