From 37f3b1ffd43f50a0447421b901067b7d54a0ae2a Mon Sep 17 00:00:00 2001 From: Davor Dundovic <33790330+ddundo@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:51:32 +0100 Subject: [PATCH] Remove missed `get_form` Part of #223. Missed it in the previous PR --- 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