-
### Code
```Rust
#![feature(with_negative_coherence)]
#![feature(min_specialization)]
#![feature(generic_const_exprs)]
#![crate_type = "lib"]
use std::str::FromStr;
struct a;
trait c {}
impl Fr…
-
Once #515 is merged, a new helper function `s_compute_enthalpy` can be used to reduce the number of lines in `m_riemann_solvers` by abstracting the enthalpy calculation at the left and right states.
-
I am trying to use ChainFkSolverPos_recursive and I noticed that after constructing the solver, if you modify the chain (the one used to construct the solver) it affects the solver. I went through the…
-
I'd like to be able to pass a custom solver as an argument:
```python
class MyClusterSolver(ClusterSolver):
def kernel(self, *args, **kwargs):
# some custom code
dmet = DMET(mf, sol…
-
See https://github.com/E3SM-Project/scream/issues/2070 for background on TeamVR.
Once TeamVR is used in the Hommexx and EKAT tridiag files, the arch-specific code in those files can be removed.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
This is a virtual 3D version of the famous Rubik's Cube puzzle. Experience the challenge a…
-
**What version of OR-Tools and what language are you using?**
Version: 9.11.4210
Language: Python
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
Routing Solver, CP-SA…
-
Consistent naming of different components of the case file. Originally raised in PR #1617 where the Krylov solvers are a good example of things that could be improved to comply more with the rest of t…
-
MFEM_piecewise solver crashes when using in multithreaded mode (one solver per electrode).
-
**Describe the bug**
I discussed this issue with Louis and reporting it as he requested.
While using the Darcy solve if this line: darcy_solver.constitutive_model.Parameters.s = sympy.Matrix([0,…