- Jul 26, 2017
-
-
Lars Bilke authored
Requires pandoc-citeproc tool.
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jul 25, 2017
-
-
Lars Bilke authored
Fixed umlaut encoding and one math issue.
-
- Jul 24, 2017
-
-
Lars Bilke authored
-
- Jul 21, 2017
-
-
Tom Fischer authored
Use Eigen's index type in EigenMatrix and EigenVector
-
- Jul 20, 2017
-
-
Lars Bilke authored
[Jenkins] Fix Doxygen ignored warnings.
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Targets ctest and ctest-large now run 3 parallel processes.
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Lars Bilke authored
-
- Jul 19, 2017
-
-
- Do not run in parallel with unit tests - ctest-large target run tests sequentially
-
- Jul 18, 2017
-
-
Dmitri Naumov authored
-
Tom Fischer authored
Fixing HM specific error.
-
- Jul 17, 2017
-
-
-
This is important for the dN_u/dx * N_p products for displacement and pressure shape functions.
-
-
Dmitri Naumov authored
Testing additionaly on Quad9, Tri6, and Hex20 meshes. The latter with plain strain.
-
Dmitri Naumov authored
- Fix error in the derivatives. - Rewrite the expressions using more simple and explicit formulation.
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This is failing with adaptive time stepping scheme using LIS library and enters an infinite loop. This is to be fixed by Wenqing.
-
Dmitri Naumov authored
Improved the convergence control of the coupling iterations
-
- Jul 12, 2017
- Jul 10, 2017
-
-
Dmitri Naumov authored
[PCS/LIE/HM] add output of nodal w and aperture
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Jul 08, 2017
-
-
Dmitri Naumov authored
Small fixes
-
- Jul 07, 2017
-
-
wenqing authored
-
- Jul 06, 2017
-
-
Dmitri Naumov authored
Patches for adaptive time stepping
-
wenqing authored
added a warning message about the times of repeated rejected time steps.
-
- Jul 05, 2017
-
-
Dmitri Naumov authored
From the standard: If the initializer list has no elements and T is a class type with a default ctor, the object is value-initialized. The warning appearing in gcc-4.9 is due to a c++11 defect fixed in http://open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#1324 which points to http://open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#1301. The warning is fixed in later versions of gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55805
-