Overview of PyMAPDL
mainPyMAPDL provides Pythonic access to MAPDL, allowing direct communication with the MAPDL process from Python. The ansys-mapdl-core package provides a comprehensive interface including:
- Pythonic Commands: Interactive sessions and command execution.
- Remote Connections: Connect to MAPDL from anywhere via gRPC.
- Object-Oriented Access: Direct access to MAPDL arrays, meshes, and geometry as Python objects.
- Low-level Solver Access: Access to the MAPDL solver through APDL math via a SciPy-like interface.
PyMAPDL is compatible with Jupyter Notebooks, standard Python consoles, and batch mode on Windows, Linux, and macOS.