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
467042a8
Commit
467042a8
authored
4 years ago
by
Timo Koch
Browse files
Options
Downloads
Plain Diff
Merge branch 'cleanup/tpfa-ficks-law' into 'master'
Cleanup/tpfa ficks law See merge request
!1939
parents
0c6965d6
ff0111f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1939
Cleanup/tpfa ficks law
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/flux/cctpfa/fickslaw.hh
+2
-3
2 additions, 3 deletions
dumux/flux/cctpfa/fickslaw.hh
with
2 additions
and
3 deletions
dumux/flux/cctpfa/fickslaw.hh
+
2
−
3
View file @
467042a8
...
@@ -24,6 +24,8 @@
...
@@ -24,6 +24,8 @@
#ifndef DUMUX_DISCRETIZATION_CC_TPFA_FICKS_LAW_HH
#ifndef DUMUX_DISCRETIZATION_CC_TPFA_FICKS_LAW_HH
#define DUMUX_DISCRETIZATION_CC_TPFA_FICKS_LAW_HH
#define DUMUX_DISCRETIZATION_CC_TPFA_FICKS_LAW_HH
#include
<dune/common/fvector.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/properties.hh>
#include
<dumux/common/properties.hh>
#include
<dumux/common/deprecated.hh>
#include
<dumux/common/deprecated.hh>
...
@@ -63,14 +65,11 @@ class FicksLawImplementation<TypeTag, DiscretizationMethod::cctpfa, referenceSys
...
@@ -63,14 +65,11 @@ class FicksLawImplementation<TypeTag, DiscretizationMethod::cctpfa, referenceSys
using
BalanceEqOpts
=
GetPropType
<
TypeTag
,
Properties
::
BalanceEqOpts
>
;
using
BalanceEqOpts
=
GetPropType
<
TypeTag
,
Properties
::
BalanceEqOpts
>
;
using
ModelTraits
=
GetPropType
<
TypeTag
,
Properties
::
ModelTraits
>
;
using
ModelTraits
=
GetPropType
<
TypeTag
,
Properties
::
ModelTraits
>
;
using
Indices
=
typename
ModelTraits
::
Indices
;
static
const
int
dim
=
GridView
::
dimension
;
static
const
int
dim
=
GridView
::
dimension
;
static
const
int
dimWorld
=
GridView
::
dimensionworld
;
static
const
int
dimWorld
=
GridView
::
dimensionworld
;
static
const
int
numPhases
=
ModelTraits
::
numFluidPhases
();
static
const
int
numPhases
=
ModelTraits
::
numFluidPhases
();
static
const
int
numComponents
=
ModelTraits
::
numFluidComponents
();
static
const
int
numComponents
=
ModelTraits
::
numFluidComponents
();
using
DimWorldMatrix
=
Dune
::
FieldMatrix
<
Scalar
,
dimWorld
,
dimWorld
>
;
using
ComponentFluxVector
=
Dune
::
FieldVector
<
Scalar
,
numComponents
>
;
using
ComponentFluxVector
=
Dune
::
FieldVector
<
Scalar
,
numComponents
>
;
//! Class that fills the cache corresponding to tpfa Fick's Law
//! Class that fills the cache corresponding to tpfa Fick's Law
...
...
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