-
@mfaverge
The GMRES refinement doesn't stop in this specific case, even it already hit the threshold. It seems like
EPSILON_REFINEMENT=1e-12
```
**********************************************…
-
Hi,
I am learning the Chebyshev-Galerkin method in Shen95 for 2D, 3D Poisson Equation with nonhomogeneous Dirichlet BC. Your example `poisson1D.py` helps me a lot in understanding the method. But…
-
Hello Devs,
I have a question on how exactly the equations of motion are solved by PhysX.
The reason I'm interested in these details is a comparison between Matlab and the Games Engine Unity for r…
-
I am using the addon from this commit:
bdc3b993b4fb1306f32636be08771cbd7189967a
Blender Version: 2.82 (OS Windows 10)
I created a simulation using SPlisHSPlasH.
Here is the json file:
```
{
…
-
Add the material model from `svFSI` branch https://github.com/mrp089/svFSI/tree/add_equilibrated_gr
Steps:
- [ ] Add material model
- [ ] Add FEBio tensor classes
- [ ] Read in nodally distrib…
-
## Environment
* OS Version: Ubuntu 22.04
* Source or binary build? tested in both (harmonic)
* If this is a GUI or sensor rendering bug, describe your GPU and rendering system. Otherwise dele…
-
Hi,
Together with a colleague, we have been trying for a while to solve the heat equation with homogeneous Neumann boundary conditions and a constant (in space and time) heat source.
With Dirich…
-
Hey Ben,
Thanks for this awesome open source project. I do a lot of open source work too.
https://github.com/bdring/Grbl_Esp32
https://www.youtube.com/watch?v=M1gXuKFspgY
I stumbled upon one…
-
This issue encapsulates all the subtasks required to update the technical documentation to release version 1.3.0. This issue has to cover the main features added in this version, which are:
- Stiffne…
-
The demo progressively consumes CPU memory in the process of simulation When '_kernel_profiler=True_'.
```
import taichi as ti
import math
ti.init(arch=ti.cpu, default_fp=ti.f32, debug=True, ker…