Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
dune-fem
dune-fem-dg
Commits
f19c47d1
Commit
f19c47d1
authored
12 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
stream choice header.
parent
bbcf8aaf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/fem-dg/misc/Makefile.am
+1
-1
1 addition, 1 deletion
dune/fem-dg/misc/Makefile.am
dune/fem-dg/misc/streams.hh
+21
-0
21 additions, 0 deletions
dune/fem-dg/misc/streams.hh
with
22 additions
and
1 deletion
dune/fem-dg/misc/Makefile.am
+
1
−
1
View file @
f19c47d1
miscdir
=
$(
includedir
)
/dune/fem-dg/misc
misc_HEADERS
=
runfile.hh cons2prim.hh
misc_HEADERS
=
runfile.hh cons2prim.hh
streams.hh
include
$(top_srcdir)/am/global-rules
This diff is collapsed.
Click to expand it.
dune/fem-dg/misc/streams.hh
0 → 100644
+
21
−
0
View file @
f19c47d1
#ifndef DUNE_FEM_DG_STREAMS_HH
#define DUNE_FEM_DG_STREAMS_HH
#if HAVE_SIONLIB && USE_SIONLIB
#warning "using SIONlib streams for output"
#include
<dune/fem/io/streams/sionlibstreams.hh>
namespace
Dune
{
struct
PersistenceManagerTraits
{
typedef
Fem
::
SIONlibOutStream
BackupStreamType
;
typedef
Fem
::
SIONlibInStream
RestoreStreamType
;
static
const
bool
singleBackupRestoreFile
=
true
;
};
#define FEM_PERSISTENCEMANAGERSTREAMTRAITS PersistenceManagerTraits
}
#endif // #if HAVE_SIONLIB && USE_SIONLIB
#endif // #ifndef DUNE_FEM_DG_STREAMS_HH
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