Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
51475d1
feat: ``post1`` submodule (1/2)
clatapie Jun 4, 2025
9963895
chore: adding changelog file 3983.miscellaneous.md [dependabot-skip]
pyansys-ci-bot Jun 4, 2025
7f3ea1c
fix: ``__init__.py`` files in ``post1`` and ``post1_``
clatapie Jun 4, 2025
d7ab926
Merge branch 'feat/post1_submodule' of https://github.com/ansys/pymap…
clatapie Jun 4, 2025
f8f27d7
fix: adding ``linuxdoc`` to doc dependencies
clatapie Jun 4, 2025
dc9e9dc
chore: adding changelog file 3983.dependencies.md [dependabot-skip]
pyansys-ci-bot Jun 4, 2025
d33c58f
fix: ``char_`` argument and whitespaces
clatapie Jun 4, 2025
2c9f38d
Merge branch 'feat/post1_submodule' of https://github.com/ansys/pymap…
clatapie Jun 4, 2025
ee6152f
chore: adding changelog file 3983.miscellaneous.md [dependabot-skip]
pyansys-ci-bot Jun 4, 2025
61059d5
chore: adding changelog file 3983.dependencies.md [dependabot-skip]
pyansys-ci-bot Jun 4, 2025
0245871
fix: removing ``warning treated as errors`` in doc build
clatapie Jun 4, 2025
08edfad
Merge branch 'feat/post1_submodule' of https://github.com/ansys/pymap…
clatapie Jun 4, 2025
9bdf02f
fix: removing ``warning treated as errors`` in doc build - 2
clatapie Jun 4, 2025
16f9686
chore: adding changelog file 3983.documentation.md [dependabot-skip]
pyansys-ci-bot Jun 4, 2025
cd21bd7
Merge branch 'main' into feat/post1_submodule
clatapie Jun 10, 2025
f323335
chore: adding changelog file 3983.documentation.md [dependabot-skip]
pyansys-ci-bot Jun 11, 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
31 changes: 31 additions & 0 deletions doc/source/mapdl_commands/post1/_fatigue.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

.. _ref__fatigue:


Fatigue
=======


.. currentmodule:: ansys.mapdl.core._commands.post1._fatigue

.. autoclass:: ansys.mapdl.core._commands.post1._fatigue.Fatigue

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


Fatigue.fe
Fatigue.felist
Fatigue.fl
Fatigue.fllist
Fatigue.fp
Fatigue.fplist
Fatigue.fs
Fatigue.fsdele
Fatigue.fslist
Fatigue.fsnode
Fatigue.fsplot
Fatigue.ftcalc
Fatigue.ftsize
Fatigue.ftwrite
19 changes: 19 additions & 0 deletions doc/source/mapdl_commands/post1/_special_purpose.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

.. _ref__special_purpose:


SpecialPurpose
==============


.. currentmodule:: ansys.mapdl.core._commands.post1._special_purpose

.. autoclass:: ansys.mapdl.core._commands.post1._special_purpose.SpecialPurpose

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


SpecialPurpose.kcalc
SpecialPurpose.plcrack
47 changes: 25 additions & 22 deletions doc/source/mapdl_commands/post1/animation.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
.. _ref_animation_api:

*********
.. _ref_animation:


Animation
*********
=========


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.post1.animation

These POST1 commands are used to animate results.
.. autoclass:: ansys.mapdl.core._commands.post1.animation.Animation

.. autosummary::
:toctree: _autosummary/

Mapdl.ancntr
Mapdl.ancut
Mapdl.andata
Mapdl.andscl
Mapdl.ancyc
Mapdl.andyna
Mapdl.anfile
Mapdl.anflow
Mapdl.anharm
Mapdl.anim
Mapdl.anisos
Mapdl.anmode
Mapdl.anmres
Mapdl.antime
Mapdl.trtime
:template: base.rst
:toctree: _autosummary


Animation.ancntr
Animation.ancut
Animation.ancyc
Animation.andata
Animation.andscl
Animation.andyna
Animation.anfile
Animation.anflow
Animation.anharm
Animation.anim
Animation.anisos
Animation.anmode
Animation.antime
Animation.trtime
35 changes: 20 additions & 15 deletions doc/source/mapdl_commands/post1/controls.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
.. _ref_controls_api:

********
.. _ref_controls:


Controls
********
========


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.post1.controls

These POST1 commands are used to control the calculations done for
other commands.
.. autoclass:: ansys.mapdl.core._commands.post1.controls.Controls

.. autosummary::
:toctree: _autosummary/

Mapdl.avprin
Mapdl.avres
Mapdl.efacet
Mapdl.ernorm
Mapdl.inres
Mapdl.layer
Mapdl.rsys
:template: base.rst
:toctree: _autosummary


Controls.avprin
Controls.avres
Controls.efacet
Controls.ernorm
Controls.force
Controls.inres
Controls.layer
Controls.rsys
Controls.shell
61 changes: 31 additions & 30 deletions doc/source/mapdl_commands/post1/element_table.rst
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
.. _ref_element_table_api:

*************
Element table
*************
.. _ref_element_table:

.. currentmodule:: ansys.mapdl.core

