-
When using Newton's method on a form that involves R spaces, and doing a fieldsplit, a PyOP2 error is thrown.
MWE below:
```
from firedrake import *
M = UnitSquareMesh(5, 5)
V = FunctionS…
-
**What kind of problems is it mostly used for? Please describe.**
Semi-discretizations of $H^1 \times L_2$ solution fields.
**Describe the algorithm you’d like**
Stabilized Rosenbrock with sp…
-
G'day all,
For quite a while now we have faced an issue with restarting some experiments (in 2D and 3D). Upon restart, the model kickstart alright, and may even progress to the next timestep successf…
-
Hi,
I have been using the SymbolicWedderburn.jl package and have some questions regarding the decomposition and basis extraction.
Code:
```
using SymbolicWedderburn
using PermutationGroups
…
-
Hi,
I replaced Ceres with Symforce in a graph-based VSLAM backend, result in a bad accuracy.
Here are the details:
**Screenshots**
![1](https://github.com/user-attachments/assets/d99ef83e-a3d…
-
I am using ParaSails for a smoother inside BoomerAMG and found a reproducible, non-deterministic hang inside `PairaSailsSetupPattern`. The hang happens at an allreduce. I've put a representative backt…
-
Hi,
I am trying to use Hypre to solve a stokes problem with mixed elements.
My matrix is composed of 4 blocks:
1,1 is the velocity matrix
1,2 is the velocity pressure
2,1 is the divergence-fr…
-
From the [Sparse Direct Solver](https://portal.nersc.gov/project/sparse/strumpack/v6.3.1/sparse.html) section, it seems to use the general sparse LU factorization (when no compression is used). Is the…
-
I recently installed Underworld in a Linux Conda environment. It appears to have installed version 2.10.0, rather than the latest 2.13 - not necessarily a problem, since many of my existing models ar…
-
As far as I could tell, there is no way in mpmath to solve the generalized eigenvalue problem `Ax = lambda Mx`. Is there any hope of adding this functionality?
c-f-h updated
2 years ago