Skip to content

Commit 0f0ae3b

Browse files
authored
Remove (very) deprecated Matrix.assemble (#5143)
1 parent 857a893 commit 0f0ae3b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

firedrake/matrix.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ def __init__(
173173
self.petscmat.setOptionsPrefix(options_prefix)
174174
self.mat_type = _get_mat_type(self.petscmat)
175175

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

182177
class ImplicitMatrix(MatrixBase):
183178
"""A representation of the action of bilinear form operating without

0 commit comments

Comments
 (0)