From 3df5b863eec4287fd27466142b408fbd588fb48f Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sun, 2 Jul 2017 19:05:25 +0200 Subject: [PATCH] Latest modules --- example/Numerics/Vortex_in_cell/main_vic_petsc.cpp | 1 + openfpm_data | 2 +- openfpm_numerics | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/example/Numerics/Vortex_in_cell/main_vic_petsc.cpp b/example/Numerics/Vortex_in_cell/main_vic_petsc.cpp index 5de162eb..3d8071b3 100644 --- a/example/Numerics/Vortex_in_cell/main_vic_petsc.cpp +++ b/example/Numerics/Vortex_in_cell/main_vic_petsc.cpp @@ -104,6 +104,7 @@ #include "Solvers/petsc_solver.hpp" #include "interpolation/mp4_kernel.hpp" #include "interpolation/interpolation.hpp" +#include "Solvers/petsc_solver_AMG_report.hpp" constexpr int x = 0; constexpr int y = 1; diff --git a/openfpm_data b/openfpm_data index 9498e79d..a9a2348f 160000 --- a/openfpm_data +++ b/openfpm_data @@ -1 +1 @@ -Subproject commit 9498e79d63d3bdf388e6dec8daa8eccf4dd714c6 +Subproject commit a9a2348fa0551c29fdba3aacd056bcf7e5cfa7e7 diff --git a/openfpm_numerics b/openfpm_numerics index b8b1616b..0f84683a 160000 --- a/openfpm_numerics +++ b/openfpm_numerics @@ -1 +1 @@ -Subproject commit b8b1616b21a1d2f1daa93d887071504fbedb3494 +Subproject commit 0f84683a560d059a1de5fe83554794c21f71a710 -- GitLab