Created a main.cpp function with grid generation + boundary definition. Boundary definition could be moved into a separate void function for tidyness.
Reworked eigen_sor.cpp into EigenSor.cpp with accompanying header EigenSor.h. Changed syntax to generalised, i.e. added std:: and Eigen:: where needed, within forward declaration and in the body
ObjectInput.cpp and Boundary.cpp are fully integrated and working
Problems: EigenSor.cpp sor() converges in 1 iteration.
Created a main.cpp function with grid generation + boundary definition. Boundary definition could be moved into a separate void function for tidyness.
Reworked eigen_sor.cpp into EigenSor.cpp with accompanying header EigenSor.h. Changed syntax to generalised, i.e. added std:: and Eigen:: where needed, within forward declaration and in the body
ObjectInput.cpp and Boundary.cpp are fully integrated and working
Problems: EigenSor.cpp sor() converges in 1 iteration.