Timo Heister

Results 82 issues of Timo Heister

Intel compilers do not configure correctly due to https://github.com/dealii/candi/pull/159 We used to do ``` FC=mpiifort CXX=mpiicpc CC=mpiicc cmake -D DEAL_II_WITH_MPI:BOOL=ON .. ``` which works correctly. But, according to https://github.com/dealii/dealii/issues/11478#issuecomment-754954736 I...

I am trying to understand how DataPipeline works exactly and was hoping that dumping the graph and/or profiling would help. I am using the example in https://taskflow.github.io/taskflow/DataParallelPipeline.html When I dump...

help wanted

This adds an alternative output to fix test errors in certain configurations like https://cdash.dealii.org/test/37178695 FYI @vyushut

Tests
ready to test

part of #17202

Documentation
ready to test

As discovered in #17085 and documented in https://github.com/dealii/dealii/blob/master/tests/fe/system_05.cc, FESystem allows the creation with FEs with multiplicity 0. Note that they don't show up in get_name() (or I think any other...

We have the following function for Tensors: ``` inline void Tensor::unroll(const Iterator begin, const Iterator end) const ``` I am confused why one needs to provide an end iterator as...

We have been introducing replacements for the Meshworker framework (FEInterfaceValues #8884) and the tutorial programs that use it for quite a while (also see #15839). The only tutorial left is...

A very annoying and subtle bug is when you forget to provide an IndexSet to DynamicSparsityPattern: Everything works but the memory requirements for the data structure are O(total DoFs) instead...

Current status of native windows support (also see https://github.com/dealii/dealii/wiki/Windows): - [x] compile library with MSVC 2013 and 2015 - [x] compile and run step 1-6, debugging works - [ ]...

Enhancement
Windows

- [ ] merge first matrix-based implementation, #5753 - [ ] add tests/benchmarks - [ ] Run a large scaling test - [ ] Add AMG for Schur complement block...