File tree Expand file tree Collapse file tree 13 files changed +62
-43
lines changed
src/ansys/dyna/core/solver Expand file tree Collapse file tree 13 files changed +62
-43
lines changed Original file line number Diff line number Diff line change 1
1
documentation :
2
- - doc/source/**/*
3
- - README.rst
2
+ - changed-files :
3
+ - any-glob-to-any-file : ['doc/**/*', ' README.rst']
4
4
maintenance :
5
- - .github/**/*
6
- - .flake8
7
- - pyproject.toml
5
+ - changed-files :
6
+ - any-glob-to-any-file : ['.github/**/*', 'pyproject.toml', '.flake8']
8
7
dependencies :
9
- - pyproject.toml
8
+ - changed-files :
9
+ - any-glob-to-any-file : ['pyproject.toml']
10
10
testing :
11
- - _unittest/conftest.py
12
- - tests/*
11
+ - changed-files :
12
+ - any-glob-to-any-file : ['_unittest/conftest.py', ' tests/*']
Original file line number Diff line number Diff line change 46
46
uses : actions/checkout@v4
47
47
48
48
- name : " Set up Python ${{ env.MAIN_PYTHON_VERSION }}"
49
- uses : actions/setup-python@v4
49
+ uses : actions/setup-python@v5
50
50
with :
51
51
python-version : ${{ env.MAIN_PYTHON_VERSION }}
52
52
cache : ' pip'
@@ -144,7 +144,7 @@ jobs:
144
144
uses : actions/checkout@v4
145
145
146
146
- name : " Set up Python"
147
- uses : actions/setup-python@v4
147
+ uses : actions/setup-python@v5
148
148
with :
149
149
python-version : ${{ env.MAIN_PYTHON_VERSION }}
150
150
cache : ' pip'
Original file line number Diff line number Diff line change 32
32
33
33
# Label based on modified files
34
34
- name : Label based on changed files
35
- uses : actions/labeler@v4
35
+ uses : actions/labeler@v5
36
36
with :
37
37
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
38
- sync-labels : ' '
39
38
40
39
# Label based on branch name
41
40
- uses : actions-ecosystem/action-add-labels@v1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Prerequisites
25
25
instructions from `this page <https://docs.docker.com/engine/install/ >`_.
26
26
27
27
* Download the latest Linux release artifacts for the ``pre `` Docker container:
28
- `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.4.2 /linux-binaries.zip >`_.
28
+ `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.4.3 /linux-binaries.zip >`_.
29
29
30
30
* Move this ZIP file to the ``docker/pre `` directory.
31
31
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Prerequisites
25
25
instructions from `this page <https://docs.docker.com/engine/install/ >`_.
26
26
27
27
* Download the latest Linux release artifacts for the ``solver `` Docker container:
28
- `mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/download/v0.4.2 /mppdyna_docker_centos7.zip >`_.
28
+ `mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/download/v0.4.3 /mppdyna_docker_centos7.zip >`_.
29
29
30
30
* Move this ZIP file to the ``docker/solver `` directory and unzip it in the same directory.
31
31
Original file line number Diff line number Diff line change 30
30
)
31
31
32
32
###############################################################################
33
- # Manually start the ``pre`` service
33
+ # Start the ``pre`` service
34
34
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server`` folder to a desired location.
36
- # Start the ``pre`` service at this location by running this command:
37
- #
38
- # ``python kwserver.py``
35
+ # Before starting the ``pre`` service, you must ensure that the Docker container
36
+ # for this service has been started. For more information, see "Start the Docker
37
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
38
+ #
39
+ # The ``pre`` service can also be started locally, please download the latest version of
40
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
41
+ # refering to the README.rst file in this server package.
39
42
#
40
43
# Once the ``pre`` service is running, you can connect a client to it using
41
44
# the hostname and port. This example uses the default localhost and port
Original file line number Diff line number Diff line change 42
42
# Before starting the ``pre`` service, you must ensure that the Docker container
43
43
# for this service has been started. For more information, see "Start the Docker
44
44
# container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
45
+ #
46
+ # The ``pre`` service can also be started locally, please download the latest version of
47
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
48
+ # refering to the README.rst file in this server package.
45
49
#
46
50
# Once the ``pre`` service is running, you can connect a client to it using
47
51
# the host name and port. This code uses the default localhost and port
Original file line number Diff line number Diff line change 44
44
# sphinx_gallery_thumbnail_path = '_static/pre/explicit/belted_dummy.png'
45
45
46
46
###############################################################################
47
- # Manually start the ``pre`` service
47
+ # Start the ``pre`` service
48
48
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server`` folder to a desired location.
50
- # Start the ``pre`` service at this location by running this command:
51
- #
52
- # ``python kwserver.py``
49
+ # Before starting the ``pre`` service, you must ensure that the Docker container
50
+ # for this service has been started. For more information, see "Start the Docker
51
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
52
+ #
53
+ # The ``pre`` service can also be started locally, please download the latest version of
54
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
55
+ # refering to the README.rst file in this server package.
53
56
#
54
57
# Once the ``pre`` service is running, you can connect a client to it using
55
58
# the host name and port. This example uses the default localhost and port
Original file line number Diff line number Diff line change 41
41
from ansys .dyna .core .pre import examples
42
42
43
43
###############################################################################
44
- # Manually start the ``pre`` service
44
+ # Start the ``pre`` service
45
45
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server`` folder to a desired location.
47
- # Start the ``pre`` service at this location by running this command:
48
- #
49
- # ``python kwserver.py``
46
+ # Before starting the ``pre`` service, you must ensure that the Docker container
47
+ # for this service has been started. For more information, see "Start the Docker
48
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
49
+ #
50
+ # The ``pre`` service can also be started locally, please download the latest version of
51
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
52
+ # refering to the README.rst file in this server package.
50
53
#
51
54
# Once the ``pre`` service is running, you can connect a client to it using
52
55
# the hostname and port. This example uses the default localhost and port
Original file line number Diff line number Diff line change 31
31
from ansys .dyna .core .pre import examples
32
32
# sphinx_gallery_thumbnail_path = '_static/pre/nvh/frf_plate_damping.png'
33
33
###############################################################################
34
- # Manually start the ``pre`` service
34
+ # Start the ``pre`` service
35
35
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server`` folder to a desired location.
37
- # Start the ``pre`` service at this location by running this command:
38
- #
39
- # ``python kwserver.py``
36
+ # Before starting the ``pre`` service, you must ensure that the Docker container
37
+ # for this service has been started. For more information, see "Start the Docker
38
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
39
+ #
40
+ # The ``pre`` service can also be started locally, please download the latest version of
41
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
42
+ # refering to the README.rst file in this server package.
40
43
#
41
44
# Once the ``pre`` service is running, you can connect a client to it using
42
45
# the hostname and port. This example uses the default localhost and port
You can’t perform that action at this time.
0 commit comments