Skip to content
Snippets Groups Projects
Commit 0b506cb3 authored by Ivan Buntic's avatar Ivan Buntic Committed by Timo Koch
Browse files

[discmethod] Use and export discretiztaion tags in StationaryVelocityField

parent 78d622c7
No related branches found
No related tags found
1 merge request!2844Feature/discretization tags introduction
...@@ -43,8 +43,9 @@ template <class Scalar> ...@@ -43,8 +43,9 @@ template <class Scalar>
class StationaryVelocityField class StationaryVelocityField
{ {
public: public:
using DiscretizationMethod = DiscretizationMethods::None;
//! state the discretization method this implementation belongs to //! state the discretization method this implementation belongs to
static const DiscretizationMethod discMethod = DiscretizationMethod::none; static constexpr DiscretizationMethod discMethod{};
//! state the type for the corresponding cache //! state the type for the corresponding cache
using Cache = FluxVariablesCaching::EmptyAdvectionCache; using Cache = FluxVariablesCaching::EmptyAdvectionCache;
......
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