Hello everyone,
I'm trying to use a .inp file for Mesh. When I try to run the simulation, it gives a error message "Unsupported order: 257". I'm using CPS3 element type, it changes to TRI3 when goes to libMesh. There's a case relates to TRI3 element type in fe_lagrange.C file, everything seems fine. I don't know how to solve this error.
Another question I notice is, when I create a node set in ABAQUS, its format is
*Nset, nset=XXX
2, 24, 1 (from element 2 to element 24, by increment 1)
but in MOOSE it will be just be element 1, 2 and 24. Maybe this is something in file reading. I just type all the element IDs, but it's a problem if I have a large a mount of elements.