add# MapdlPool.add(mapdl)# Add an existing MAPDL instance to the pool. パラメーター: mapdlansys.mapdl.core.MapdlAn existing MAPDL instance to add to the pool. 戻り値の型: None Examples >>> from ansys.mapdl.core import launch_mapdl, MapdlPool >>> mapdl = launch_mapdl() >>> pool = MapdlPool(1) >>> pool.add(mapdl)