Matthias Maier

Results 46 issues of Matthias Maier

Having in investigated #13926 and the fix #13932 teaches us a valuable lession: In this instance removing external library includes from our own header into a single compilation unit does...

Enhancement
Build system

We currently have the following list of external dependencies: - DEAL_II_WITH_ADOLC - DEAL_II_WITH_ARBORX - DEAL_II_WITH_ARPACK - DEAL_II_WITH_ASSIMP - DEAL_II_WITH_BOOST - DEAL_II_WITH_CGAL - DEAL_II_WITH_CUDA - DEAL_II_WITH_GINKGO - DEAL_II_WITH_GMSH - DEAL_II_WITH_GSL -...

External libraries

We currently deploy the following sanity check for Tpetra: ``` #include int main() { using LO = int; using GO = unsigned int; using Node = Kokkos::Compat::KokkosDeviceWrapperNode; using map_type =...

Bug
External libraries

Dear all - just to be on the same page - I think we should quickly discuss what should happen regarding our Thread support cleanup. I suggest to: - [x]...

Discussion
Parallel shared

I am currently having troubles with a `TransfiniteInterpolationManifold` and the following use case (simplified): ``` constexpr unsigned int dim = 2; Triangulation coarse_triangulation; GridGenerator::hyper_cube(coarse_triangulation); coarse_triangulation.set_all_manifold_ids(9); dealii::TransfiniteInterpolationManifold transfinite; transfinite.initialize(coarse_triangulation); coarse_triangulation.set_manifold(9, transfinite);...

Bug
Discussion
Manifold

I am currently triggering this assert: ``` 7519 Assert(in_tria.has_hanging_nodes() == false, 7520 ExcMessage("This function does not work for meshes that have " 7521 "hanging nodes.")); ``` in `flatten_triangulation` (in `source/grid/grid_generator.cc`)...

Bug

``` ld.lld: error: /home/tamiko/workspace/dealii/build/lib/libdeal_II.g.so.9.5.0-pre: undefined reference to dealii::DataOutInterface::validate_dataset_names() const [--no-allow-shlib-undefined] ld.lld: error: /home/tamiko/workspace/dealii/build/lib/libdeal_II.g.so.9.5.0-pre: undefined reference to dealii::DataOutBase::Patch::no_neighbor [--no-allow-shlib-undefined] ld.lld: error: /home/tamiko/workspace/dealii/build/lib/libdeal_II.g.so.9.5.0-pre: undefined reference to dealii::DataOutBase::Patch::Patch() [--no-allow-shlib-undefined] ld.lld: error: /home/tamiko/workspace/dealii/build/lib/libdeal_II.g.so.9.5.0-pre: undefined...

Bug

Dear all, we are in the process of migrating the website to a new (cloud based) server instance. Doing so will open up a number of opportunities to: - [...

Discussion
Infrastructure
Web site

[start automated regression testsuite report] Dear all, this is the automated regression testsuite reporting a new regression between - new revision: 3a23d31f30958a24909f33aa58b53ac95b3f2930 [regression testsuite results](https://cdash.dealii.org/index.php?project=deal.II&filtercount=1&showfilters=1&field1=revision&compare1=63&value1=3a23d3) - old revision: 3ccc91fdd08c6f46fa3b5c87b61b99526bdcff43 [regression...

Regression tester

[start automated regression testsuite report] Dear all, this is the automated regression testsuite reporting a new regression between - new revision: f20f8d3caf9a63fbd5a7854770abd86d64fc115a [regression testsuite results](https://cdash.dealii.org/index.php?project=deal.II&filtercount=1&showfilters=1&field1=revision&compare1=63&value1=f20f8d) - old revision: 26e124a2a58bfc3fb1ce784884b906fcbd736b44 [regression...

Regression tester