Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
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
dumux-repositories
dumux
Commits
5358d2f2
Commit
5358d2f2
authored
8 years ago
by
Dennis Gläser
Committed by
Timo Koch
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[implicit][spatialparams] fix syntax errors
parent
ff9bab1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/material/spatialparams/implicit.hh
+2
-2
2 additions, 2 deletions
dumux/material/spatialparams/implicit.hh
with
2 additions
and
2 deletions
dumux/material/spatialparams/implicit.hh
+
2
−
2
View file @
5358d2f2
...
@@ -59,7 +59,7 @@ class ImplicitSpatialParams: public ImplicitSpatialParamsOneP<TypeTag>
...
@@ -59,7 +59,7 @@ class ImplicitSpatialParams: public ImplicitSpatialParamsOneP<TypeTag>
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
using
Element
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
;
static
const
int
dimWorld
=
GridView
::
dimensionworld
;
static
const
int
dimWorld
=
GridView
::
dimensionworld
;
using
GlobalPosition
Dune
::
FieldVector
<
CoordScalar
,
dimWorld
>
;
using
GlobalPosition
=
Dune
::
FieldVector
<
CoordScalar
,
dimWorld
>
;
public:
public:
ImplicitSpatialParams
(
const
Problem
&
problem
,
const
GridView
&
gridView
)
ImplicitSpatialParams
(
const
Problem
&
problem
,
const
GridView
&
gridView
)
...
@@ -75,7 +75,7 @@ public:
...
@@ -75,7 +75,7 @@ public:
* \return the material parameters object
* \return the material parameters object
*/
*/
const
MaterialLawParams
&
materialLawParams
(
const
Element
&
element
,
const
MaterialLawParams
&
materialLawParams
(
const
Element
&
element
,
const
SubControlVolume
&
scv
const
SubControlVolume
&
scv
,
const
ElementSolutionVector
&
elemSol
)
const
const
ElementSolutionVector
&
elemSol
)
const
{
{
return
asImp_
().
materialLawParamsAtPos
(
scv
.
center
());
return
asImp_
().
materialLawParamsAtPos
(
scv
.
center
());
...
...
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