-
I was looking through `compute_local_error` to see how the distributed version was implemented.
I have a question or suggestion for the following lines
https://github.com/dealii/dealii/blob/41e71ffb…
-
_From [zhao...@google.com](https://code.google.com/u/106321947286816917100/) on May 04, 2012 11:58:13_
time ~/Workspace/DynamoRIO/builds/build_x64_dbg.git/bin64/drrun -debug -ops "-prof_pcs" ./dealII…
-
https://github.com/dealii/dealii/pull/8033#discussion_r283159683 refers
Plurals of class names don't render. The following changes have been proposed:
`Expressions`->`Expression objects`
`Tensors…
-
I was trying to write a little generic C++ routine that translates the data type of a variable into the corresponding `MPI_Datatype` value. Something of this sort (the specific details don't actually …
-
As discussed in https://github.com/dealii/dealii/pull/11209#discussion_r527587088.
Motivation: `MatrixFree` clones the incoming `Mapping` object during `MatrixFree::reinit()`.
The approach could…
-
I think the usage of `operator=` in the Trilinos wrappers to assign a non-distributed serial `dealii::Vector`
when using MPI with more than one process would lead to very strange behaviour and is not…
-
When doing something like this:
```
#include
#include
int main()
{
constexpr int dim = 2;
dealii::FE_Hermite finite_element(1); // does not implement restriction/prolongation
std::cout…
-
This is not actually an issue per se, but rather a reminder of work to be done once the work from https://github.com/dealii/dealii/pull/14481 has been merged in
- Remove `assign_petsc_vector` and `…
-
Error compiling dealii with 64 bit indices and complex=on. I am able to build with 64 bit indices and complex=off
Here is the output of make VERBOSE=1
```
[ 52%] Building CXX object source/l…
-
I am currently getting the following for a build enabling `Kokkos` with `Cuda`, `p4est` and `MPI` using `clang++-17`:
```
Analyzing build trace from 'dummy_file'...
**** Time summary:
Compilation …