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