Skip to content

Commit 21653fd

Browse files
authored
Update example.rst
1 parent 79e2d60 commit 21653fd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/getting-started/example.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
The next few sections show how to preprocess, solve, and postprocess a ball plate example.
1+
The next few sections show how to preprocessing, solve, and postprocessing a ball plate example.
22

3-
Preprocess
4-
~~~~~~~~~~
5-
The following code preprocesses a ball plate example. In the repository, you can get the
3+
Preprocessing
4+
~~~~~~~~~~~~~
5+
The following code processes a ball plate example. In the repository, you can get the
66
input file from ``src/ansys/dyna/core/pre/examples/explicit/ball_plate/ball_plate.k`` and
77
the Python file from ``examples/Explicit/ball_plate.py``.
88

@@ -104,9 +104,9 @@ you can get the Python file from ``examples/solver/ball_plate_solver.py``.
104104
dyna.run("i=ball_plate.k memory=10m ncycle=20000") # begin execution
105105
106106
107-
Postprocess
108-
~~~~~~~~~~~
109-
The following code postprocesses results from the solve of this basic ball plate example:
107+
Postprocessing
108+
~~~~~~~~~~~~~~
109+
The following code processes results from the solve of this basic ball plate example:
110110

111111
.. code:: python
112112
@@ -138,4 +138,4 @@ The following code postprocesses results from the solve of this basic ball plate
138138
fields_top.animate()
139139
140140
For more examples, see `Examples <https://dyna.docs.pyansys.com/version/stable/examples/index.html>`_
141-
in the PyDYNA documentation.
141+
in the PyDYNA documentation.

0 commit comments

Comments
 (0)