File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77
77
=====
78
78
Here is a basic preprocessing example:
79
79
80
- Get the input file from "pydyna \\ src\\ ansys\\ dyna\\ core\\ pre\\ examples\\ explicit\\ ball_plate\\ ball_plate.k"
80
+ Get the input file from (`` <repository-root-folder>/ src/ ansys/ dyna/ core/ pre/ examples/ explicit/ ball_plate/ ball_plate.k``)
81
81
82
- The follow example can be obtained from "pydyna \\ examples\\ Explicit\\ ball_plate.py"
82
+ The follow example can be obtained from (`` <repository-root-folder>/ examples/ Explicit/ ball_plate.py``)
83
83
84
84
.. code :: python
85
85
@@ -164,7 +164,7 @@ The follow example can be obtained from "pydyna\\examples\\Explicit\\ball_plate.
164
164
165
165
Here is a basic solving example:
166
166
167
- The follow example can be obtained from "pydyna \\ examples\\ solver\\ ball_plate_solver.py"
167
+ The follow example can be obtained from (`` <repository-root-folder>/ examples/ solver/ ball_plate_solver.py``)
168
168
169
169
.. code :: python
170
170
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ Prerequisites
22
22
see the `Docker website <https://www.docker.com >`_ for more information.
23
23
24
24
* Download the latest Linux release artifacts for the Linux Docker container:
25
- `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.1 /linux-binaries.zip >`_.
25
+ `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.4 /linux-binaries.zip >`_.
26
26
27
- * Move these ZIP files to the current location (``<repository-root-folder>/docker ``).
27
+ * Move these ZIP files to the current location (``<repository-root-folder>/docker/pre ``).
28
28
29
29
Starting the docker container
30
30
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
31
32
32
There are two ways to start docker container.
33
33
34
- 1.bulid image and run container
34
+ 1.build image and run container
35
35
36
36
37
37
Build the Docker image
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ Prerequisites
25
25
`Install Linux on Windows with WSL <https://learn.microsoft.com/en-us/windows/wsl/install >`_.
26
26
27
27
* Download the latest Linux release artifacts for the Linux Docker container:
28
- `mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/tag/v0.3.1 /mppdyna_docker_centos7.zip >`_.
28
+ `mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/tag/v0.3.4 /mppdyna_docker_centos7.zip >`_.
29
29
30
- * Move these ZIP files to the directory of pydyna /docker/solver and unzip the mppdyna_docker_centos7.zip file.
30
+ * Move this ZIP file to the current location (`` <repository-root-folder> /docker/solver``) and unzip the mppdyna_docker_centos7.zip file.
31
31
32
32
The files in this folder should look similar to this:
33
33
34
34
.. code :: bash
35
35
36
- >>> Dockerfile README.rst do_build docker-compose.yml docker_dir mpi mppdyna_docker_centos7.zip ssh IMAGE ID CREATED SIZE
36
+ >>> Dockerfile README.rst do_build docker-compose.yml docker_dir mpi mppdyna_docker_centos7.zip
37
37
38
38
Build the Docker image
39
39
----------------------
You can’t perform that action at this time.
0 commit comments