add#
- MapdlPool.add(mapdl)#
Add an existing MAPDL instance to the pool.
- Parameters:
- mapdl
ansys.mapdl.core.Mapdl An existing MAPDL instance to add to the pool.
- mapdl
- Return type:
Examples
>>> from ansys.mapdl.core import launch_mapdl, MapdlPool >>> mapdl = launch_mapdl() >>> pool = MapdlPool(1) >>> pool.add(mapdl)