- 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
- Feb 25, 2018
-
-
- Feb 21, 2018
-
-
Dmitri Naumov authored
-
- Feb 12, 2018
-
-
- Jan 26, 2018
-
-
Dmitri Naumov authored
This also fixes the doxygen warning for undocumented process_id parameter
-
- Jan 18, 2018
- Jan 12, 2018
-
-
Lars Bilke authored
-
- Jan 10, 2018
-
-
Dmitri Naumov authored
-
- Jan 08, 2018
-
-
-
wenqing authored
check the determinant of Jacobian
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Dec 05, 2017
-
-
- Dec 03, 2017
-
-
In some processes (using non-local methods, for example) the assembly is split in two parts: computation of local quantities and actual (non-local) assembly (integration) into the local matrices.
-
- Nov 23, 2017
-
-
Dmitri Naumov authored
-