Skip to content

Commit

Permalink
Revert "Using glob and not specifying files"
Browse files Browse the repository at this point in the history
This reverts commit ff8138f.
  • Loading branch information
germa89 committed Apr 26, 2024
1 parent d56028c commit 1587159
Showing 1 changed file with 115 additions and 35 deletions.
150 changes: 115 additions & 35 deletions doc/source/mapdl_commands/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ are grouped by capability.

.. toctree::
:maxdepth: 1
:glob:

session/*
session/run_controls
session/processor_entry
session/files
session/list_controls


********
Expand All @@ -37,9 +39,13 @@ These commands are used to operate on the database globally.

.. toctree::
:maxdepth: 1
:glob:

database/*
database/setup
database/selecting
database/components
database/working_plane
database/coord_sys
database/picking

********
Graphics
Expand All @@ -48,9 +54,14 @@ These commands are used to control the graphics of the program.

.. toctree::
:maxdepth: 1
:glob:

graphics/*
graphics/setup
graphics/views
graphics/scaling
graphics/style
graphics/labeling
graphics/graphs
graphics/annotation


****
Expand All @@ -61,9 +72,13 @@ These commands make up the ANSYS Parametric Design Language

.. toctree::
:maxdepth: 1
:glob:

apdl/*
apdl/parameter_definition
apdl/macro_files
apdl/abbreviations
apdl/array_parm
apdl/matrix_op
apdl/process_controls

.. _ref_prep_commands:

Expand All @@ -76,9 +91,32 @@ These commands are used to create and set up the model.

.. toctree::
:maxdepth: 1
:glob:

prep7/*
prep7/database
prep7/element_type
prep7/real_constants
prep7/materials
prep7/material_data_tables
prep7/primitives
prep7/keypoints
prep7/hard_points
prep7/lines
prep7/areas
prep7/volumes
prep7/booleans
prep7/meshing
prep7/nodes
prep7/elements
prep7/superelements
prep7/digitizing
prep7/coupled_dof
prep7/constraint_equations
prep7/status
prep7/explicit_dynamics
prep7/sections
prep7/morphing
prep7/artificially_matched_layers
prep7/special_purpose


********
Expand All @@ -88,9 +126,37 @@ These commands are used to load and solve the model.

.. toctree::
:maxdepth: 1
:glob:

solution/*
solution/analysis_options
solution/nonlinear_options
solution/dynamic_options
solution/spectrum_options
solution/load_step_options
solution/solid_constraints
solution/solid_forces
solution/solid_surface_loads
solution/solid_body_loads
solution/inertia
solution/miscellaneous_loads
solution/load_step_operations
solution/master_dof
solution/gap_conditions
solution/rezoning
solution/2d_to_3d_analysis
solution/birth_and_death
solution/fe_constraints
solution/fe_forces
solution/fe_surface_loads
solution/fe_body_loads
solution/ocean
solution/solution_status
solution/radiosity
solution/multi_field_solver_definition_commands
solution/multi_field_solver_global_controls
solution/multi_field_solver_time_controls
solution/multi_field_solver_load_transfer
solution/multi_field_solver_convergence_controls
solution/multi_field_solver_interface_mapping

*****
POST1
Expand All @@ -100,9 +166,21 @@ processor.

.. toctree::
:maxdepth: 1
:glob:

post1/*
post1/setup
post1/controls
post1/results
post1/element_table
post1/listing
post1/animation
post1/path_operations
post1/surface_operations
post1/load_case
post1/magnetics_calc
post1/trace_points
post1/special
post1/status
post1/failure_criteria

******
POST26
Expand All @@ -112,9 +190,14 @@ time-history processor.

.. toctree::
:maxdepth: 1
:glob:

post26/*
post26/setup
post26/controls
post26/operations
post26/display
post26/listing
post26/special
post26/status


****
Expand All @@ -125,9 +208,9 @@ binary files produced by the program.

.. toctree::
:maxdepth: 1
:glob:

aux2/*
aux2/bin_dump
aux2/bin_manip


****
Expand All @@ -138,7 +221,6 @@ files by deleting sets or by changing values.

.. toctree::
:maxdepth: 1
:glob:

aux3

Expand All @@ -151,9 +233,10 @@ analyses.

.. toctree::
:maxdepth: 1
:glob:

aux12/*
aux12/general_radiation
aux12/radiation_mat
aux12/radiosity_solver


*****
Expand All @@ -163,7 +246,6 @@ These commands are used to read in an IGES file for analysis in ANSYS.

.. toctree::
:maxdepth: 1
:glob:

aux15

Expand All @@ -176,7 +258,6 @@ onto the existing geometry.

.. toctree::
:maxdepth: 1
:glob:

map

Expand All @@ -193,9 +274,8 @@ produced within ANSYS.

.. toctree::
:maxdepth: 1
:glob:

display/*
display/setup


**********************
Expand All @@ -207,9 +287,11 @@ produced within ANSYS.

.. toctree::
:maxdepth: 1
:glob:

reduced/*
reduced/setup
reduced/preparation
reduced/generation
reduced/use_pass

*******************
Connection commands
Expand All @@ -219,7 +301,6 @@ These commands read in external CAD files into MAPDL.

.. toctree::
:maxdepth: 1
:glob:

conn

Expand All @@ -232,26 +313,25 @@ Undocumented miscellaneous commands.

.. toctree::
:maxdepth: 1
:glob:

misc



*****************************
Undocumented inquire commands
*****************************

Undocumented inquire commands.

.. warning::
**DISCLAIMER**:
This function is un-documented in the official ANSYS Command Reference Guide.
Hence its support is limited and it use is not encouraged.
**Please use it with caution.**
.. warning:: **DISCLAIMER**: This function is un-documented in the official ANSYS Command Reference Guide.
Hence its support is limited and it use is not encouraged.
**Please use it with caution.**


.. toctree::
:maxdepth: 1
:glob:

inqfun


0 comments on commit 1587159

Please sign in to comment.