-
NEST-MC implements currently a Hines algorithm similar to Thomas algorithm to solve tridiagonal systems.
Although this method is the optimal method in terms of number of operations, it is sequential.…
-
NEST-MC implements currently a Thomas algorithm to solve tridiagonal systems.
Although this method is the optimal method in terms of number of operations, there are other methods which can solve the …
-
**tl;dr** These are high level python/robot control API suggestions. Feel free to close if not applicable.
A [comment in issue 1136](https://github.com/bulletphysics/bullet3/issues/1136#issuecomm…
-
When will TensorFlow be supported?
-
**Summary of issue**
We consider isothermal HD in Cartesian 2D and set up sinusoidal perturbations in all four fields (`rho, vel1, vel2, vel3`) in Cartesian. Simply after one cycle, strips of sign…
-
Currently, the Algorithm Archive is divided into large algorithmic "domains" of `computational_physics`, `computational_mathematics` and so on. I wrote it this way so that readers could easily learn a…
leios updated
6 years ago
-
@roigcarlo
[ 49%] Built target KratosSolidMechanicsApplication
make[2]: *** No rule to make target 'applications/PfemApplication/CMakeFiles/external_tetgen.dir/build'. Stop.
CMakeFiles/Makefile2…
-
**Submitting author:** @leios (James Schloss)
**Repository:** https://github.com/GPUE-group/GPUE
**Version:** v1.0
**Editor:** @labarba
**Reviewers:** @mgalloy, @markbasham
**Author instructions**
…
-
Recently, at the @KratosMultiphysics/dem team, we found ourselves with the need of stopping a case due to diverse causes (statistic results converge, external stopping signal, ...).
We found this sol…
-
DiffEq's first PDE attempt (which started the package) was a failure. The issue was that it was tied directly to an FEM subpackage I made internally, but then it couldn't scale to all of the problems …