Skip to content

Commit

Permalink
Fix parallel crash associated with accessing structures under the "So…
Browse files Browse the repository at this point in the history
…lver % Matrix" -field

even after execution of the solver.
  • Loading branch information
Juha Ruokolainen committed Nov 7, 2024
1 parent a1bb065 commit 922f4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fem/src/modules/NodeToEdgeSolver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,8 @@ SUBROUTINE NodeToEdgeField(Model, Solver, dt, Transient)
END IF

! We should be visiting this routine only once!
CALL Info(Caller,'Freeing unneeded matrix structures',Level=10)
CALL FreeMatrix(Solver % Matrix)
! CALL Info(Caller,'Freeing unneeded matrix structures',Level=10)
! CALL FreeMatrix(Solver % Matrix)

CALL Info(Caller,'Finished projection to edge basis!')

Expand Down

0 comments on commit 922f4bc

Please sign in to comment.