ElementInfoProviderLSDyna#
- class ansys.dpf.composites.layup_info.ElementInfoProviderLSDyna(mesh, layer_indices, element_types_dpf, material_ids, solver_material_ids, no_bounds_checks=False)#
Provider for
ElementInfofor LSDyna models.Use
get_element_info_provider()to createElementInfoProviderobjects.Initialize the class before a loop and call
get_element_info()for each element.- Parameters:
mesh (
MeshedRegion)layer_indices (
PropertyField)element_types_dpf (
PropertyField)material_ids (
PropertyField)solver_material_ids (
PropertyField)no_bounds_checks (
bool, default:False) – Disable bounds checks. Results in better performance but potentially cryptic error messages
Methods
Get
ElementInfofor a given element id.