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
acce2c35
Commit
acce2c35
authored
19 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
Renamed FileFormatType ot GrapeIOFileFormatType.
[[Imported from SVN: r2032]]
parent
772223f8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fem/dofmanager.hh
+4
-2
4 additions, 2 deletions
fem/dofmanager.hh
with
4 additions
and
2 deletions
fem/dofmanager.hh
+
4
−
2
View file @
acce2c35
...
...
@@ -15,6 +15,8 @@
#include
<dune/grid/common/defaultindexsets.hh>
#include
<dune/fem/transfer/datacollector.hh>
#include
<dune/io/file/grapedataio.hh>
namespace
Dune
{
// forward declaration
...
...
@@ -814,7 +816,7 @@ namespace Dune {
//********************************************************
// read-write Interface for index set
//********************************************************
bool
write
(
const
FileFormatType
ftype
,
const
char
*
filename
,
int
timestep
);
bool
write
(
const
GrapeIO
FileFormatType
ftype
,
const
char
*
filename
,
int
timestep
);
bool
read
(
const
char
*
filename
,
int
timestep
);
bool
write_xdr
(
const
char
*
filename
,
int
timestep
);
bool
read_xdr
(
const
char
*
filename
,
int
timestep
);
...
...
@@ -822,7 +824,7 @@ namespace Dune {
template
<
class
GridType
,
class
DataCollectorType
>
inline
bool
DofManager
<
GridType
,
DataCollectorType
>::
write
(
const
FileFormatType
ftype
,
const
char
*
filename
,
int
timestep
)
write
(
const
GrapeIO
FileFormatType
ftype
,
const
char
*
filename
,
int
timestep
)
{
assert
(
ftype
==
xdr
);
return
write_xdr
(
filename
,
timestep
);
...
...
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