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. Lukejambo

    Video of arrays

    Thanks, I'm using silverfrost ftn95 with plato. Can I use IVF with this?
  2. Lukejambo

    Video of arrays

    Hi, So I have a programme in fortran 90/95 that writes a large number of arrays to a text/dat file where each array is different than the last. Is it possible to make a visualisation/video of each the arrays changing? So for example, the first image will be the first array, then the video...
  3. Lukejambo

    Fortran 90/95 help

    Thanks for your help, yes I do want to evaluate all the values before they change. So declare matrix a before the do loops. During the do loops, let a=b? Apply the evaluations to matrix b and then after the do loop change back to a?
  4. Lukejambo

    Fortran 90/95 help

    Sorry about that, For a 10x10 array, each element is either a 1 or a 0. Using 2 do loops (n,m) from 1,10 for the subscripts of each element in the array, I've used a select case function to find the sum of each of the element's neighbours (8 in total for each element). Then depending on the...
  5. Lukejambo

    Fortran 90/95 help

    Hi, Is it possible to write an array (say 10x10) with 2 do loops (1,10) calculating each element of the array and then change each element all at the same time rather than changing each element individually as the do loop runs?

Part and Inventory Search

Back
Top