Hello,
I am trying to build a C++ program that uses the Finite Element Method to compute the heat conduction/transfer of a set of 3-node triangular elements (2-D) at different time. I am using the explicit forward difference (Euler) and I believe I have everything properly put together except...