mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make names more consistent.
This commit is contained in:
@@ -237,7 +237,7 @@ std::unique_ptr<Matrix> blockJacobiAdjacency(const Grid& grid,
|
||||
converged_(false),
|
||||
matrix_()
|
||||
{
|
||||
OPM_TIMEBLOCK(istlSolverEbos);
|
||||
OPM_TIMEBLOCK(IstlSolverEbos);
|
||||
const bool on_io_rank = (simulator.gridView().comm().rank() == 0);
|
||||
#if HAVE_MPI
|
||||
comm_.reset( new CommunicationType( simulator_.vanguard().grid().comm() ) );
|
||||
@@ -452,7 +452,7 @@ std::unique_ptr<Matrix> blockJacobiAdjacency(const Grid& grid,
|
||||
|
||||
void prepareFlexibleSolver()
|
||||
{
|
||||
OPM_TIMEBLOCK(prepareFlexibleSolver);
|
||||
OPM_TIMEBLOCK(flexibleSolverPrepare);
|
||||
if (shouldCreateSolver()) {
|
||||
std::function<Vector()> trueFunc =
|
||||
[this]
|
||||
|
||||
Reference in New Issue
Block a user