Commit ce168fa
Dokken/bump release (#249)
* Update elasticity_scaling.md (#242)
* Improve workflow handling (#118)
* Create common action for all workflows and split them into multiple files
* Dokken/update fspace and wmtgs (#127)
* fix runs-on
* Minor improvements in linearelasticity.md (#124)
* Fix various things on release branch
* Try adding trame
* Revert fundamentals
* Membrane code
* More updates due to autoformatting
* Lagrange -> CG back conversion
* Change to github image
---------
Co-authored-by: Julius Herb <[email protected]>
* Update petsc arches
* Fix bounding boxes and more (#135)
* Start fixing code for nightly build
* rerun all files
* Try fixing subdomains
* Fix meshio
* PETSc python API update (#137)
* Resolve #136
* Fixes related to: FEniCS/dolfinx#2703
* Update changelog
* Make sure all notebooks run. Change to pathlib in some examples
* Api changes related to: FEniCS/dolfinx#2763 (#142)
* Bump version numbers
* Bump version numbers (#149)
* Fix petsc arch
* Prepare v0.7.1 (#154)
* Merge branch 'main' into release and bump versions
* Delete obsolete file
* Temporary shift path in nightly test
* Make sure there are no warnigns in build
* Tabulation
* Updates compatible with nightly branch of DOLFINx (#156)
* Replace VectorElement and FiniteElement with `basix.ufl.element`.
Replace `dolfinx.fem.FunctionSpace` with `dolfinx.fem.functionspace`
* More updates
* And more
* Last vector element updates
* Bump pyvista and dolfinx to v0.7.2 (#159)
* Bump pyvista and dolfinx to v0.7.2
* remove -r
* Add further pyvista deps
* Bump versions
* Update petsc solver and pc links. Resolves #143 (#160)
* Fix typo and issue Issue on page /fem.html #122 (#161)
* Compute entity-cell connectivity before calling locate_dofs_topological.
Remove soon to be deprecated pyvista syntax for updating time dependent fields.
Fix range->np.arange conversion
* Update backend in workflow
* Fix broken link (#140) + http:// to https:// (#162)
* Run book build prior to parallel run
* Add back write frame
* Fix wrong link
* Fix typo in changelog
* Merge main into release (#189)
* Merge main into release
* Apply suggestions from code review
* Various fixes when reading through the diff
* Further fixes
* add missing checkout (#191)
* add missing checkout
* Add test docker on release PR and release (only push on tag
* Remove unused import
* Update text to resolve #194 (#195)
* Dokken/update nonlin options (#203)
* Update options for non-linear solver to sensible choice, ref #200
* Update docker path
* Update python file as well
* Update config ptr (#207)
* Pressure correction equation fix (#196)
* Update fundamentals.md (#199)
on line 110, updated a typesetting error in equation (3)
* Change from vector to petsc_vec (#206)
* dolfinx.fem.Form changed to dolfinx.fem.form (#213)
* Update compiler_parameters.ipynb
In the text it was mentioned that `dolfinx.fem.Form` was used to compile the form, instead of `dolfinx.fem.form`. Not matching the code cell.
* jupytext sync
* Form -> form in both py and ipynb and LinearProblem -> fem.petsc.LinearProblem
* Update book_stable.yml
* Update test_stable.yml
* Fix python path in test
* Fix CI (#227)
* Bump docker/build-push-action from 5 to 6 (#221)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/configure-pages from 4 to 5 (#222)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v4...v5)
---
updated-dependencies:
- dependency-name: actions/configure-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update book_stable.yml (#225)
* Update book_stable.yml
* Update test_stable.yml
* resolve #224 (#226)
* Update test_stable.yml
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_stable.yml (#235)
* Add libgl flag to ci (#238)
* Update elasticity_scaling.md
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Jørgen Schartum Dokken <[email protected]>
Co-authored-by: Jørgen S. Dokken <[email protected]>
Co-authored-by: Julius Herb <[email protected]>
Co-authored-by: rossbm1 <[email protected]>
Co-authored-by: Manuel Pena <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update navierstokes.md (#247)
* Improve workflow handling (#118)
* Create common action for all workflows and split them into multiple files
* Dokken/update fspace and wmtgs (#127)
* fix runs-on
* Minor improvements in linearelasticity.md (#124)
* Fix various things on release branch
* Try adding trame
* Revert fundamentals
* Membrane code
* More updates due to autoformatting
* Lagrange -> CG back conversion
* Change to github image
---------
Co-authored-by: Julius Herb <[email protected]>
* Update petsc arches
* Fix bounding boxes and more (#135)
* Start fixing code for nightly build
* rerun all files
* Try fixing subdomains
* Fix meshio
* PETSc python API update (#137)
* Resolve #136
* Fixes related to: FEniCS/dolfinx#2703
* Update changelog
* Make sure all notebooks run. Change to pathlib in some examples
* Api changes related to: FEniCS/dolfinx#2763 (#142)
* Bump version numbers
* Bump version numbers (#149)
* Fix petsc arch
* Prepare v0.7.1 (#154)
* Merge branch 'main' into release and bump versions
* Delete obsolete file
* Temporary shift path in nightly test
* Make sure there are no warnigns in build
* Tabulation
* Updates compatible with nightly branch of DOLFINx (#156)
* Replace VectorElement and FiniteElement with `basix.ufl.element`.
Replace `dolfinx.fem.FunctionSpace` with `dolfinx.fem.functionspace`
* More updates
* And more
* Last vector element updates
* Bump pyvista and dolfinx to v0.7.2 (#159)
* Bump pyvista and dolfinx to v0.7.2
* remove -r
* Add further pyvista deps
* Bump versions
* Update petsc solver and pc links. Resolves #143 (#160)
* Fix typo and issue Issue on page /fem.html #122 (#161)
* Compute entity-cell connectivity before calling locate_dofs_topological.
Remove soon to be deprecated pyvista syntax for updating time dependent fields.
Fix range->np.arange conversion
* Update backend in workflow
* Fix broken link (#140) + http:// to https:// (#162)
* Run book build prior to parallel run
* Add back write frame
* Fix wrong link
* Fix typo in changelog
* Merge main into release (#189)
* Merge main into release
* Apply suggestions from code review
* Various fixes when reading through the diff
* Further fixes
* add missing checkout (#191)
* add missing checkout
* Add test docker on release PR and release (only push on tag
* Remove unused import
* Update text to resolve #194 (#195)
* Dokken/update nonlin options (#203)
* Update options for non-linear solver to sensible choice, ref #200
* Update docker path
* Update python file as well
* Update config ptr (#207)
* Pressure correction equation fix (#196)
* Update fundamentals.md (#199)
on line 110, updated a typesetting error in equation (3)
* Change from vector to petsc_vec (#206)
* dolfinx.fem.Form changed to dolfinx.fem.form (#213)
* Update compiler_parameters.ipynb
In the text it was mentioned that `dolfinx.fem.Form` was used to compile the form, instead of `dolfinx.fem.form`. Not matching the code cell.
* jupytext sync
* Form -> form in both py and ipynb and LinearProblem -> fem.petsc.LinearProblem
* Update book_stable.yml
* Update test_stable.yml
* Fix python path in test
* Fix CI (#227)
* Bump docker/build-push-action from 5 to 6 (#221)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/configure-pages from 4 to 5 (#222)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v4...v5)
---
updated-dependencies:
- dependency-name: actions/configure-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update book_stable.yml (#225)
* Update book_stable.yml
* Update test_stable.yml
* resolve #224 (#226)
* Update test_stable.yml
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_stable.yml (#235)
* Add libgl flag to ci (#238)
* Update navierstokes.md
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Jørgen Schartum Dokken <[email protected]>
Co-authored-by: Jørgen S. Dokken <[email protected]>
Co-authored-by: Julius Herb <[email protected]>
Co-authored-by: rossbm1 <[email protected]>
Co-authored-by: Manuel Pena <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Adding Acoustic Helmholtz equation to the tutorial (#232)
* Acoustic Helmholtz scripts
helmholtz.md contains the mathematical derivation of the variational formulation, while the helmholtz_code scripts contain the implementation.
* Fix
* equations rendering bug fixed
* Update helmholtz.md
Equations rendering second fix, missing spaces
* Major updates to helmholtz
* Add to toc
* Updates to helmholtz
* Update to work in parallel
---------
Co-authored-by: jorgensd <[email protected]>
* Make helmholtz backwards compatible (#248)
* Native arm build (#240)
* Try new publish workflow
* Fix platform choice
* Update workflow to merge artifacts to one place
* Set retention days to minimum
* Fix name
* change name to pattern
* Minor improvements
* Try new strategy
* Remove duplicate tag
* Revert platform tags
* Use correct dockerfile
* remove first login
* Add merge skip if not pushing on release or tagging
* Set push to false as we don't need the images before merging.
* Remove push
* Remove conditional to check that simpler code runs
* Add back pushtrue
* Revert comment
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: mleoni-pf <[email protected]>
Co-authored-by: Julius Herb <[email protected]>
Co-authored-by: rossbm1 <[email protected]>
Co-authored-by: Manuel Pena <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonio Baiano Svizzero <[email protected]>1 parent 260fa82 commit ce168fa
File tree
7 files changed
+1036
-27
lines changed- .github/workflows
- chapter2
7 files changed
+1036
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
48 | 59 | | |
49 | 60 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 61 | | |
54 | | - | |
55 | | - | |
| 62 | + | |
56 | 63 | | |
| 64 | + | |
57 | 65 | | |
58 | | - | |
59 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
60 | 73 | | |
| 74 | + | |
61 | 75 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
0 commit comments