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
6c27b451
Commit
6c27b451
authored
8 years ago
by
Stefan Girke
Browse files
Options
Downloads
Patches
Plain Diff
fixed some incomp navierstokes errors
parent
5cac50f0
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/examples/incompnavierstokes/models.hh
+0
-3
0 additions, 3 deletions
dune/fem-dg/examples/incompnavierstokes/models.hh
dune/fem-dg/examples/incompnavierstokes/stokesmodel.hh
+2
-6
2 additions, 6 deletions
dune/fem-dg/examples/incompnavierstokes/stokesmodel.hh
with
2 additions
and
9 deletions
dune/fem-dg/examples/incompnavierstokes/models.hh
+
0
−
3
View file @
6c27b451
...
...
@@ -112,9 +112,6 @@ namespace Fem
typedef
typename
Traits
::
FaceDomainType
FaceDomainType
;
typedef
typename
Traits
::
JacobianRangeType
JacobianRangeType
;
typedef
typename
Traits
::
EntityType
EntityType
;
typedef
typename
Traits
::
IntersectionType
IntersectionType
;
static
const
bool
hasDiffusion
=
SplitType
::
hasDiffusion
;
static
const
bool
hasAdvection
=
SplitType
::
hasAdvection
;
...
...
This diff is collapsed.
Click to expand it.
dune/fem-dg/examples/incompnavierstokes/stokesmodel.hh
+
2
−
6
View file @
6c27b451
...
...
@@ -62,8 +62,6 @@ namespace Fem
typedef
typename
Traits
::
DiffusionMatrixType
DiffusionMatrixType
;
typedef
typename
Traits
::
EntityType
EntityType
;
typedef
typename
Traits
::
IntersectionType
IntersectionType
;
static
const
bool
hasDiffusion
=
SplitType
::
hasDiffusion
;
static
const
bool
hasAdvection
=
SplitType
::
hasAdvection
;
...
...
@@ -209,7 +207,8 @@ namespace Fem
// take max eigenvalue
maxValue
=
values
.
infinity_norm
();
}
inline
double
penaltyBoundary
(
const
EntityType
&
inside
,
template
<
class
Entity
>
inline
double
penaltyBoundary
(
const
Entity
&
inside
,
const
double
time
,
const
DomainType
&
xInside
,
const
RangeType
&
uLeft
)
const
...
...
@@ -425,9 +424,6 @@ namespace Fem
typedef
typename
Traits
::
DiffusionMatrixType
DiffusionMatrixType
;
typedef
typename
Traits
::
EntityType
EntityType
;
typedef
typename
Traits
::
IntersectionType
IntersectionType
;
static
const
bool
hasDiffusion
=
true
;
static
const
bool
hasAdvection
=
true
;
static
const
int
ConstantVelocity
=
false
;
...
...
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