I have codes to write to solve Navier Stokes Equation: du/dt=-(i*c*pi/dx + mu*pi**2/(dx**2))*u
I am familiar with matlab to solve the problem, I really have no idea about Fortran to solve it. But I really want to use Fortran to get familiar with it step by step. I am not sure how to state the...
hi,mikrom
you mean CALL is to implant another program into the current program,right? However,USE can be used in the same program and implant modules from current program.
According to the subject, I am wondering the difference between USE and CALL. I know USE is used with SUBROUTINE to call for codes. But I am not clear with CALL statement. I am a beginner of fortran, may need your help in future times. Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.