These POST1 commands are used to operate with the element table, which
in turn is used to process results stored for each element, such as
average stresses, heat fluxes, etc.
ElementTable
============


.. currentmodule:: ansys.mapdl.core._commands.post1.element_table

.. autoclass:: ansys.mapdl.core._commands.post1.element_table.ElementTable

.. autosummary::
:toctree: _autosummary/

Mapdl.detab
Mapdl.esort
Mapdl.etable
Mapdl.eusort
Mapdl.pletab
Mapdl.plls
Mapdl.pretab
Mapdl.sabs
Mapdl.sadd
Mapdl.sallow
Mapdl.sexp
Mapdl.sfact
Mapdl.sfcalc
Mapdl.smax
Mapdl.smin
Mapdl.smult
Mapdl.ssum
Mapdl.tallow
Mapdl.vcross
Mapdl.vdot
:template: base.rst
:toctree: _autosummary


ElementTable.esort
ElementTable.etable
ElementTable.eusort
ElementTable.pletab
ElementTable.plls
ElementTable.pretab
ElementTable.sabs
ElementTable.sadd
ElementTable.sallow
ElementTable.sexp
ElementTable.sfact
ElementTable.sfcalc
ElementTable.smax
ElementTable.smin
ElementTable.smult
ElementTable.ssum
ElementTable.tallow
ElementTable.vcross
ElementTable.vdot
24 changes: 12 additions & 12 deletions doc/source/mapdl_commands/post1/failure_criteria.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.. _ref_failure_criteria_api:

****************
Failure criteria
****************
.. _ref_failure_criteria:

.. currentmodule:: ansys.mapdl.core

These POST1 commands are for use with the failure criteria.
FailureCriteria
===============


.. currentmodule:: ansys.mapdl.core._commands.post1.failure_criteria

.. autoclass:: ansys.mapdl.core._commands.post1.failure_criteria.FailureCriteria

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


Mapdl.fc
Mapdl.fccheck
Mapdl.fcdele
Mapdl.fclist
Mapdl.fctyp
FailureCriteria.fctyp
46 changes: 46 additions & 0 deletions doc/source/mapdl_commands/post1/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

.. _ref_post1:

Post1
=====

.. list-table::

* - :ref:`ref_animation`
* - :ref:`ref_set_up`
* - :ref:`ref_controls`
* - :ref:`ref_special_purpose`
* - :ref:`ref_status`
* - :ref:`_ref_magnetics_calculations`
* - :ref:`ref_element_table`
* - :ref:`ref_failure_criteria`
* - :ref:`ref__fatigue`
* - :ref:`ref_listing`
* - :ref:`ref_path_operations`
* - :ref:`ref__special_purpose`
* - :ref:`ref_load_case_calculations`
* - :ref:`ref_results`
* - :ref:`ref_trace_points`
* - :ref:`ref_surface_operations`


.. toctree::
:maxdepth: 1
:hidden:

animation
setup
controls
special
status
magnetics_calc
element_table
failure_criteria
_fatigue
listing
path_operations
_special_purpose
load_case_calculations
results
trace_points
surface_operations
30 changes: 17 additions & 13 deletions doc/source/mapdl_commands/post1/listing.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
.. _ref_listing_api:

*******
.. _ref_listing:


Listing
*******
=======


.. currentmodule:: ansys.mapdl.core
.. currentmodule:: ansys.mapdl.core._commands.post1.listing

These POST1 commands are used to control printed listings of results.
.. autoclass:: ansys.mapdl.core._commands.post1.listing.Listing

.. autosummary::
:toctree: _autosummary/

Mapdl.format
Mapdl.header
Mapdl.irlist
Mapdl.page
Mapdl.prerr
Mapdl.priter
:template: base.rst
:toctree: _autosummary


Listing.format
Listing.header
Listing.irlist
Listing.page
Listing.prerr
Listing.priter
25 changes: 0 additions & 25 deletions doc/source/mapdl_commands/post1/load_case.rst

This file was deleted.

27 changes: 27 additions & 0 deletions doc/source/mapdl_commands/post1/load_case_calculations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

.. _ref_load_case_calculations:


LoadCaseCalculations
====================


.. currentmodule:: ansys.mapdl.core._commands.post1.load_case_calculations

.. autoclass:: ansys.mapdl.core._commands.post1.load_case_calculations.LoadCaseCalculations

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


LoadCaseCalculations.lcabs
LoadCaseCalculations.lcase
LoadCaseCalculations.lcdef
LoadCaseCalculations.lcfact
LoadCaseCalculations.lcfile
LoadCaseCalculations.lcoper
LoadCaseCalculations.lcsel
LoadCaseCalculations.lcwrite
LoadCaseCalculations.lczero
LoadCaseCalculations.rappnd
2 changes: 1 addition & 1 deletion doc/source/mapdl_commands/post1/magnetics_calc.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _ref_magnetics Calculations_api:
.. _ref_magnetics_calculations:

**********************
Magnetics calculations
Expand Down
2 changes: 1 addition & 1 deletion doc/source/mapdl_commands/post1/setup.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _ref_setup_api:
.. _ref_set_up:

*****
Setup
Expand Down
Loading
Loading