For a particular model I see the following:
model = dpf.Model(rstfile)
print(model.metadata.meshed_region.available_property_fields)
Returns:
['connectivity', 'elprops', 'eltype', 'apdl_element_type', 'section', 'mat']
Can you please explain the following:
- The scheme by which the element connectivity is stored
- What is stored in elprops
- What eltype
I have not been able to find definitions for these in the API reference.