Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Timo Koch
dune-common
Commits
dcc0d492
Commit
dcc0d492
authored
20 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen-Warnung entfernt
[[Imported from SVN: r615]]
parent
54604f93
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
lib/io/amirameshwriter.hh
+7
-4
7 additions, 4 deletions
lib/io/amirameshwriter.hh
with
7 additions
and
4 deletions
lib/io/amirameshwriter.hh
+
7
−
4
View file @
dcc0d492
...
...
@@ -4,7 +4,6 @@
#define __DUNE_AMIRAMESHWRITER_HH__
#include
<string>
//#include "../../common/array.hh"
namespace
Dune
{
...
...
@@ -24,16 +23,20 @@ namespace Dune {
public:
/** \brief
The method that does the writing.
/** \brief
Writes a grid in AmiraMesh format
*
* @param grid The grid objects that is to be written
* @param sol Data that should be written along with the grid
* @param filename The filename
*/
static
void
writeGrid
(
const
GRID
&
grid
,
const
std
::
string
&
filename
);
static
void
writeFunction
(
const
DiscFuncType
&
sol
,
/** \brief Writes a discrete function in AmiraMesh format
*
* @param f Function that should be written
* @param filename The filename
*/
static
void
writeFunction
(
const
DiscFuncType
&
f
,
const
std
::
string
&
filename
);
AmiraMeshWriter
()
{}
...
...
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