Skip to content

Commit

Permalink
Update typing. Tests failing, likely due to FEniCS/ffcx#594
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Sep 5, 2023
1 parent 3f7f7c2 commit bd84e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbcbeatx/monodomainsolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class MonodomainSolver:

_solver: dolfinx.fem.petsc.LinearProblem # Wrapper around PETSc KSP object

_prec: dolfinx.fem.FormMetaClass
_prec: dolfinx.fem.Form
_prec_matrix: PETSc.Mat
_custom_prec: bool

Expand Down

0 comments on commit bd84e6e

Please sign in to comment.