Skip to content

Commit

Permalink
Use only two properties to split
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed Oct 10, 2024
1 parent 7f6cddd commit 8cb4ece
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ansys/dpf/post/result_workflows/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ class AveragingConfig:
default_per_body_averaging_config = AveragingConfig(
body_defining_properties=[
elemental_properties.material,
elemental_properties.apdl_element_type,
elemental_properties.element_shape,
"apdl_real_id",
"mapdl_element_type_id",
],
average_per_body=True,
)
Expand Down

0 comments on commit 8cb4ece

Please sign in to comment.