ebryant wrote
I have reimaged my Windows Installation and no longer have a space in my username. Things are working much better. Thanks for the quick work on the update. Let me know when it comes out if you want me to re-test.
There is now a bug-fix
FEATool update available (version 1.15.4) which should address some of the issues you have found.
Furthermore, looking at the "Grid Statistics..." in the "Grid" menu for the gmsh mesh ("index_test_case.msh"); the minimum quality of grid cells seem to be 0.00619636, which is likely you get a warning about a singular matrix when solving. Distorted mesh elements (<< 0.1 quality) can lead to poor approximation and solving, and should be avoided if possible. So when meshing (whether using gmsh or other mesh generators) it is good to take care that a high quality mesh is generated.
Also, "index_test_case" mesh here consists of three disconnected subdomains, that is the two cylinders are not connected to the base plate (even if they touch). Typically one would want domains to be connected in a simulation (so the physics interact). If this is the case you might need to apply a join/union operation to the geometry object before meshing.