i'm doing a cfd project in fortran for a class and i am having the silliest problem. I use salford's F95 compiler with Plato IDE. I declare a matrix with:
real uold(nx,nx),unew(nx,nx)
and i have to initialize it with certain values at the "boundaries" however if i put in a number bigger that...