Recent content by physicsuser2023
-
P
Fortran Errors in Fortran code for solving Laplace's equation in 3D
Thank you for guidance, i check the code again- physicsuser2023
- Post #5
- Forum: Programming and Computer Science
-
P
Fortran Errors in Fortran code for solving Laplace's equation in 3D
Thank you for your guidance. Now I understand that the error related to 10*10*10 is a normal and reasonable thing. So can you suggest me some suitable input values to fix this error? Values for delta and other inputs. thanks But the error related to 3*3*3. its said there is in line 32- physicsuser2023
- Post #3
- Forum: Programming and Computer Science
-
P
Fortran Errors in Fortran code for solving Laplace's equation in 3D
hey everyone. I wrote a code in Fortran to calculate potential values or solve the Laplace equation inside a cube according to the boundary conditions mentioned in the code. this is my code: program laplace_cubic implicit none REAL*8 :: LX, LY, LZ, DELTA, MAX_ERR, ERR INTEGER :: NX, NY...- physicsuser2023
- Thread
- Computational physics Fortran Fortran95 Physics Programming
- Replies: 4
- Forum: Programming and Computer Science