Author |
Message |
Topic: Floating point exception error |
Mehmet
Replies: 6
Views: 9969
|
Forum: Support Posted: Mon May 21, 2012 8:28 pm Subject: |
Thanks John for that great support. I will be using your suggestion for newly assigned term project I will share the new code with you |
Topic: Floating point exception error |
Mehmet
Replies: 6
Views: 9969
|
Forum: Support Posted: Wed May 16, 2012 10:36 am Subject: |
Problems are solved. I will be posting the last final code at late midnight with no errors and physically meaningful one (for those who are interested in). Thanks all for your support, especially Davi ... |
Topic: Floating point exception error |
Mehmet
Replies: 6
Views: 9969
|
Forum: Support Posted: Tue May 15, 2012 10:49 pm Subject: |
Thanks davidb, I changed as you proposed but I just tried to define an array for i=0 to 10 and j=0 to 50000 but my definition might be wrong so how i can fix that?
Edit:
Thanks to david, i just ... |
Topic: Floating point exception error |
Mehmet
Replies: 6
Views: 9969
|
Forum: Support Posted: Tue May 15, 2012 9:47 pm Subject: |
cont'd
! Calculate the temperature of shell side
DO I=10,0,-1
TS(I,J+1)=CONSS1*(DT/(2*DX))*(3.0*(TS(I,J))-4.0*(TS(I-1,J))+TS(I-2,J ... |
Topic: Floating point exception error |
Mehmet
Replies: 6
Views: 9969
|
Forum: Support Posted: Tue May 15, 2012 9:45 pm Subject: Floating point exception error |
Dear all,
I am very confused with this error in the following code. I've searched through the forums but I could'n find an answer, even a documentation about that error. As in the title, it says:
... |
|