Skip to content
Snippets Groups Projects
Commit b1910d7f authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[multishapelocalules] Pass ScalarT

parent d8079df6
No related branches found
No related tags found
1 merge request!2568[pnm] Various imrprovements
...@@ -34,11 +34,11 @@ namespace Dumux::PoreNetwork::FluidMatrix { ...@@ -34,11 +34,11 @@ namespace Dumux::PoreNetwork::FluidMatrix {
template<class ScalarT> template<class ScalarT>
struct LocalRulesTraits struct LocalRulesTraits
{ {
using Tetrahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::tetrahedron>; using Tetrahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::tetrahedron, ScalarT>;
using Cube = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::cube>; using Cube = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::cube, ScalarT>;
using Octahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::octahedron>; using Octahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::octahedron, ScalarT>;
using Icosahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::icosahedron>; using Icosahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::icosahedron, ScalarT>;
using Dodecahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::dodecahedron>; using Dodecahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::dodecahedron, ScalarT>;
}; };
template<class ScalarT> template<class ScalarT>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment