From 5303c0d3eb7e94cb9aaab0e6d8bb7ebad3dfba10 Mon Sep 17 00:00:00 2001 From: Davor Dundovic <33790330+ddundo@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:23:00 +0100 Subject: [PATCH] Remove missed `get_form` (#233) --- goalie/point_seq.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/goalie/point_seq.py b/goalie/point_seq.py index a4373a89..ba4f122e 100644 --- a/goalie/point_seq.py +++ b/goalie/point_seq.py @@ -23,8 +23,6 @@ def __init__(self, time_partition, **kwargs): :class:`firedrake.functionspaceimpl.FunctionSpace`\s for each subinterval :kwarg get_initial_condition: a function, whose only argument is a :class:`~.MeshSeq`, which specifies initial conditions on the first mesh - :kwarg get_form: a function, whose only argument is a :class:`~.MeshSeq`, which - returns a function that generates the ODE weak form :kwarg get_solver: a function, whose only argument is a :class:`~.MeshSeq`, which returns a function that integrates initial data over a subinterval :kwarg get_bcs: a function, whose only argument is a :class:`~.MeshSeq`, which