-
As far as I can tell, preconditioning using domain decomposition methods is not something that seems to be supported. Is this something that is within the scope of `Ferrite.jl`? Of course there are C …
-
I'm sorry to ask question here, for stack overflow declines the question twice for 'This question does not appear to be about a specific programming problem, a software algorithm, or software tools pr…
-
# Progress Tracker
## DSA
- [ ] Complete Git & GitHub Course
- [x] Introduction to Programming
- - [x] Types of languages
- - [x] Memory management
- [x] Flow of the program
- -…
-
The problem with the implementation is that it uses `A[i][i]` without checking if it's zero or not. If it happens to be zero, there will be division by zero. Trivially invertible matrices like `[[0,1]…
-
Hi there,
I've encountered a bug that occurs when trying to solve large systems of ODEs.
I'm trying to code an implementation of the technique described [in this paper](https://arxiv.org/abs/21…
sjt48 updated
2 years ago
-
I just discovered how to find the closest point on a cubic curve using Newton–Raphson method. Please let me know if this is something that can be considered as an addition to bezierTools. Here is the …
-
Analyzing why the solver can't find the solution or optimizer can't find the minimum is quite difficult process (at least for not so experienced people, like me) and often feels like black magic. gome…
-
If we decide we want to have all of the Matlab wavelets available, here is the list available in Matlab r2015b:
```
>>> waveletfamilies('n')
===================================
Haar …
aaren updated
6 years ago
-
Hi all,
I have two problems when using Underworld (version 1.7.0).
(1) I find it's wired that when I run a 3D subduction model (similar to _Capitanio(2011)_'s configuration) at cell number of 96x64x96…
-
We have this functionality, but it is currently commented out in init.cc. That section of the code needs to be reviewed.