How can I know the DoFs with .pyfrs file

The h5ls tool will let you know. For example:

h5ls inc_cylinder_2d-65.00.pyfrs
config                   Dataset {SCALAR}
config-0                 Dataset {SCALAR}
mesh_uuid                Dataset {SCALAR}
soln_quad_p0             Dataset {16, 3, 175}
soln_quad_p1             Dataset {16, 3, 21}
soln_tri_p0              Dataset {10, 3, 555}
soln_tri_p1              Dataset {10, 3, 864}
soln_tri_p2              Dataset {10, 3, 906}
soln_tri_p3              Dataset {10, 3, 906}
stats                    Dataset {SCALAR}

where the total number of DOF’s comes from summing the products of the dimensions of the various soln arrays.

Regards, Freddie.

1 Like