Skip to content

Commit

Permalink
Enforce SaveProjection to do the nonlinear projectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
raback committed Oct 17, 2024
1 parent e12e81e commit c00b8e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fem/src/modules/SaveData/SaveProjection.F90
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
! * Keilaranta 14
! * 02101 Espoo, Finland
! *
! * Original Date: 20 Nov 2001
! * Original Date: 1.10.2024
! *
! *****************************************************************************/

Expand Down Expand Up @@ -87,7 +87,11 @@ SUBROUTINE SaveProjection( Model,Solver,dt,Transient )
CALL Info('SaveProjection','Creating selected projected values as fields',Level=8)

Params => GetSolverParams()


! Because this solver does not have a DefaultInitialize slot the nonlinear projectors
! are not initialized. Do it here.
CALL GenerateProjectors(Model,Solver,Nonlinear = .TRUE. )

i = 0
DO WHILE(.TRUE.)
i = i + 1
Expand Down

0 comments on commit c00b8e5

Please sign in to comment.