-
Hey all,
In a simulation I have to use a spring with damping. It is an engineering simulation, so I should take the correct value for damping.
As far as I understood there are two sort of spring defi…
-
Add a status test which allows to check the norm of a subvector of the residual vector for multiphysics problems (i.e., if the operator is a n x n block matrix from Thyra or Xpetra) in the status test…
-
Hi, I'm opening a new thread since it seems that this issue isn't directly related to the AMG mesh refinement itself, but feel free to close or move this to a more appropriate place @pcarruscag
I'…
-
Another important topic from the meeting was the need to restructure the files on the main repository, to reduce their sizes and improve both readability and compilation times.
Of course, any file …
-
(Reported by Ivan Esteban). The following parameter file leads to a floating point exception:
```
2
…
-
@trilinos/xpetra @trilinos/tpetra @tawiesn @csiefer2
Issues like #613 point out the uselessness of the Tpetra::Map::getIndexBase() method. Users often think that "index base" means "0 for C or C++;…
-
For the [new docs](https://www.precice.org/precice.github.io_future/quickstart.html), we need a simple, yet interesting enough first testcase. Simple means minimal dependencies, easy to run, easy to u…
-
**Describe the bug**
I've just noticed that face-to-element map is not filled properly after creating a fracture element. Apparently this behavior is intended and been around for a while (relevant co…
-
Many modules still contain this import and similar ones, which is relevant for python 2:
`from __future__ import division, print_function
`
I don't know whether it is necessary or not, since python…
-
Hi Jean,
Wondering if there is currently any support for constructing block matrices from LazyTensors? If not, I wonder if this is something that would be difficult to implement?
e.g. X=[[A, B],…