mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: move the GridFile parameter to Opm::Parameters
This commit is contained in:
@@ -56,6 +56,10 @@ struct DomainSizeZ { using type = Properties::UndefinedProperty; };
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct EndTime { using type = Properties::UndefinedProperty; };
|
||||
|
||||
//! name of the grid file
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct GridFile { using type = Properties::UndefinedProperty; };
|
||||
|
||||
//! Property which tells the Vanguard how often the grid should be refined
|
||||
//! after creation.
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
|
||||
Reference in New Issue
Block a user