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
8da4b82a
Commit
8da4b82a
authored
7 years ago
by
Beatrix Becker
Browse files
Options
Downloads
Patches
Plain Diff
[tracer] remove TypeTag for indices
parent
87edeef8
No related branches found
No related tags found
1 merge request
!838
Feature/less typetag in indices
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dumux/porousmediumflow/tracer/indices.hh
+1
-1
1 addition, 1 deletion
dumux/porousmediumflow/tracer/indices.hh
dumux/porousmediumflow/tracer/model.hh
+1
-1
1 addition, 1 deletion
dumux/porousmediumflow/tracer/model.hh
with
2 additions
and
2 deletions
dumux/porousmediumflow/tracer/indices.hh
+
1
−
1
View file @
8da4b82a
...
...
@@ -33,7 +33,7 @@ namespace Dumux
* \ingroup TracerModel
* \brief Defines the primary variable and equation indices used by the isothermal tracer model.
*/
template
<
class
TypeTag
,
int
PVOffset
=
0
>
template
<
int
PVOffset
=
0
>
struct
TracerIndices
{
/*!
...
...
This diff is collapsed.
Click to expand it.
dumux/porousmediumflow/tracer/model.hh
+
1
−
1
View file @
8da4b82a
...
...
@@ -107,7 +107,7 @@ SET_TYPE_PROP(Tracer, VolumeVariables, TracerVolumeVariables<TypeTag>);
SET_TYPE_PROP
(
Tracer
,
AdvectionType
,
StationaryVelocityField
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
)
>
);
//! Set the indices used by the tracer model
SET_TYPE_PROP
(
Tracer
,
Indices
,
TracerIndices
<
TypeTag
>
);
SET_TYPE_PROP
(
Tracer
,
Indices
,
TracerIndices
<>
);
//! Use FVSpatialParamsOneP by default.
SET_TYPE_PROP
(
Tracer
,
SpatialParams
,
FVSpatialParamsOneP
<
TypeTag
>
);
...
...
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