Skip to content

Commit

Permalink
Remove missed get_form (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddundo authored Nov 22, 2024
1 parent 8ad4e98 commit 5303c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions goalie/point_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5303c0d

Please sign in to comment.