Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
b1910d7f
Commit
b1910d7f
authored
Apr 07, 2021
by
Kilian Weishaupt
Browse files
[multishapelocalules] Pass ScalarT
parent
d8079df6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/multishapelocalrules.hh
View file @
b1910d7f
...
...
@@ -34,11 +34,11 @@ namespace Dumux::PoreNetwork::FluidMatrix {
template
<
class
ScalarT
>
struct
LocalRulesTraits
{
using
Tetrahedron
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
tetrahedron
>
;
using
Cube
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
cube
>
;
using
Octahedron
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
octahedron
>
;
using
Icosahedron
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
icosahedron
>
;
using
Dodecahedron
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
dodecahedron
>
;
using
Tetrahedron
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
tetrahedron
,
ScalarT
>
;
using
Cube
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
cube
,
ScalarT
>
;
using
Octahedron
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
octahedron
,
ScalarT
>
;
using
Icosahedron
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
icosahedron
,
ScalarT
>
;
using
Dodecahedron
=
TwoPLocalRulesPlatonicBodyDefault
<
Pore
::
Shape
::
dodecahedron
,
ScalarT
>
;
};
template
<
class
ScalarT
>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment