-
As observed in #10762 we need to be careful with the outside storage because the exterior cells could be non-affine (and thus, not amenable to the Jacobian compression) whereas the interior cells are …
-
This issue mainly serves as a discussion for adding more cases in the system tests, starting from the `release_test` test suite.
The test suite is specified in https://github.com/precice/tutorials/bl…
-
When compiling with adaptive mesh refinement with triangles in FESubfaceValues::reinit (cell,face_no,subface), I get the following warning. The same problem arises when I replace quadrilateral by tria…
-
This might need @tamiko 's input:
I've gotten tired of configuring and compiling each code gallery program individually, so I tried to set up this `CMakeLists.txt` file in the top level of the code…
-
For `MappingDataOnTheFly` we set up a `FEValues` object
https://github.com/dealii/dealii/blob/edc7d5c3ce45d61af68c81a7c6b8aca64b6f9118/include/deal.II/matrix_free/mapping_data_on_the_fly.h#L152-L15…
-
see https://groups.google.com/forum/?fromgroups#!topic/dealii/qIRV4YNc4EU
```
$ mpirun -n 2 ./minimalExample
number of elements: 71
taskId: 1, globalDofId-i: 52, coordinates-i: -20 20 -…
-
With #13990, we introduced a second variable for storing the plain Jacobian gradients, without the inverse Jacobians applied as a transformation as in the field https://github.com/dealii/dealii/blob/2…
-
自己编译的app属性如下,使用的riscv64-unknown-elf-gcc
zcc@zcc-virtual-machine:~/toolchain/spec2006/447.dealII/build$ file dealII
dealII: ELF 64-bit LSB executable, UCB RISC-V, version 1 (SYSV), statically linked…
-
Ideally we would like to preserve user comments in parameter files, but this needs a number of changes in different projects:
- [ ] dealii::ParameterHandler needs to get a new field for each parame…
-
gpusys$ cat /proc/meminfo | head -n1
MemTotal: 3859908 kB
### spack install
cd /usr/local/src
git clone https://github.com/spack/spack.git
chmod -R a+rX spack
### in user .bashrc
exp…