Niklas Fehn
Niklas Fehn
It would be helpful if one could ask the mapping for the support points via a public member function.
This issue aims to improve the design in terms of the responsibilities of the time integrator and the postprocessor for incompressible Navier-Stokes problems. To realize this, the else branch computing...
refactoring related to ContainerInterfaceData and InterfaceCoupling.
preCICE queries the dof_index from spatial discretization operators. Since this is only required by preCICE, we should discuss whether there are other options that do not need dof_index. @DavidSCN follow-up...
Having changed to our new Ubuntu OS at LNM with clang-format version 10, I receive clang-format errors, probably because the "indent check" uses an older version. Here we should discuss...
Closes #103 This PR replaces #110. Compared to #110, I added more Asserts in `Poisson::Operator`. Other parts of #110 have already been realized in other PRs. I added a TODO...
The ``dealii::MatrixFreeTools::compute_diagonal()`` function needs to be extended by another lambda that takes ``ExaDG::OperatorBase::reinit_cell()`` as argument, so that classes derived from ``OperatorBase`` can do the setup that they need, e.g., nonlinear...