File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-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 @@ -20,18 +20,22 @@ Prerequisites
20
20
21
21
* Ensure that Docker is installed on your machine. If you do not have Docker installed,
22
22
see the `Docker website <https://www.docker.com >`_ for more information.
23
+
24
+ * If you are building the image on Windows, ensure that the Windows Subsystem for Linux (WSL)
25
+ is installed. For installation information, see Microsoft's
26
+ `Install Linux on Windows with WSL <https://learn.microsoft.com/en-us/windows/wsl/install >`_.
23
27
24
28
* 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 >`_.
29
+ `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.4 /linux-binaries.zip >`_.
26
30
27
- * Move these ZIP files to the current location (``<repository-root-folder>/docker ``).
31
+ * Move this ZIP file to the current location (``<repository-root-folder>/docker/pre ``).
28
32
29
33
Starting the docker container
30
34
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
35
32
36
There are two ways to start docker container.
33
37
34
- 1.bulid image and run container
38
+ 1.build image and run container
35
39
36
40
37
41
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/download /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