Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-grid-howto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Core Modules
dune-grid-howto
Commits
52a90d88
Commit
52a90d88
authored
Jun 29, 2009
by
Martin Nolte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve two warnings
[[Imported from SVN: r261]]
parent
23bba3b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
parevolve.hh
parevolve.hh
+2
-2
No files found.
parevolve.hh
View file @
52a90d88
...
...
@@ -74,7 +74,7 @@ void parevolve (const G& grid, const M& mapper, V& c, double t, double& dt)
const
Intersection
&
intersection
=
*
is
;
// get geometry type of face
Dune
::
GeometryType
gtf
=
intersection
.
intersectionSelfLocal
().
type
();
Dune
::
GeometryType
gtf
=
intersection
.
type
();
const
Dune
::
ReferenceElement
<
ct
,
dim
-
1
>
&
refElement
=
Dune
::
ReferenceElements
<
ct
,
dim
-
1
>::
general
(
gtf
);
...
...
@@ -89,7 +89,7 @@ void parevolve (const G& grid, const M& mapper, V& c, double t, double& dt)
// center of face in global coordinates
Dune
::
FieldVector
<
ct
,
dimworld
>
faceglobal
=
intersection
.
intersectionGlobal
().
global
(
facelocal
);
=
intersection
.
geometry
().
global
(
facelocal
);
// evaluate velocity at face center
Dune
::
FieldVector
<
double
,
dim
>
velocity
=
u
(
faceglobal
,
t
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment