Skip to content

Commit 161bc29

Browse files
kanthadyaRobPasMuePipKat
authored
Doc2 (#206)
Co-authored-by: Roberto Pastor Muela <[email protected]> Co-authored-by: Kathy Pippert <[email protected]>
1 parent 49a4e54 commit 161bc29

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ Project Overview
1010
There are 3 related packages here, pre and solver are all under the ansys/pydyna/ directory,
1111
while pyDPF is used for post-processing.
1212

13-
pre contains highly abstracted APIs for setting up a LS-DYNA input deck, so far,
13+
**pre** contains highly abstracted APIs for setting up a LS-DYNA input deck, so far,
1414
it includes DynaMech, DynaIGA, DynaICFD, DynaSALE, DynaEM, DynaAirbag and so on.
1515

16-
solver contains code for interfacing with the LS-DYNA solver directly.
16+
**solver** contains code for interfacing with the LS-DYNA solver directly.
1717
As LS-DYNA is primarily a batch solver with very limited interactive
1818
capabilities, the code here is similarly limited. The target
1919
use case is that LS-DYNA will be running in a container environment
2020
such as Docker or Kubernetes. The code here then allows for pushing
2121
input files to the container, starting LS-DYNA and monitoring its
2222
progress, and retrieving results files.
2323

24-
The Data Processing Framework (DPF) is designed to provide numerical
24+
The **Data Processing Framework (DPF)** is designed to provide numerical
2525
simulation users/engineers with a toolbox for accessing and
2626
transforming simulation data. DPF can access data from solver result
2727
files as well as several neutral formats (csv, hdf5, vtk,

doc/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ PyDyna documentation |version|
22
===============================
33

44
.. include:: ../../README.rst
5-
5+
.. include:: ../../docker/pre/README.rst
6+
.. include:: ../../docker/solver/README.rst
67

78
.. jinja:: main_toctree
89

docker/pre/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Build pydyna-pre service docker container
2-
:::::::::::::::::::::::::::::::::::::::::
1+
Create your own pydyna-pre service docker container
2+
:::::::::::::::::::::::::::::::::::::::::::::::::::
33

44
The pydyna-pre service Docker containers can be easily built by following
55
these steps.

docker/solver/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Build pydyna-solver service docker container
2-
::::::::::::::::::::::::::::::::::::::::::::
1+
Create your own pydyna-solver service docker container
2+
::::::::::::::::::::::::::::::::::::::::::::::::::::::
33

44
The pydyna-solver service Docker containers can be easily built by following
55
these steps.

0 commit comments

Comments
 (0)