When a already existing mesh file is loaded, check if the element order of the mesh fits the set element order of the simulation. Throw an error when this is not the case.
Right now the following error is thrown:
File "plutho/plutho/simulation/base.py", line 840, in create_node_points
nodes[element[node_index]][0],
IndexError: index 3 is out of bounds for axis 0 with size 3
When a already existing mesh file is loaded, check if the element order of the mesh fits the set element order of the simulation. Throw an error when this is not the case.
Right now the following error is thrown: