From ac26473f3b515bb577a63ba900d9d779b1c0385f Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Wed, 6 Nov 2024 20:01:00 +0100 Subject: [PATCH] Remove unimplemented function --- include/aspect/simulator.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/aspect/simulator.h b/include/aspect/simulator.h index c28cbf9d5b7..1a2dfbcb23c 100644 --- a/include/aspect/simulator.h +++ b/include/aspect/simulator.h @@ -947,12 +947,6 @@ namespace aspect std::pair solve_stokes (); - /** - * Solve the Stokes system using a block preconditioner and GMG. - */ - std::pair - solve_stokes_block_gmg (); - /** * This function is called at the end of every time step. It runs all * the postprocessors that have been listed in the input parameter file