Recent content by Diracster

  1. D

    Fortran FORTRAN 95 Problem - junk error

    ok so i have fixed the junk error and modified the code slightly, but now i am having the problem that it is writing out every coordinate when i know it shouldn't be. I have a layer of up spins (=1) in the middle of two layers of down spins (=-1) so at the start i would expect the code not to...
  2. D

    Fortran FORTRAN 95 Problem - junk error

    I have a 3D ising model simulation, what i am trying to do is look up each column in the array and if all the values of that column are -1 then i wish to write the i and j coordinates of that column to a file. the section of code I am having problems with is: OPEN (10, FILE='holes.dat')...
  3. D

    Physical Examples of Divergence Theorem

    Homework Statement This problem I have been set is to find real life applications of divergence theorem. I have to show the equivalence between the integral and differential forms of conservation laws using it. 2. The attempt at a solution I have used div theorem to show the equivalence...
Back
Top