-
Currently, the elliptic grid solver defaults to applying a successive line over relaxation for several iterations, then applying a full newton solve to converge the grid down to 1e-14.
The jacobian…
-
-
In both cases, when we are too low in mass or to high in mass, MESA has sometimes issues to get a first acceptable model from the ZAMS. Hence, toward version 3 we should think of getting a relaxation …
-
Dear CASM developers,
Should I modify the casm update conditions or any python wrappers?
Even the simplest 1*1*1 supercell cannot be mapped. I checked the CONTCAR and POSCAR, they are not much d…
-
For
```asm
.p2align 2
f:
la.got $a0, x
ret
.data
.p2align 2
.globl x
.hidden x
x: .4byte 114514
```
The linker is able to relax `la.got` to `la.pcrel` or even `pcaddi`, but the G…
-
Hi,I'm using the pylith 2.2.2 version and I'm having problems running the viscoelastic model“RuntimeError: Current nondimensionalized time step of 1.0000e+00 exceeds the nondimensionalized stable ti…
-
When I use exact same RHS and Matrix, amgcl gives same result of course, but if I use floating point solver, I get NaN result some time even if I use exact same data. This problem is not happen on dou…
-
Similar to the score does it make sense to separate the relaxation method, I am not familiar with posit so maybe these are very specific to this method and this makes sense here but more…
-
**1.** License Name: Clause 6 Exception to LGPL 2.1
**2.** Short identifier: clause-6-exception-lgpl-2.1
**3.** License Author or steward: Unknown
**4.** Comments: This was discovered during License r…
-
The current C code reduces the number of parallel threads to stabilize convergence when the positivity constraint is turned off. If we implement the relaxation factor for voxel update, then there will…