-
@stefanozampini I might need your help here.
The test `tests/petsc/petsc_partitioner_06.mpirun=4.debug` fails on my system with the following error message:
```
296: -----------------------------…
-
In comments https://github.com/exadg/exadg/issues/383#issuecomment-1466891274 and https://github.com/exadg/exadg/issues/383#issuecomment-1467580096, the question came up whether we use `read_dof_value…
-
The newly introduced utility functions in `GridUtilities` do not take into account periodic faces. It seems as if we need to extend the interfaces such that `lambda_create_triangulation` can impose/se…
-
I want to use ascii data for the boundary traction on the top surface.
It works well for when I specify 'Data file name' completely, such as 'box_3d_top.0.txt'.
But as soon as I introduce time depen…
-
The only thing that is left for #11829 is that we should be using `N_Vector` wrappers for our own vector types, rather than copy data back and forth. #11395 is the way to go with this, and @sebproell …
-
See https://github.com/exadg/exadg/blob/3bc6d4178089288615107f36d74e25872251d9fc/include/exadg/grid/grid.h#L71-L75
It is not clear from the name why this variable should include the finest triangul…
-
The Parallel in time example code does not work out of the box. On following the compilation steps listed in the documentation for the code, one gets the errors listed here.
A workaround that I use…
-
The following code
```C++
#include
#include
#include
#include
int main(int argc, char **argv) {
dealii::Utilities::MPI::MPI_InitFinalize init(argc, argv, 1);
dealii::parallel…
-
@masterleinad generated a compile analysis using ClangBuildAnalyzer of a current build. I am attaching the info below in the hope that we can pick off a couple of items to improve compilation speed.
…
-
Would it be possible to create a new release with 4292ae6 since the missing headers causes problems on my build.
Thanks!