From defac70f7e3855c778b7cafeef402bbd967d9978 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Thu, 25 Nov 2021 14:45:26 +0100 Subject: [PATCH] [test][newton][cleanup] Remove time step interface not required anymore from the stationary assembler --- test/nonlinear/newton/test_newton.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/nonlinear/newton/test_newton.cc b/test/nonlinear/newton/test_newton.cc index b43492ce33..23f631a92a 100644 --- a/test/nonlinear/newton/test_newton.cc +++ b/test/nonlinear/newton/test_newton.cc @@ -33,10 +33,6 @@ public: void setLinearSystem() {} - ResidualType prevSol() { return ResidualType(0.0); } - - void resetTimeStep(const ResidualType& sol) {} - void assembleResidual(const ResidualType& sol) { res_ = sol*sol - 5.0; -- GitLab