Recent content by Dgrosser

  1. D

    Fortran Getting Started with Fortran: Questions & Answers

    I am ust beginning a fortran assignment, where I need to get a users input, to get numbers and a true/false statement. These I'm hoping will be able to translate to parameters for a bigger program. So far my code looks like: integer N,l,Tsteps logical PBC print*,"Input Number" read...
  2. D

    Comp Sci Finding the perimeter of evolving objects in Fortran

    My question is how can I find the perimeter of these plotted points in a lattice plane. Each of the squares has a unit side of 1, and one thing I did not mention is that the cubes have a natural value of "1", where the empty space has a natural value of "0". I was thinking I could write a...
  3. D

    Comp Sci Finding the perimeter of evolving objects in Fortran

    Hello fellows, I am writing a computer program in Fortran, to find the perimeter of multiple squares. These squares move as "time" goes along, and if they come in contact with each other, they stick together, forming clusters. The reason why I'm doing this in Fortran is because the original...
Back
Top