File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
doc/source/getting-started Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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.
2
2
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
6
6
input file from ``src/ansys/dyna/core/pre/examples/explicit/ball_plate/ball_plate.k `` and
7
7
the Python file from ``examples/Explicit/ball_plate.py ``.
8
8
@@ -104,9 +104,9 @@ you can get the Python file from ``examples/solver/ball_plate_solver.py``.
104
104
dyna.run(" i=ball_plate.k memory=10m ncycle=20000" ) # begin execution
105
105
106
106
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:
110
110
111
111
.. code :: python
112
112
@@ -138,4 +138,4 @@ The following code postprocesses results from the solve of this basic ball plate
138
138
fields_top.animate()
139
139
140
140
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.
You can’t perform that action at this time.
0 commit comments