-
FreeFem is interesting:
https://freefem.org/
And it has an online demo, looking like a notebook.
https://freefem.org/tryit#
Could we have a bunch of jupyter notebooks that replicate s…
-
Hi Installed ``fenics-basix==0.7.0.dev0`` with the provided instructions.
When I import ufl from basix using ``from basix import ufl``, I receive the following error:
``
Traceback (most recent …
-
### Containing files under `/usr/lib/python3.10/site-packages/`
```sh
$ pacman -Fq "/usr/lib/python3.10/site-packages/" | awk -F/ '$1 == "arch4edu" { print "* [ ] " $2 }'
```
* [x] ceph-octopus-l…
-
Ref: https://github.com/FEniCS/dolfinx/issues/2677
```python
import basix
import ufl
gdim = 2
cel = basix.ufl.element("Lagrange", "interval", 1, shape=(gdim,), gdim=gdim)
msh = ufl.Mesh(cel)
…
-
### Describe new/missing feature
**Dear developers,**
thank you so much for providing the open-source simulation codes. It is my honor to write this letter to you guys who are expanding into new fi…
-
### How to reproduce the bug
Before commit https://github.com/FEniCS/dolfinx/commit/547e645bbafb1b3e1965b9e8cb042e17ae6fa59f the following MWE worked fine
```
#include
#include
#include
#…
-
Fedora 32 is probably the best choice. NVIDIA drivers only work on 32 right now, not 33.
- [x] sirepo
- [x] jupyter
- [x] vagrant-sirepo-dev
- [ ] jupyter-nvidia
- [x] python3 (github_bkp)
-
When I calculate the gradient of a straight interface in Firedrake I get a somewhat strange result, the same code in Fenics seems more accurate. Where does this difference come from?
`from firedrak…
-
**Describe the bug**
When run for an `LTImodel` for the CDPlayer benchmark ( E is the identity ) a rom with a non-identity E is genrated, but E is reported as `E=NumpyMatrixOperator(, name='IdentityO…
-
Ti:Al2O3 has an anisotropic coefficient of thermal diffusion.
Include this effect in FEniCS simulations.
- [ ] update PDEs in FEniCS
- [ ] carry out simple test simulation
- [ ] then realistic si…