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
a1948c73
Commit
a1948c73
authored
11 years ago
by
Robert Kloefkorn
Browse files
Options
Downloads
Patches
Plain Diff
remove stupid latex tags.
parent
23f1067f
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
dune/fem-dg/stepper/steppertraits.hh
+7
-7
7 additions, 7 deletions
dune/fem-dg/stepper/steppertraits.hh
with
7 additions
and
7 deletions
dune/fem-dg/stepper/steppertraits.hh
+
7
−
7
View file @
a1948c73
...
...
@@ -36,30 +36,30 @@ struct StepperTraits
#if (not defined EULER) and (defined FLUXDG)
#warning "DGAdvectionDiffusionOperator: using LIMITER."
typedef
Dune
::
DGLimitedAdvectionDiffusionOperator
<
ModelType
,
FluxType
,
DiffusionFluxId
,
polynomialOrder
>
DgType
;
/*@LST1E@*/
DiffusionFluxId
,
polynomialOrder
>
DgType
;
#else
#warning "DGAdvectionDiffusionOperator: LIMITER can NOT be used. Not supported -> LIMITER, no EULER, no FLUXDG."
typedef
Dune
::
DGAdvectionDiffusionOperator
<
ModelType
,
FluxType
,
DiffusionFluxId
,
polynomialOrder
>
DgType
;
/*@LST1E@*/
DiffusionFluxId
,
polynomialOrder
>
DgType
;
#endif
#ifndef HIGHER_ORDER_FV
#warning "DGAdvectionOperator: using LIMITER."
typedef
Dune
::
DGLimitedAdvectionOperator
<
ModelType
,
FluxType
,
DiffusionFluxId
,
polynomialOrder
>
DgAdvectionType
;
/*@LST1E@*/
DiffusionFluxId
,
polynomialOrder
>
DgAdvectionType
;
#else
#warning "DGAdvectionOperator: using HIGHER ORDER FV."
typedef
Dune
::
DGLimitedAdvectionOperator
<
ModelType
,
FluxType
,
DiffusionFluxId
,
-
1
>
DgAdvectionType
;
/*@LST1E@*/
DiffusionFluxId
,
-
1
>
DgAdvectionType
;
#endif
#else // no LIMITER
#warning "No limiter is applied to the numerical solution !!"
typedef
Dune
::
DGAdvectionDiffusionOperator
<
ModelType
,
FluxType
,
DiffusionFluxId
,
polynomialOrder
>
DgType
;
/*@LST1E@*/
DiffusionFluxId
,
polynomialOrder
>
DgType
;
typedef
Dune
::
DGAdvectionOperator
<
ModelType
,
FluxType
,
DiffusionFluxId
,
polynomialOrder
>
DgAdvectionType
;
/*@LST1E@*/
DiffusionFluxId
,
polynomialOrder
>
DgAdvectionType
;
#endif
typedef
Dune
::
DGDiffusionOperator
<
ModelType
,
FluxType
,
DiffusionFluxId
,
polynomialOrder
>
DgDiffusionType
;
/*@LST1E@*/
DiffusionFluxId
,
polynomialOrder
>
DgDiffusionType
;
// The discrete function for the unknown solution is defined in the DgOperator
typedef
typename
DgType
::
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