ansys / pydpf-core

Data Processing Framework - Python Core
http://dpf.docs.pyansys.com/
MIT License
68 stars 25 forks source link

Please add an operator to split the data by layer from a stress/strain field based on the integration point #1765

Open kanthadya opened 1 month ago

kanthadya commented 1 month ago

Description of the feature

Right now we do it like so fields_eps_layer_0 = dpf.operators.logic.elementary_data_selector_fc( fields_container=fields_eps, elementary_data_index=0 ).eval() fields_eps_layer_1 = dpf.operators.logic.elementary_data_selector_fc( fields_container=fields_eps, elementary_data_index=1 ).eval() fields_eps_layer_2 = dpf.operators.logic.elementary_data_selector_fc( fields_container=fields_eps, elementary_data_index=2 ).eval()

Steps for implementing the feature

No response

Useful links and references

No response