Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
RK3 exact solution allocation issue
  • Loading branch information
TakisCFD committed Sep 9, 2019
1 parent b309367 commit d05fa3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CODE/memory.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,9 @@ SUBROUTINE U_C_ALLOCATION(N,XMPIELRANK,U_C,U_E,ITESTCASE,U_CT)


END IF
IF (ITESTCASE.LE.3)THEN
ALLOCATE (U_E(I)%VAL(1,1));U_E(I)%VAL=ZERO
end if
END IF
if (rungekutta.eq.4)then
IF (AVERAGING.EQ.1)THEN
Expand Down

0 comments on commit d05fa3c

Please sign in to comment.