Timo Heister
Timo Heister
I wanted to try out the new ``MPI_File_write_ordered_c`` with a ``count`` larger than the size of the maximum signed int. With release 4.0 I am hitting the assert ``` mpi-io/write_ord.c:86:...
We have a bug reported for ASPECT related to Triangulation::load/save that got introduced between 9.2 and 9.3 (see [1]). After a quick look into tria_base.cc, I am sure that we...
I just installed clang 3.9.1 and I am getting a ton of warnings of the following kind: ``` /ssd/deal-git/source/numerics/error_estimator_1d.cc:94:41: warning: instantiation of variable 'dealii::StaticMappingQ1::mapping' required here, but no definition is...
Just to see how long it takes and how many tests fail, run all MPI tests under Jenkins.
Prompted by a problem on the mailing list I got reminded of a recurring problem: We currently have no way to validate if the entries in a ConstraintMatrix are consistent...
Meta issue for anything related to the new documentation. - [x] initial conversion #4593 - [x] parse version number from ~/VERSION - [ ] move output into ASPECT build directory...
with a floating point exception, see https://github.com/geodynamics/aspect/pull/4902#event-6973011711 for example
This is an early version that is confirmed to work for 1 dimensional data at least. It is not hooked up to be used in any of the AsciiData* plugins...
The graphical output of a computation with mesh deformation can now be optionally done on the undeformed reference mesh ("set Output undeformed mesh = true") and the displacement can be...
I thought we have instructions on how to use spack to install ASPECT, but I couldn't find them. Either the wiki, readme, or the manual would be good. Specifically, I...