Skip to content

Commit

Permalink
compiler: Remove Solution class
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Jan 15, 2024
1 parent ce3854f commit 10e99c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions devito/types/petsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ class Action(Eq):
pass


class Solution(Eq):
"""
"""
pass


def PETScSolve(eq, target, **kwargs):

yvec_tmp = PETScArray(name='yvec_tmp', dtype=target.dtype,
Expand Down

0 comments on commit 10e99c9

Please sign in to comment.