Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iwr
amdis
Commits
244db4c9
Commit
244db4c9
authored
16 years ago
by
Thomas Witkowski
Browse files
Options
Downloads
Patches
Plain Diff
* araaaaaaaaaaaaaaaaaaaaarg
parent
1d532482
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AMDiS/src/VtkWriter.hh
+6
-6
6 additions, 6 deletions
AMDiS/src/VtkWriter.hh
with
6 additions
and
6 deletions
AMDiS/src/VtkWriter.hh
+
6
−
6
View file @
244db4c9
...
@@ -85,7 +85,7 @@ namespace AMDiS {
...
@@ -85,7 +85,7 @@ namespace AMDiS {
}
}
template
<
typename
T
>
template
<
typename
T
>
void
writeVertexCoords
(
T
&
file
)
void
VtkWriter
::
writeVertexCoords
(
T
&
file
)
{
{
DOFVector
<
std
::
list
<
VertexInfo
>
>
*
vertexInfos
=
(
*
dataCollector
)[
0
]
->
getVertexInfos
();
DOFVector
<
std
::
list
<
VertexInfo
>
>
*
vertexInfos
=
(
*
dataCollector
)[
0
]
->
getVertexInfos
();
DOFVector
<
std
::
list
<
VertexInfo
>
>::
Iterator
it
(
vertexInfos
,
USED_DOFS
);
DOFVector
<
std
::
list
<
VertexInfo
>
>::
Iterator
it
(
vertexInfos
,
USED_DOFS
);
...
@@ -116,7 +116,7 @@ namespace AMDiS {
...
@@ -116,7 +116,7 @@ namespace AMDiS {
}
}
template
<
typename
T
>
template
<
typename
T
>
void
writeVertexValues
(
T
&
file
,
int
componentNo
)
void
VtkWriter
::
writeVertexValues
(
T
&
file
,
int
componentNo
)
{
{
// DOFVector<int> *interpPointInd;
// DOFVector<int> *interpPointInd;
// DOFVector<double> *values;
// DOFVector<double> *values;
...
@@ -171,7 +171,7 @@ namespace AMDiS {
...
@@ -171,7 +171,7 @@ namespace AMDiS {
}
}
template
<
typename
T
>
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,
// For the second dim case, and if higher order Lagrange elements are used,
// write the connectivity by extra functions.
// write the connectivity by extra functions.
...
@@ -197,7 +197,7 @@ namespace AMDiS {
...
@@ -197,7 +197,7 @@ namespace AMDiS {
}
}
template
<
typename
T
>
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
>
*
elements
=
(
*
dataCollector
)[
0
]
->
getElementInfos
();
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
...
@@ -230,7 +230,7 @@ namespace AMDiS {
...
@@ -230,7 +230,7 @@ namespace AMDiS {
}
}
template
<
typename
T
>
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
>
*
elements
=
(
*
dataCollector
)[
0
]
->
getElementInfos
();
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
...
@@ -285,7 +285,7 @@ namespace AMDiS {
...
@@ -285,7 +285,7 @@ namespace AMDiS {
}
}
template
<
typename
T
>
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
>
*
elements
=
(
*
dataCollector
)[
0
]
->
getElementInfos
();
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
std
::
list
<
ElementInfo
>::
iterator
elementIt
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment