-- added more timing to get better coverage of amg solver

-- added includes needed
This commit is contained in:
hnil
2023-07-24 12:28:08 +02:00
parent 941e4230c1
commit c065d34d0e
18 changed files with 50 additions and 18 deletions

View File

@@ -17,10 +17,11 @@
You should have received a copy of the GNU General Public License
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/TimingMacros.hpp>
#include <opm/simulators/linalg/PreconditionerFactory.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/simulators/linalg/matrixblock.hh>
#include <opm/simulators/linalg/amgcpr.hh>