Extended examples#

These extended examples explain other concepts such as interoperability with other programs, libraries, and features in development.

Name

Description

Cart-Pole Simulation

Demonstrates a reinforcement machine learning example using MAPDL through PyMAPDL.

Gmsh example

Demonstrates the interoperability between PyMAPDL and the gmsh meshing library.

UPF in PyMAPDL

Demonstrates the interoperability between user-programmable functions in MAPDL and Python.

Harmonic analysis using the frequency-sweep Krylov method

Demonstrates the usage of the Krylov method for solving a customized harmonic analysis.

Use Dash to build a PyMAPDL web app

Demonstrates the use of PyMAPDL with Dash.

Create your own Python command-line app

Create your own Python app with a command-line interface.