- Sep 30, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9891]]
-
- Sep 29, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9890]]
-
Oliver Sander authored
[[Imported from SVN: r9889]]
-
Oliver Sander authored
[[Imported from SVN: r9888]]
-
- Sep 19, 2014
-
-
Oliver Sander authored
This is needed for projection-based finite elements. The code in this patch has not been tested yet. [[Imported from SVN: r9887]]
-
Oliver Sander authored
[[Imported from SVN: r9886]]
-
- Sep 12, 2014
-
-
Oliver Sander authored
dune-solvers actually does provide a way to set these matrices directly. I simply didn't find it until recently. [[Imported from SVN: r9885]]
-
Oliver Sander authored
Currently, the only use of FD is to double check the derivatives computed either by hand-written code or (more frequently) by automatic differentiation. However, only multiprecision number types allow to really be sure that the rounding/cut off errors of FD do not hide subtle errors. Unfortunately, this patch doesn't go all the way. It now won't run with 'double' anymore. Also, user code needs to be modified in small but inelegant ways (e.g., no 'std::' prefixes for math functions). Since the FD tests don't have to be run every day that's okay for now. [[Imported from SVN: r9884]]
-
- Sep 07, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9883]]
-
Oliver Sander authored
[[Imported from SVN: r9882]]
-
Oliver Sander authored
[[Imported from SVN: r9881]]
-
Oliver Sander authored
We are using stuff from there. [[Imported from SVN: r9880]]
-
- Sep 03, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9879]]
-
Oliver Sander authored
[[Imported from SVN: r9878]]
-
Oliver Sander authored
[[Imported from SVN: r9877]]
-
- Sep 01, 2014
-
-
Oliver Sander authored
That should be no problem now that we use a 50-decimal digits type for the FD approximation. [[Imported from SVN: r9876]]
-
Oliver Sander authored
[[Imported from SVN: r9875]]
-
- Aug 31, 2014
-
-
Oliver Sander authored
It offers a 'double' interface, but we don't really need that. [[Imported from SVN: r9874]]
-
Oliver Sander authored
[[Imported from SVN: r9873]]
-
Oliver Sander authored
[[Imported from SVN: r9872]]
-
- Aug 29, 2014
-
-
Oliver Sander authored
This fixes a dubious compiler error. [[Imported from SVN: r9871]]
-
Oliver Sander authored
[[Imported from SVN: r9870]]
-
Oliver Sander authored
This code compares scalar and vector AD, and a finite difference approximation. [[Imported from SVN: r9869]]
-
- Aug 28, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9868]]
-
Oliver Sander authored
It appears that there may be very small energy increases due to rounding errors. [[Imported from SVN: r9867]]
-
Oliver Sander authored
Solvers from dune-solvers expect the number type to be exported as field_type. This patch adds the missing export to RealTuple. [[Imported from SVN: r9866]]
-
Oliver Sander authored
This bug has now influence as long as mu_c is zero, but for non-zero mu_c there was one term missing. [[Imported from SVN: r9865]]
-
Oliver Sander authored
[[Imported from SVN: r9864]]
-
- Aug 26, 2014
-
-
Oliver Sander authored
ParaView doesn't support P3 elements. Therefore, the data is downsampled onto a p2 space. [[Imported from SVN: r9863]]
-
Oliver Sander authored
[[Imported from SVN: r9862]]
-
Oliver Sander authored
For some reason, when numpy is used, I can't use ctrl-c to stop the program. But numpy is not really used anyway, so let's get rid of it. [[Imported from SVN: r9861]]
-
- Aug 22, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9860]]
-
Oliver Sander authored
[[Imported from SVN: r9859]]
-
Oliver Sander authored
[[Imported from SVN: r9858]]
-
Oliver Sander authored
[[Imported from SVN: r9857]]
-
Oliver Sander authored
[[Imported from SVN: r9856]]
-
Oliver Sander authored
[[Imported from SVN: r9855]]
-
Oliver Sander authored
[[Imported from SVN: r9854]]
-
Oliver Sander authored
[[Imported from SVN: r9853]]
-
Oliver Sander authored
'Mixed' means that the spaces for deformations and microrotations can be chosen separately. At this point there hasn't been a lot of testing yet. In particular, parallelizing the assembly is currently not supported. [[Imported from SVN: r9852]]
-