Skip to content
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4fcccbc
feat: prep7 - 2
clatapie Oct 15, 2025
54096ca
Merge branch 'feat/main_prep7' into feat/prep7_submodule_2
clatapie Oct 15, 2025
005cb18
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Oct 15, 2025
9460cc0
chore: adding changelog file 4262.added.md [dependabot-skip]
pyansys-ci-bot Oct 15, 2025
3c5c427
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Oct 15, 2025
67c6994
Merge branch 'feat/main_prep7' into feat/prep7_submodule_2
clatapie Oct 15, 2025
d5742ac
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Oct 15, 2025
1d5359b
fix: typo in ``commands.py``
clatapie Oct 15, 2025
565ac47
fix: removing ``edasmp`` mentions as deleted
clatapie Oct 15, 2025
490c087
fix: removing ``edbound`` mentions as deleted
clatapie Oct 15, 2025
225916e
fix: removing ``edbx`` mentions as deleted
clatapie Oct 15, 2025
ac6904d
fix: pre-commit
clatapie Oct 15, 2025
8ec344d
fix: removing ``edcgen``, ``edclist``, ``edcmore``, ``edcnstr``, ``ed…
clatapie Oct 15, 2025
bfa355b
fix: removing all the deprecated ``ED*`` commands
clatapie Oct 15, 2025
a6ba3fa
revert: pre-commit change
clatapie Oct 15, 2025
291e3d5
fix: removing ``rexport`` as removed
clatapie Oct 15, 2025
beafccc
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Oct 15, 2025
d64af72
fix: pre-commit
clatapie Oct 15, 2025
01b60b7
Merge branch 'feat/main_prep7' into feat/prep7_submodule_2
clatapie Oct 16, 2025
d12707f
fix: ``tbft`` command
clatapie Oct 16, 2025
a84915b
Merge branch 'feat/main_prep7' into feat/prep7_submodule_2
clatapie Nov 5, 2025
725324d
fear: adding `ExplicitDynamics` class
clatapie Nov 18, 2025
9c8d826
Merge branch 'feat/main_prep7' into feat/prep7_submodule_2
clatapie Nov 18, 2025
bd923bc
feat: readding ``DEPRECATED_COMMANDS``
clatapie Nov 18, 2025
ef41c2d
fix: pre-commit
clatapie Nov 18, 2025
c1081c8
fix: adding missing doc
clatapie Nov 18, 2025
1fb92bc
feat: reverting changes in ``madpl_extended``
clatapie Nov 18, 2025
b34724d
fix: adding ExplicitDynamics in ``commands.py``
clatapie Nov 19, 2025
0e68903
Update src/ansys/mapdl/core/_commands/prep7/keypoints.py
germa89 Nov 19, 2025
fb2dc81
fix: image rendering
clatapie Nov 19, 2025
7a2ea81
fix: extra space
clatapie Nov 20, 2025
74e7eb8
fix: pdf error
clatapie Nov 20, 2025
557679b
fix: svg images
clatapie Nov 20, 2025
315024c
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Nov 20, 2025
4c0d19e
fix: svg images - 2
clatapie Nov 20, 2025
d04e1a2
fix: permission error
clatapie Nov 20, 2025
9e28755
fix: svg images
Revathyvenugopal162 Nov 20, 2025
0212222
test: svg images only on html
Revathyvenugopal162 Nov 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/4262.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\`\`prep7\`\` - part 2
47 changes: 25 additions & 22 deletions doc/source/mapdl_commands/prep7/database.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
.. _ref_database_commands_api:

********
.. _ref_database:


Database
********
========


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.prep7.database

These PREP7 commands are used to read model data into the database,
list out the database, and control the numbering of entities in the
database.
.. autoclass:: ansys.mapdl.core._commands.prep7.database.Database

.. autosummary::
:toctree: _autosummary/

Mapdl.aflist
Mapdl.cdread
Mapdl.cdwrite
Mapdl.cdopt
Mapdl.cecheck
Mapdl.check
Mapdl.igesout
Mapdl.mfimport
Mapdl.nooffset
Mapdl.numcmp
Mapdl.nummrg
Mapdl.numoff
Mapdl.numstr
:template: base.rst
:toctree: _autosummary


Database.aflist
Database.cdopt
Database.cdread
Database.cdwrite
Database.cecheck
Database.check
Database.cncheck
Database.escheck
Database.igesout
Database.nooffset
Database.numcmp
Database.nummrg
Database.numoff
Database.numstr
17 changes: 0 additions & 17 deletions doc/source/mapdl_commands/prep7/digitizing.rst

This file was deleted.

37 changes: 20 additions & 17 deletions doc/source/mapdl_commands/prep7/element_type.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
.. _ref_element_type_commands_api:

************
Element type
************
.. _ref_element_type:

.. currentmodule:: ansys.mapdl.core

These PREP7 commands define the type of elements to be used in the model.
ElementType
===========


.. currentmodule:: ansys.mapdl.core._commands.prep7.element_type

.. autoclass:: ansys.mapdl.core._commands.prep7.element_type.ElementType

.. autosummary::
:toctree: _autosummary/

Mapdl.dof
Mapdl.elbow
Mapdl.et
Mapdl.etchg
Mapdl.etcontrol
Mapdl.etdele
Mapdl.etlist
Mapdl.keyopt
Mapdl.nsvr
:template: base.rst
:toctree: _autosummary


ElementType.dof
ElementType.et
ElementType.etchg
ElementType.etcontrol
ElementType.etdele
ElementType.etlist
ElementType.keyopt
ElementType.nsvr
104 changes: 56 additions & 48 deletions doc/source/mapdl_commands/prep7/elements.rst
Original file line number Diff line number Diff line change
@@ -1,54 +1,62 @@
.. _ref_elements_commands_api:

********
.. _ref_elements:


Elements
********
========


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.prep7.elements

These PREP7 commands are used to create, modify, list, etc., elements.
.. autoclass:: ansys.mapdl.core._commands.prep7.elements.Elements

.. autosummary::
:toctree: _autosummary/

Mapdl.afsurf
Mapdl.e
Mapdl.ecpchg
Mapdl.edele
Mapdl.eextrude
Mapdl.egen
Mapdl.einfin
Mapdl.eintf
Mapdl.elist
Mapdl.emid
Mapdl.emodif
Mapdl.emore
Mapdl.emtgen
Mapdl.en
Mapdl.endrelease
Mapdl.engen
Mapdl.enorm
Mapdl.ensym
Mapdl.eread
Mapdl.ereinf
Mapdl.errang
Mapdl.esurf
Mapdl.esym
Mapdl.ewrite
Mapdl.gcdef
Mapdl.gcgen
Mapdl.inistate
Mapdl.laylist
Mapdl.layplot
Mapdl.lfsurf
Mapdl.ndsurf
Mapdl.shsd
Mapdl.swadd
Mapdl.swdel
Mapdl.swgen
Mapdl.swlist
Mapdl.tshap
Mapdl.upgeom
Mapdl.usrdof
Mapdl.usrelem
Mapdl.wtbcreate
:template: base.rst
:toctree: _autosummary


Elements.afsurf
Elements.dflab
Elements.e
Elements.ecpchg
Elements.edele
Elements.eembed
Elements.egen
Elements.egid
Elements.einfin
Elements.eintf
Elements.elbow
Elements.elist
Elements.emid
Elements.emodif
Elements.emore
Elements.emsel
Elements.emtgen
Elements.en
Elements.endrelease
Elements.engen
Elements.enorm
Elements.ensym
Elements.eplot
Elements.eread
Elements.ereinf
Elements.errang
Elements.esurf
Elements.esym
Elements.ewrite
Elements.gcdef
Elements.gcgen
Elements.laylist
Elements.layplot
Elements.lfsurf
Elements.ndsurf
Elements.shsd
Elements.swadd
Elements.swdel
Elements.swgen
Elements.swlist
Elements.tshap
Elements.upgeom
Elements.usrdof
Elements.usrelem
Elements.wtbcreate
120 changes: 48 additions & 72 deletions doc/source/mapdl_commands/prep7/explicit_dynamics.rst
Original file line number Diff line number Diff line change
@@ -1,80 +1,56 @@
.. _ref_explicit_dynamics_commands_api:

*****************
Explicit dynamics
*****************
.. _ref_explicit_dynamics:

.. currentmodule:: ansys.mapdl.core

These PREP7 commands are used for an explicit dynamic analysis.
ExplicitDynamics
================

.. autosummary::
:toctree: _autosummary/

Mapdl.edasmp
Mapdl.edbound
Mapdl.edbx
Mapdl.edcgen
Mapdl.edclist
Mapdl.edcmore
Mapdl.edcnstr
Mapdl.edcontact
Mapdl.edcrb
Mapdl.edcurve
Mapdl.eddbl
Mapdl.eddc
Mapdl.edipart
Mapdl.edlcs
Mapdl.edmp
Mapdl.ednb
Mapdl.edndtsd
Mapdl.ednrot
Mapdl.edpart
Mapdl.edpc
Mapdl.edsp
Mapdl.edweld

.. currentmodule:: ansys.mapdl.core._commands.prep7.explicit_dynamics

.. currentmodule:: ansys.mapdl.core

These SOLUTION commands are used for an explicit dynamic analysis.
.. autoclass:: ansys.mapdl.core._commands.prep7.explicit_dynamics.ExplicitDynamics

.. autosummary::
:toctree: _autosummary/

Mapdl.edadapt
Mapdl.edale
Mapdl.edbvis
Mapdl.edcadapt
Mapdl.edcpu
Mapdl.edcsc
Mapdl.edcts
Mapdl.eddamp
Mapdl.eddrelax
Mapdl.eddump
Mapdl.edenergy
Mapdl.edfplot
Mapdl.edgcale
Mapdl.edhgls
Mapdl.edhist
Mapdl.edhtime
Mapdl.edint
Mapdl.edis
Mapdl.edload
Mapdl.edopt
Mapdl.edout
Mapdl.edpl
Mapdl.edpvel
Mapdl.edrc
Mapdl.edrd
Mapdl.edri
Mapdl.edrst
Mapdl.edrun
Mapdl.edshell
Mapdl.edsolv
Mapdl.edstart
Mapdl.edterm
Mapdl.edtp
Mapdl.edvel
Mapdl.edwrite
Mapdl.rexport
:template: base.rst
:toctree: _autosummary


ExplicitDynamics.edadapt
ExplicitDynamics.edbvis
ExplicitDynamics.edclist
ExplicitDynamics.edcmore
ExplicitDynamics.edcnstr
ExplicitDynamics.edcpu
ExplicitDynamics.edcrb
ExplicitDynamics.edcsc
ExplicitDynamics.edcts
ExplicitDynamics.edcurve
ExplicitDynamics.eddamp
ExplicitDynamics.eddbl
ExplicitDynamics.eddc
ExplicitDynamics.eddump
ExplicitDynamics.edenergy
ExplicitDynamics.edfplot
ExplicitDynamics.edgcale
ExplicitDynamics.edhgls
ExplicitDynamics.edhist
ExplicitDynamics.edhtime
ExplicitDynamics.edint
ExplicitDynamics.edis
ExplicitDynamics.ednb
ExplicitDynamics.edopt
ExplicitDynamics.edout
ExplicitDynamics.edpart
ExplicitDynamics.edpc
ExplicitDynamics.edpl
ExplicitDynamics.edrc
ExplicitDynamics.edrd
ExplicitDynamics.edrst
ExplicitDynamics.edrun
ExplicitDynamics.edshell
ExplicitDynamics.edsolv
ExplicitDynamics.edsp
ExplicitDynamics.edstart
ExplicitDynamics.edterm
ExplicitDynamics.edwrite
ExplicitDynamics.rexport
22 changes: 13 additions & 9 deletions doc/source/mapdl_commands/prep7/hard_points.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.. _ref_hard_points_commands_api:

***********
Hard points
***********
.. _ref_hard_points:

.. currentmodule:: ansys.mapdl.core

These PREP7 commands are used to create, modify, list, etc., hard points.
HardPoints
==========


.. currentmodule:: ansys.mapdl.core._commands.prep7.hard_points

.. autoclass:: ansys.mapdl.core._commands.prep7.hard_points.HardPoints

.. autosummary::
:toctree: _autosummary/
:template: base.rst
:toctree: _autosummary


Mapdl.hptcreate
Mapdl.hptdelete
HardPoints.hptcreate
HardPoints.hptdelete
Loading
Loading