FOR TESTING. Enable Diffusion by default

This commit is contained in:
Tor Harald Sandve
2021-02-24 12:56:38 +01:00
parent 0902568fa5
commit 60534d66b6

View File

@@ -323,6 +323,12 @@ struct EnableGravity<TypeTag, TTag::EclBaseProblem> {
static constexpr bool value = true;
};
// Enable diffusion
template<class TypeTag>
struct EnableDiffusion<TypeTag, TTag::EclBaseProblem> {
static constexpr bool value = true;
};
// only write the solutions for the report steps to disk
template<class TypeTag>
struct EnableWriteAllSolutions<TypeTag, TTag::EclBaseProblem> {