Hi All,
I am trying to figure out how to allocate the size for Array dynamically, as in I want it to be from 0 to a Number till grid independent solution is reached by a Condition.
So below is my program, I run it many time for different values of N. But then I don't want to do this, could...