Guys, this is not really a program with a future, it's probably going to get dumped after my thesis. Also I don't have the time to port it, even 10 days is too much to me but it would require even more since I don't know what 60% of the program actually does in details, they are advanced math...
Thank you for you suggestion Jim, but although I agree with you I'm forced to use it because the program was given to me in fortran 77 to adapt it for my master thesis, and porting it to fortan95 (or even bettere 2018) would be too long (about 3000-4000 lines) and unnecessary, I would get no...
Thank you for your answers, you are proposing something very similar I think. If I understood it correctly, you are suggesting to make a program to run my program and pass it the different inputs.
I can't run it manually from cmd with different inputs, because I would need to do it about 50000...
Hello everyone, I'm trying to solve a BVP that seems to be very sensitive, for which I have to provide a starting guess and hope the program can fix it to find a solution. The program has been tested many times and it is very solid, the only problem should be that I can't find the right guess...