Skip to content

Update membrane_code.ipynb #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed

Update membrane_code.ipynb #210

wants to merge 12 commits into from

Conversation

MPenaR
Copy link
Contributor

@MPenaR MPenaR commented Sep 30, 2024

I think there was a typo. In

However, as the bounding box of a cell spans more of than the actual cell, we check that the actual cell collides with cell using dolfinx.geometry.select_colliding_cells,...

It should be

However, as the bounding box of a cell spans more of than the actual cell, we check that the actual cell collides with the input point using dolfinx.geometry.select_colliding_cells ,...

jorgensd and others added 11 commits May 5, 2024 14:11
* Improve workflow handling (jorgensd#118)

* Create common action for all workflows and split them into multiple files

* Dokken/update fspace and wmtgs (jorgensd#127)

* fix runs-on

* Minor improvements in linearelasticity.md (jorgensd#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 (jorgensd#135)

* Start fixing code for nightly build

* rerun all files

* Try fixing subdomains

* Fix meshio

* PETSc python API update (jorgensd#137)

* Resolve jorgensd#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 (jorgensd#142)

* Bump version numbers

* Bump version numbers (jorgensd#149)

* Fix petsc arch

* Prepare v0.7.1 (jorgensd#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 (jorgensd#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 (jorgensd#159)

* Bump pyvista and dolfinx to v0.7.2

* remove -r

* Add further pyvista deps

* Bump versions

* Update petsc solver and pc links. Resolves jorgensd#143 (jorgensd#160)

* Fix typo and issue Issue on page /fem.html jorgensd#122 (jorgensd#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 (jorgensd#140) + http:// to https:// (jorgensd#162)

* Run book build prior to parallel run

* Add back write frame

* Fix wrong link

* Fix typo in changelog

* Merge main into release (jorgensd#189)

* Merge main into release

* Apply suggestions from code review

* Various fixes when reading through the diff

* Further fixes

* add missing checkout (jorgensd#191)

* add missing checkout

* Add test docker on release PR and release (only push on tag

* Remove unused import

---------

Co-authored-by: Julius Herb <43179176+juliusgh@users.noreply.github.com>
* Remove libgl1-mesa-glx

Not supported on ubuntu 24.04

* Remove pip from install action

* No build isolation for h5py

* Bump pip

* reinstall pkgconfig

* Bump version number to 0.8.0

* Fix pythonpath for 3.12
* Add connectivity computation

* Add identity computations of connectivity

* Fix gmsh import

* Fix create connectivity
* Update options for non-linear solver to sensible choice, ref jorgensd#200

* Update docker path
on line 110, updated a typesetting error in equation (3)
@jorgensd
Copy link
Owner

@MPenaR nice catch! Could you run:
python3 -m jupytext --sync */*.ipynb to update the Python file as well?

@MPenaR MPenaR force-pushed the patch-1 branch 2 times, most recently from f413910 to 17e541a Compare September 30, 2024 15:06
@jorgensd
Copy link
Owner

Superseded by #212

@jorgensd jorgensd closed this Sep 30, 2024
@MPenaR MPenaR deleted the patch-1 branch September 30, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants