-
Notifications
You must be signed in to change notification settings - Fork 140
feat: post1 submodule (1/2) - disabled due to merging branch issue
#3983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
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 9963895
chore: adding changelog file 3983.miscellaneous.md [dependabot-skip]
pyansys-ci-bot 7f3ea1c
fix: ``__init__.py`` files in ``post1`` and ``post1_``
clatapie d7ab926
Merge branch 'feat/post1_submodule' of https://github.com/ansys/pymap…
clatapie f8f27d7
fix: adding ``linuxdoc`` to doc dependencies
clatapie dc9e9dc
chore: adding changelog file 3983.dependencies.md [dependabot-skip]
pyansys-ci-bot d33c58f
fix: ``char_`` argument and whitespaces
clatapie 2c9f38d
Merge branch 'feat/post1_submodule' of https://github.com/ansys/pymap…
clatapie ee6152f
chore: adding changelog file 3983.miscellaneous.md [dependabot-skip]
pyansys-ci-bot 61059d5
chore: adding changelog file 3983.dependencies.md [dependabot-skip]
pyansys-ci-bot 0245871
fix: removing ``warning treated as errors`` in doc build
clatapie 08edfad
Merge branch 'feat/post1_submodule' of https://github.com/ansys/pymap…
clatapie 9bdf02f
fix: removing ``warning treated as errors`` in doc build - 2
clatapie 16f9686
chore: adding changelog file 3983.documentation.md [dependabot-skip]
pyansys-ci-bot cd21bd7
Merge branch 'main' into feat/post1_submodule
clatapie f323335
chore: adding changelog file 3983.documentation.md [dependabot-skip]
pyansys-ci-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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:: | ||
clatapie marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| :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 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. | ||
clatapie marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. | ||
clatapie marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/ | ||
clatapie marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| 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 | ||
This file was deleted.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
doc/source/mapdl_commands/post1/load_case_calculations.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| .. _ref_setup_api: | ||
| .. _ref_set_up: | ||
|
|
||
| ***** | ||
| Setup | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.