-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 1,15 @@ | ||
# Start with pyMAPDL | ||
## Contains passed tutorials collected from [Ansys Innovation Space](https://innovationspace.ansys.com/) on pyMAPDL | ||
### organized as a single project with elements of CI/CD, build and playground | ||
### Organized as a single project with elements of CI/CD, build and playground | ||
|
||
Status: In progress | ||
|
||
Requirements: Ansys Mechanical license and Python | ||
|
||
### App is the SaS realization of [Ansys Verification Test VM35](https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v241/en/ans_vm/Hlp_V_VM35.html?q=vm35) | ||
|
||
Run flask app in debug mode: | ||
|
||
flask --app hello run --debug | ||
|
||
or look notebooks for basic pyMAPDL functionality. | ||
### Look notebooks for basic pyMAPDL functionality. |