This might be a half-dumb question but I am going to ask it...
I recently noticed that there is a large step up in solution times using roughly 1 million elements on a component I am working with.
Using tetra4 (tet) elements results in 1 FE run taking about 10 minutes
However using a solid-mapped mesh with mostly hex8 (hex or brick) elements results in the same FE run taking over an hour.
Is this simply due to the increased number of nodes per element?
Also one other question:
How do we switch first-order elements (i.e. tetra4 and hex8) into 2nd-order elements (i.e. tetra10 and hex20) without deleting the mesh and starting over?