Results 54 issues of David Schneider

There are various options to raise an exception in deal.II, and they always use the `Assert` or `AssertThrow` mechansim. The [`Assert`](https://dealii.org/developer/doxygen/deal.II/group__Exceptions.html#ga70a0bb353656e704acf927945277bbc6) macro is a debug assert and uses the `std::abort`...

bug
compatibility

As discussed, the time output is currently defined by using a fixed number of time steps. This differs from OpenFOAM. @MakisH could you specify, what would be the best solution...

**Please describe the problem you are trying to solve.** The following code lines https://github.com/precice/precice/blob/f34556269887329c2d6e2e58b0e3ac20a302864b/src/cplscheme/CompositionalCouplingScheme.cpp#L320-L335 lead to a linebreak in the user logging. ```bash --- [precice] MuscleMechanics|0|impl::DataContext|l132|mapData|Mapping "Displacement" for t=0.38 from...

usability
configuration

## Main changes of this PR One idea to approach #1988 ## Motivation and additional information Looks as follows ``` eid | sum count mean min max | % _GLOBAL...

**Please describe the problem you are trying to solve.** Given that the reported runtime measures are in `us` by default, it might be hard to spot the most expensive events...

enhancement

**Please describe the problem you are trying to solve.** I would like to make use of the available docker images provided by preCICE. However, they only contain a user with...

enhancement

```bash precice-3.1.1/build/src/precice/impl/versions.cpp:4:50: warning: unknown escape sequence: '\;' 4 | const char * const precice::versionInformation = "3.1.1;no-info [Git not found];PRECICE_FEATURE_MPI_COMMUNICATION=Y\;PRECICE_FEATURE_PETSC_MAPPING=Y\;PRECICE_FEATURE_GINKGO_MAPPING=N\;PRECICE_FEATURE_PYTHON_ACTIONS=N\;PRECICE_BINDINGS_C=Y\;PRECICE_BINDINGS_FORTRAN=Y\;CXX=GNU\;CXXFLAGS= -O3 -DNDEBUG\;LDFLAGS="; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ precice-3.1.1/build/src/precice/impl/versions.cpp:4:50: warning: unknown escape sequence: '\;' precice-3.1.1/build/src/precice/impl/versions.cpp:4:50:...

bug

**Please describe the problem you are trying to solve.** For parallel runs (at least distributed comm), preCICE is restricted to `read-consistent` and `write-conservative` mappings. The reason behind this is purely...

enhancement

After finishing the preCICE porting in #666, I was pretty confused by the following log stream, which stems from the ExaDG adapter using the preCICE coupling facilities ```bash -- Data...

Since a while already, preCICE version 3 is released. This is a breaking release with a couple of changes. The new preCICE API interface uses `std::span` to interface with user-provided...