Skip to content
Snippets Groups Projects
Commit 8c8d5267 authored by Timo Koch's avatar Timo Koch
Browse files

[disc] Introduce default discretization type None

parent 509bf456
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!348Feature/tracer model
...@@ -26,9 +26,13 @@ ...@@ -26,9 +26,13 @@
namespace Dumux namespace Dumux
{ {
//! The discretization methods
//! \note Use none if specifying a discretization method is required but
//! the class in question is not specific to a a discretization method
//! or the classification is non-applicable
enum class DiscretizationMethods : unsigned int enum class DiscretizationMethods : unsigned int
{ {
Box, CCTpfa, CCMpfa None, Box, CCTpfa, CCMpfa
}; };
} // end namespace Dumux } // end namespace Dumux
......
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