Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amdis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Backofen, Rainer
amdis
Commits
a12fef07
Commit
a12fef07
authored
Apr 16, 2008
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Small update for writing 2nd-degree Lagrange elements
parent
7475e1b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
AMDiS/src/VtkWriter.cc
AMDiS/src/VtkWriter.cc
+2
-6
AMDiS/src/VtkWriter.h
AMDiS/src/VtkWriter.h
+0
-6
No files found.
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
Markdown
is supported
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