ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
43 stars 10 forks source link

Allow creation of DataObject from custom data #247

Closed PProfizi closed 1 year ago

PProfizi commented 1 year ago

Description of the feature

There is currently no way of creating a DataObject from scratch. We should allow creation of DataObject from a numpy array or a DataFrame,.

Steps for implementing the feature

Wrap the creation of the underlying FieldsContainer using the field_containers_factory.

Useful links and references

No response

PProfizi commented 1 year ago

Closing as not planned for now as not a priority