Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hswshock

    Solve for NSE using Fortran

    I am not familiar with the operations and specific commands in fortran. thank you.
  2. hswshock

    Solve for NSE using Fortran

    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...
  3. hswshock

    Define matrix and iterate equ

    Hi, How to define a matrix in G95 and how to iterate equation,ie,U(n+1)=dt/dx*mu*U(n)
  4. hswshock

    Difference between USE and CALL

    Clear about it. Thank you.
  5. hswshock

    Difference between USE and CALL

    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.
  6. hswshock

    Difference between USE and CALL

    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.

Part and Inventory Search

Back
Top