Marc Fehling

Results 51 comments of Marc Fehling

The code snippets you mentioned were already there in version 9.2.0, but at a different spot. Using the `v9.2.0` tag for example https://github.com/dealii/dealii/blob/b42193f72751984d28e11b249e47e3aebf6685f2/source/distributed/tria.cc#L1989-L1990 The entire `DataTransfer` class has been moved...

I ran into this issue again while trying to solve a Stokes problem on the `pipe_junction` geometry with hp-refinement. I thought at first that there is something wrong with my...

> @marcfehling You could also call `AffineConstraints::make_consistent_in_parallel()`; after that you should be on the safe side. @peterrum I tried this out, and it didn't work. I don't recall exactly why,...

One test fails: ``` 1315/4553 Test #1319: bits/distorted_cells_02.debug .........................................................***Failed 9.84 sec make[3]: *** [distorted_cells_02.debug/diff] Error 1 make[2]: *** [CMakeFiles/bits.distorted_cells_02.debug.test.dir/all] Error 2 make[1]: *** [CMakeFiles/bits.distorted_cells_02.debug.test.dir/rule] Error 2 make: *** [bits.distorted_cells_02.debug.test] Error...

We could also use the docker image from [mstorsjo/msvc-wine](https://github.com/mstorsjo/msvc-wine) to run MSVC on Linux via wine. It sounds absurd though :-)

Related to #12263 and #13593.

> I think we can close this one after the release after the deprecated classes have been removed! Indeed! However, there is still "compress indices" left in the original list...

> Do you know of any user projects which are both freely available and use hp-FEM? If we can check that no-one is using these features then I think its...