-
When a tilemap layer's `fixedToCamera` property is false, Arcade Physics works with offset tile maps, and everything looks okay as long as the camera isn't moved.
Support this in Arcade Slopes by p…
hexus updated
7 years ago
-
Hello there,
I'm modifying a legacy code in our group for reactive transport simulations. The original code only used the linear solver of GMRES from Trilinos and did the nonlinear iterations by ou…
-
Hi Folks,
I was really interested in some of the ideas that were mentioned on the ideas page. In particular, these seemed interesting:
- ODE solvers
- Implement Riemannian Manifold HMC
- Ext…
-
Currently, `transpose` is recursive. This is pretty unintuitive and leads to this unfortunateness:
```jl
julia> A = [randstring(3) for i=1:3, j=1:4]
3×4 Array{String,2}:
"J00" "oaT" "JGS" "G…
-
As discussed in https://github.com/JuliaDiffEq/Roadmap/issues/5, we have set out for the DAE types something like `DAEProblem` for ODEs defined by an implicit function `f(t,u,du,resid)` where `resid` …
-
Hi, I have following error when compile ikfast generated cpp code
```
In file included from /home/k-okada/catkin_ws/ws_nextage/src/rtmros_nextage/nextage_ik_plugin/src/nextage_left_arm_ikfast_move…
-
Hello,
Are there any plans to add a Levenberg-Marquardt type solver? I see the gradient descent and Newton descent solvers, but no LM solver.
Thanks,
Toby
-
Quirin found that the eigenvalues computed using the EigensolverStrategy for certain shell structures are not correct. We have been trying to work out the problem and I am posting now to continue the …
-
Add a faster matrix solver to increase model speed.
-
Greetings,
I believe there is a memory leak in Albany. I see this with medium size jobs (< 200,000 nodes) on machines with 256 Gb of memory. The job just dies as memory requirements go through the …