Skip to content
GitLab
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
a12fef07
Commit
a12fef07
authored
Apr 16, 2008
by
Thomas Witkowski
Browse files
* Small update for writing 2nd-degree Lagrange elements
parent
7475e1b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/VtkWriter.cc
View file @
a12fef07
...
...
@@ -84,12 +84,8 @@ namespace AMDiS {
file
<<
" <DataArray type=
\"
Float32
\"
Name=
\"
value"
<<
i
<<
"
\"
format=
\"
ascii
\"
>"
<<
::
std
::
endl
;
if
((
dim_
==
2
)
&&
(
degree_
==
2
))
{
writeVertexValues_dim2_degree2
(
file
,
i
);
}
else
{
writeVertexValues
(
file
,
i
);
}
writeVertexValues
(
file
,
i
);
file
<<
" </DataArray>"
<<
::
std
::
endl
;
}
...
...
AMDiS/src/VtkWriter.h
View file @
a12fef07
...
...
@@ -69,12 +69,6 @@ namespace AMDiS {
void
writeVertexValues
(
::
std
::
ofstream
&
file
,
int
componentNo
);
/** \brief
*
*/
void
writeVertexValues_dim2_degree2
(
::
std
::
ofstream
&
file
,
int
componentNo
);
/** \brief
*
*/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment