A Python wrapper for PyAnsys Math libraries.
Project description
PyAnsys Math is a Python repository holding Ansys mathematical libraries. To use them, you must have a local installation of Ansys Mechanical APDL.
For information on getting a licensed copy of Ansys Mechanical APDL, visit the Ansys web site.
Installation
For users
The ansys.math.core package currently supports Python 3.10 through Python 3.12 on Windows, Mac OS, and Linux.
Install the latest package for use with this command:
pip install ansys-math-core
Alternatively, install the latest PyAnsys Math GitHub package with this command:
pip install git+https://github.com/ansys/pyansys-math.git
For developers
For a local development version, install the latest package with:
git clone https://github.com/ansys/pyansys-math.git
cd pyansys-math
pip install -e .
Installing the development version allows you to edit the ansys-math-core package locally. The changes that you make are reflected in your setup after restarting the Python kernel.
Verify your installation
Check that you can start PyAnsys Math from Python by running this code:
import ansys.math.core.math as pymath
# Start PyAnsys Math.
mm = pymath.AnsMath()
print(mm)
If you see a response from the server, you can start using PyAnsys Math as a service.
Ansys software requirements
You must have a copy of Ansys 2021 R1 or later installed locally.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ansys_math_core-0.2.0.tar.gz
.
File metadata
- Download URL: ansys_math_core-0.2.0.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fea76c47118404feae198279bc8dc32e5c72f1fb0030f3ea34ff4c317a6789f |
|
MD5 | 52a135704e8fad16e3080e43ea6f2844 |
|
BLAKE2b-256 | 4296bfa551cdf61ae9c66244626b36390162fa64991aff8932c5c32d7f5a0f30 |
File details
Details for the file ansys_math_core-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: ansys_math_core-0.2.0-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68e554e45d8ec532cb4b5e3c0f902a035a047441654c20d36b0d25c71a11cf70 |
|
MD5 | 31afb532f2c7f51f16b7640698652b15 |
|
BLAKE2b-256 | 63673706db3050181652c6c9a14684b7ad3d403b1a7e96f7a9bd14814c7a3edd |