Buğrahan Temür
Buğrahan Temür
This PR introduces a new Laplace operator implementation that can be used by any module in ExaDG. The requirements that this new operator fulfills were listed in #357. A document...
Hey, I wanted to ask if there have been any developments regarding the matrix-free cell-based face loops in deal.II that we should use in ExaDG, since the comment from below...
It would be really nice to be able to solve the variable coefficient Poisson equation with ExaDG. Apart from being an interesting PDE in and of itself, it is for...
Something I want to point out is how we deal with unused function parameters: - Sometimes we use the `(void) variable` style, and in some places, we even specify a...
With this PR, I'd like to introduce Googletest for writing unit tests in ExaDG. The discussion on whether Googletest is desired is planned to take place in #359. This PR...
I wish to raise the question if we'd like to introduce a testing framework like [GoogleTest](https://github.com/google/googletest) for writing unit tests. Right now we only have a few unit tests that...