Skip to content

Commit

Permalink
Changed sign of residual in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Apr 12, 2024
1 parent a343032 commit 3d56e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/HeatEquationTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function main(distribute,parts)

assembler = SparseMatrixAssembler(U,V0,SubAssembledRows())
op_constant = TransientLinearFEOperator(
(a,m),(t,v) -> (-1)*b(t,v),U,V0,constant_forms=(true,true),assembler=assembler
(a,m),b,U,V0,constant_forms=(true,true),assembler=assembler
)

t0 = 0.0
Expand Down

0 comments on commit 3d56e8a

Please sign in to comment.