-
Hello there !
I am working on 1D version of time of flight example. I have not modified the beginning and the end of the code, just the boundaries and the mesh at first. I got a first problem with…
-
### Bug report
**Bug summary**
**Code for reproduction**
```python
import numpy as np
import Matplotlib.pyplot as pat
a=np.linspace(0,1,100)
b=np.sin(a)
plt.plot(a,b)
plt.…
-
Hi,
my RBniCSx nightly run failed tonight after the merge of https://github.com/FEniCS/ffcx/pull/594, with the following error
```
libffcx_forms_a485dd25dfc109abba4e332f7d717e453f8b03b0.c: In fun…
-
`CellType` is an `enum` and when we use `CellType.name` this is a specific extension used by `pybind11`. If we switch to `nanobind`, the same string is called `CellType.__name__`.
* To be more por…
-
Review and update FEniCS applications page as needed.
-
The above method name is misleading. After a call to 'finalize', matrix entries can still be changed. The method performs a reverse scatter.
Now that we're using `MatrixCSR` more in demos, we shoul…
-
**Submitting author:** @hkjeldsberg (Henrik Aasen Kjeldsberg)
**Repository:** https://github.com/KVSlab/OasisMove
**Branch with paper.md** (empty if default branch): joss-paper
**Version:** v0.2.0
**E…
-
There is a warning from fenics when running the tests multiple times, could we get rid of that?
-
Hi, @thw1021
Thanks for your code helping me train my model! But I have a new question about **_RobustDRLCylinder2DControl/single_runner.py_**, in order to test the trained best-model, I run _**sin…
-
## Current
现在真解函数的类里面,每个类都是独立的。
结果现在初始mesh的时候比较手工,比如在`SinSinData`里面
https://github.com/weihuayi/fealpy/blob/4f4317455c399637d9684b38cdcf0f0f739da036/fealpy/pde/poisson_2d.py#L180-L226
然后`Lsha…