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
9bdcf858
Commit
9bdcf858
authored
10 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
fix minor header inconsistency.
parent
7c8800e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fem-dg/stepper/ellipticalgorithm.hh
+3
-2
3 additions, 2 deletions
dune/fem-dg/stepper/ellipticalgorithm.hh
with
3 additions
and
2 deletions
dune/fem-dg/stepper/ellipticalgorithm.hh
+
3
−
2
View file @
9bdcf858
...
...
@@ -11,6 +11,7 @@
#include
<dune/fem/misc/h1norm.hh>
#include
<dune/fem/misc/femeoc.hh>
#include
<dune/fem-dg/misc/dgnorm.hh>
#include
<dune/fem/space/padaptivespace.hh>
#include
<dune/fem/operator/projection/l2projection.hh>
#include
<dune/fem/function/common/localfunctionadapter.hh>
...
...
@@ -33,8 +34,7 @@ using namespace Dune;
template
<
class
GridImp
,
class
ProblemTraits
,
int
polOrd
,
int
dimRange
=
DIMRANGE
>
int
polOrd
>
struct
ElliptTraits
{
enum
{
polynomialOrder
=
polOrd
};
...
...
@@ -51,6 +51,7 @@ struct ElliptTraits
typedef
typename
ProblemTraits
::
template
Traits
<
GridPartType
>
::
FluxType
FluxType
;
static
const
Dune
::
DGDiffusionFluxIdentifier
DiffusionFluxId
=
ProblemTraits
::
template
Traits
<
GridPartType
>
::
PrimalDiffusionFluxId
;
static
const
int
dimRange
=
InitialDataType
::
dimRange
;
typedef
PassTraits
<
ModelType
,
dimRange
,
polynomialOrder
>
PassTraitsType
;
typedef
typename
PassTraitsType
::
DestinationType
DiscreteFunctionType
;
...
...
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