- Nov 30, 2018
-
-
Dmitri Naumov authored
If the derived boundary mesh dof table is defined only on base nodes then the other nodes do not contain a valid global index.
-
- Nov 28, 2018
- Nov 27, 2018
-
-
wenqing authored
-
- Nov 23, 2018
-
-
Tom Fischer authored
-
- Oct 01, 2018
-
-
Dmitri Naumov authored
-
- Sep 30, 2018
-
-
Dmitri Naumov authored
-
- Sep 28, 2018
-
-
Norihiro Watanabe authored
-
- Sep 17, 2018
-
-
Christoph Lehmann authored
_known_solutions->empty() must not be called otherwise there might be PETSc errors, because not all ranks might execute the same PETSc calls.
-
Christoph Lehmann authored
-
- Sep 14, 2018
-
-
Lars Bilke authored
-
- Aug 23, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Aug 22, 2018
-
-
Dmitri Naumov authored
-
- Aug 17, 2018
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
Get constrained DOF table for all vars/components.
-
- Jul 13, 2018
-
-
Dmitri Naumov authored
The integer_sequence is available since c++14.
-
Dmitri Naumov authored
-
- Jun 28, 2018
-
-
Dmitri Naumov authored
The variable component offsets are absolute and the derived DOF table must have all the bulk DOF table global component offset for each variable.
-
Dmitri Naumov authored
-
- Jun 19, 2018
-
-
-
Lars Bilke authored
-
- Jun 14, 2018
-
-
Dmitri Naumov authored
If the boundary mesh is larger then the definition region of the bulk component, then a nop is returned. This usually indicates wrong geometry or something horrible.
-
Dmitri Naumov authored
-
- Jun 11, 2018
-
-
Dmitri Naumov authored
-
- Jun 08, 2018
-
-
Dmitri Naumov authored
DOF: partial_sum BC: iota
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- May 26, 2018
-
-
Dmitri Naumov authored
The original code issues a warning: type qualifiers ignored on cast result type since gcc-8.1. The cast is unnecessary because both operands of the comparison are unsined ints.
-
-
- May 13, 2018
-
-
Dmitri Naumov authored
Needed for PETSc to be called before acccessing the input_vector.
-
-
- Mar 06, 2018
-
-
Dmitri Naumov authored
[NL] TimeStepping. Explicit catch bad_alloc. When the time stepping vector is too large bad_alloc or length_error is thrown. It is catched only in the project data parser, too far away from the time stepper.
-
- Mar 05, 2018
-
-
Especially the creation of ghost nodes.
-
-
- Mar 01, 2018