opm-simulators/opm/simulators/linalg
Markus Blatt dcb316f442 Make update method of preconditioners parameter-less again.
Previously, it got passed the weights only needed for CPR.
Additionally those were passed with the parameter tree to the
update method and constructor.

Now the CPR constructor gets a function to use for recalculating
the weights and the property is not changed. Unfortunately this
means that the preconditioner creators of the factory get another
parameter.
2020-03-31 16:49:37 +02:00
..
bda Changed int idx to indicate which matrix is added to WellContributions to an enum 2020-03-20 10:04:58 +01:00
amgcpr.hh Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
BlackoilAmg.hpp fixed: quell deprecation warnings with dune 2.7 2020-02-07 15:19:44 +01:00
BlackoilAmgCpr.hpp bump required dune version to 2.6 2020-02-06 16:24:39 +01:00
CPRPreconditioner.hpp bump required dune version to 2.6 2020-02-06 16:24:39 +01:00
ExtractParallelGridInformationToISTL.cpp changed: replace boost::any with std::any 2020-02-19 11:20:16 +01:00
ExtractParallelGridInformationToISTL.hpp changed: replace boost::any with std::any 2020-02-19 11:20:16 +01:00
findOverlapRowsAndColumns.hpp Do not use local id set to index matrices. 2020-03-13 17:56:49 +01:00
FlexibleSolver.hpp Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
FlowLinearSolverParameters.hpp Added simple defaults for flexible solver: current options added ilu0, cpr_quasiimpes, cpr_trueimpes, file (genneal configuration) 2020-03-31 16:49:37 +02:00
getQuasiImpesWeights.hpp Refactor to a single function that calculates true impes weights. 2020-03-31 16:49:37 +02:00
GraphColoring.hpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
ISTLSolverEbos.hpp Refactor to a single function that calculates true impes weights. 2020-03-31 16:49:37 +02:00
ISTLSolverEbosCpr.hpp Do not use local id set to index matrices. 2020-03-13 17:56:49 +01:00
ISTLSolverEbosFlexible.hpp Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
MatrixBlock.hpp [cleanup][Wells] Consequently use SparseMatrixAdapter in addWellContributions. 2019-10-09 10:27:38 +02:00
OwningBlockPreconditioner.hpp Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
OwningTwoLevelPreconditioner.hpp Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
ParallelIstlInformation.hpp Merge pull request #2356 from akva2/boost_prune 2020-02-21 13:15:03 +01:00
ParallelOverlappingILU0.hpp Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
ParallelRestrictedAdditiveSchwarz.hpp [cleanup][istl] Adjust to shared_ptr change in dune-istl >= 2.7. 2019-05-09 11:28:52 +02:00
PreconditionerFactory.hpp Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
PreconditionerWithUpdate.hpp Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
PressureSolverPolicy.hpp Make update method of preconditioners parameter-less again. 2020-03-31 16:49:37 +02:00
PressureTransferPolicy.hpp Prevent some unnecessary copies. 2020-03-23 09:40:14 +01:00
setupPropertyTree.cpp Added simple defaults for flexible solver: current options added ilu0, cpr_quasiimpes, cpr_trueimpes, file (genneal configuration) 2020-03-31 16:49:37 +02:00
setupPropertyTree.hpp Add flexible solver and preconditioner infrastructure. 2019-06-03 11:42:30 +02:00
twolevelmethodcpr.hh bump required dune version to 2.6 2020-02-06 16:24:39 +01:00