IFEM icon indicating copy to clipboard operation
IFEM copied to clipboard

Minor HDF5 refactor and drop the rotational DOFs

Open kmokstad opened this issue 2 months ago • 2 comments

Adding two convenience methods doing some repetitive tasks, also using std::to_string() instead of std::stringstream (more compact). Then removing the three rotational DOFs if there are 6 DOFs per node (assuming the 3 rotations are ordered after the translations per node. They are not needed for visualizing deformations.

May consider adding them purely as scalar fields instead?

Not tested (since the current version of SISO only supports hex elements).

kmokstad avatar Dec 09 '25 08:12 kmokstad