mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
flow_ebos: make the ebos simulator less verbose
This commit is contained in:
parent
8e81023e1d
commit
92eefb4718
@ -55,7 +55,7 @@ namespace Opm
|
||||
ptr[ 1 ] = const_cast< char * > (deckFile.c_str());
|
||||
EbosSimulator::registerParameters();
|
||||
Ewoms::setupParameters_< TypeTag > ( 2, ptr );
|
||||
ebosSimulator_.reset(new EbosSimulator());
|
||||
ebosSimulator_.reset(new EbosSimulator(/*verbose=*/false));
|
||||
ebosSimulator_->model().applyInitialSolution();
|
||||
|
||||
Base::deck_ = ebosSimulator_->gridManager().deck();
|
||||
|
Loading…
Reference in New Issue
Block a user