Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions firedrake/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ def __init__(
self.petscmat.setOptionsPrefix(options_prefix)
self.mat_type = _get_mat_type(self.petscmat)

def assemble(self):
raise NotImplementedError("API compatibility to apply bcs after 'assemble(a)'\
has been removed. Use 'assemble(a, bcs=bcs)', which\
now returns an assembled matrix.")


class ImplicitMatrix(MatrixBase):
"""A representation of the action of bilinear form operating without
Expand Down
Loading