-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew features or code improvementsNew features or code improvements
Description
Looking at the scipy module, I see there's a scipy.io submodule, to manage import/export data from/to specific file types (matlab/mmf/..)
We could have the same kind of math.io submodule, to group these capabilities we already have in the math module:
- ansys-math.io.mapdl: to centralize the reading/writing from/to mapdl files ( full, rst, mode, cms...)
- ansys-math.io.mmf: to access matrix market files
- ansys-math.io.matlab: to access matlab files ( via MAPDL plugin ? )
- ....
Metadata
Metadata
Assignees
Labels
enhancementNew features or code improvementsNew features or code improvements