Commit 15c02f8
Fix typo (#300)
* 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 <43179176+juliusgh@users.noreply.github.com>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_stable.yml (#235)
* Add libgl flag to ci (#238)
* 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 <43179176+juliusgh@users.noreply.github.com>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Jørgen S. Dokken <dokken@simula.no>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
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 <43179176+juliusgh@users.noreply.github.com>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Jørgen S. Dokken <dokken@simula.no>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
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 <dokken92@gmail.com>
* 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] <support@github.com>
Co-authored-by: mleoni-pf <160495781+mleoni-pf@users.noreply.github.com>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonio Baiano Svizzero <107617271+bayswiss@users.noreply.github.com>
* Update linearelasticity_code.ipynb (#246)
* 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 <43179176+juliusgh@users.noreply.github.com>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_stable.yml (#235)
* Add libgl flag to ci (#238)
* Update linearelasticity_code.ipynb
* Add sync with `python3 -m jupytext --sync */*.ipynb`
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Jørgen S. Dokken <dokken@simula.no>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update linearelasticity_code.ipynb (#245)
* 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 <43179176+juliusgh@users.noreply.github.com>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_stable.yml (#235)
* Add libgl flag to ci (#238)
* Update linearelasticity_code.ipynb
* Add sync with
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Jørgen S. Dokken <dokken@simula.no>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update linearelasticity_code.ipynb (#244)
* 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 <43179176+juliusgh@users.noreply.github.com>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_stable.yml (#235)
* Add libgl flag to ci (#238)
* Update linearelasticity_code.ipynb
* Sync file
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Jørgen S. Dokken <dokken@simula.no>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update linearelasticity_code.ipynb (#243)
* 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 <43179176+juliusgh@users.noreply.github.com>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_stable.yml (#235)
* Add libgl flag to ci (#238)
* Update linearelasticity_code.ipynb
* sync
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Jørgen S. Dokken <dokken@simula.no>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update ns_code2.ipynb (#241)
* 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 <43179176+juliusgh@users.noreply.github.com>
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update test_stable.yml (#235)
* Add libgl flag to ci (#238)
* Update ns_code2.ipynb
* Update ns code
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jørgen Schartum Dokken <dokken92@gmail.com>
Co-authored-by: Jørgen S. Dokken <dokken@simula.no>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add files via upload (#250)
* Remove dead link
* Add fix from #253 + some other typs in that text. (#256)
* Add propsoed solution to #205 (#257)
* Add singular Poisson demo. Resolves: #139 (#263)
* Add extra note on conversion from new python files (#265)
* Adaptive mesh refinement with NetGen (#266)
* Add amr demo
* Update CI
* Update pyproject.toml
* Simplify dockerfile as vtk is now on pypi on linux arch
* Fix indent
* Make netgen optional as it is not on pypi on linux/arm
* Build netgen from source
* Add netgen to stable book build (#267)
* Update text to reflect that there is a docker image (#268)
* Strip output and adapt eta definition, ref comment from Jack Hale (#269)
* Finish trailing sentence (#270)
* Try removing xvfb for most tutorials (#278)
* Try removing xvfb for most tutorials
* INstall osmesa
* Remove -W
* Add offscreen false to jupyter build
* Remove some more xvfb and move new variables
* Lower bound on vtk
* Change tag on release branch
* Another rename
* Update pctools paper
* Update em.ipynb
typo
* Sync py file
* Update action.yml
* Turn off compression with meshio
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
Co-authored-by: rossbm1 <120818149+rossbm1@users.noreply.github.com>
Co-authored-by: Manuel Pena <mpena991@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mleoni-pf <160495781+mleoni-pf@users.noreply.github.com>
Co-authored-by: Antonio Baiano Svizzero <107617271+bayswiss@users.noreply.github.com>1 parent e6642b4 commit 15c02f8
5 files changed
Lines changed: 62 additions & 25 deletions
File tree
- .github/actions/install-dependencies
- chapter3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
93 | 97 | | |
94 | | - | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
115 | | - | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
132 | | - | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| |||
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
154 | | - | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
217 | 221 | | |
218 | 222 | | |
219 | 223 | | |
220 | | - | |
| 224 | + | |
221 | 225 | | |
222 | 226 | | |
223 | 227 | | |
| |||
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
230 | | - | |
| 234 | + | |
| 235 | + | |
231 | 236 | | |
232 | 237 | | |
233 | 238 | | |
| |||
261 | 266 | | |
262 | 267 | | |
263 | 268 | | |
264 | | - | |
| 269 | + | |
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
| |||
280 | 285 | | |
281 | 286 | | |
282 | 287 | | |
283 | | - | |
| 288 | + | |
| 289 | + | |
284 | 290 | | |
285 | 291 | | |
286 | 292 | | |
| |||
329 | 335 | | |
330 | 336 | | |
331 | 337 | | |
332 | | - | |
| 338 | + | |
| 339 | + | |
333 | 340 | | |
334 | 341 | | |
335 | 342 | | |
| |||
353 | 360 | | |
354 | 361 | | |
355 | 362 | | |
| 363 | + | |
356 | 364 | | |
| 365 | + | |
357 | 366 | | |
358 | 367 | | |
359 | 368 | | |
360 | 369 | | |
361 | 370 | | |
362 | 371 | | |
363 | | - | |
| 372 | + | |
| 373 | + | |
364 | 374 | | |
365 | 375 | | |
366 | 376 | | |
| |||
385 | 395 | | |
386 | 396 | | |
387 | 397 | | |
388 | | - | |
| 398 | + | |
389 | 399 | | |
390 | 400 | | |
391 | 401 | | |
| |||
401 | 411 | | |
402 | 412 | | |
403 | 413 | | |
404 | | - | |
405 | | - | |
| 414 | + | |
| 415 | + | |
406 | 416 | | |
407 | 417 | | |
408 | 418 | | |
| |||
412 | 422 | | |
413 | 423 | | |
414 | 424 | | |
415 | | - | |
| 425 | + | |
416 | 426 | | |
417 | 427 | | |
418 | 428 | | |
| |||
433 | 443 | | |
434 | 444 | | |
435 | 445 | | |
436 | | - | |
| 446 | + | |
437 | 447 | | |
438 | 448 | | |
439 | 449 | | |
| |||
454 | 464 | | |
455 | 465 | | |
456 | 466 | | |
457 | | - | |
| 467 | + | |
458 | 468 | | |
459 | 469 | | |
460 | 470 | | |
| |||
475 | 485 | | |
476 | 486 | | |
477 | 487 | | |
478 | | - | |
| 488 | + | |
479 | 489 | | |
480 | 490 | | |
481 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| 91 | + | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
| |||
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
| 101 | + | |
94 | 102 | | |
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
98 | | - | |
| 106 | + | |
| 107 | + | |
99 | 108 | | |
100 | 109 | | |
101 | 110 | | |
| |||
106 | 115 | | |
107 | 116 | | |
108 | 117 | | |
| 118 | + | |
109 | 119 | | |
110 | 120 | | |
111 | 121 | | |
| |||
152 | 162 | | |
153 | 163 | | |
154 | 164 | | |
| 165 | + | |
155 | 166 | | |
156 | 167 | | |
| 168 | + | |
157 | 169 | | |
| 170 | + | |
158 | 171 | | |
159 | 172 | | |
160 | 173 | | |
| |||
172 | 185 | | |
173 | 186 | | |
174 | 187 | | |
| 188 | + | |
175 | 189 | | |
176 | 190 | | |
177 | 191 | | |
178 | 192 | | |
179 | 193 | | |
180 | 194 | | |
| 195 | + | |
181 | 196 | | |
| 197 | + | |
182 | 198 | | |
183 | 199 | | |
184 | 200 | | |
| |||
215 | 231 | | |
216 | 232 | | |
217 | 233 | | |
| 234 | + | |
218 | 235 | | |
| 236 | + | |
219 | 237 | | |
220 | 238 | | |
221 | 239 | | |
| |||
225 | 243 | | |
226 | 244 | | |
227 | 245 | | |
| 246 | + | |
228 | 247 | | |
| 248 | + | |
229 | 249 | | |
230 | 250 | | |
231 | 251 | | |
232 | 252 | | |
233 | 253 | | |
234 | 254 | | |
| 255 | + | |
235 | 256 | | |
| 257 | + | |
236 | 258 | | |
237 | 259 | | |
238 | 260 | | |
| |||
248 | 270 | | |
249 | 271 | | |
250 | 272 | | |
| 273 | + | |
251 | 274 | | |
252 | 275 | | |
253 | 276 | | |
| |||
256 | 279 | | |
257 | 280 | | |
258 | 281 | | |
259 | | - | |
260 | | - | |
| 282 | + | |
| 283 | + | |
261 | 284 | | |
262 | 285 | | |
263 | 286 | | |
264 | 287 | | |
265 | 288 | | |
| 289 | + | |
266 | 290 | | |
267 | 291 | | |
268 | 292 | | |
| |||
272 | 296 | | |
273 | 297 | | |
274 | 298 | | |
| 299 | + | |
275 | 300 | | |
276 | 301 | | |
277 | 302 | | |
| |||
281 | 306 | | |
282 | 307 | | |
283 | 308 | | |
| 309 | + | |
284 | 310 | | |
285 | 311 | | |
286 | 312 | | |
| |||
290 | 316 | | |
291 | 317 | | |
292 | 318 | | |
| 319 | + | |
293 | 320 | | |
294 | 321 | | |
295 | 322 | | |
| |||
0 commit comments