add changes to fix the order

enabling reordering as default
This commit is contained in:
Elyes Ahmed
2024-09-25 10:09:39 +02:00
parent 02555ac504
commit 6c2e957df0
4 changed files with 12 additions and 6 deletions

View File

@@ -17,6 +17,9 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
// The default in dune-ALUGrird is "DISABLE_ALUGRID_SFC_ORDERING is false"
#undef DISABLE_ALUGRID_SFC_ORDERING
#undef USE_ALUGRID_SFC_ORDERING
#include <dune/alugrid/grid.hh>
#include <opm/simulators/flow/Main.hpp>