- Jan 14, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r9997]]
-
Oliver Sander authored
Described in: Christof Melcher, "Chiral skyrmions in the plane", Proc. of the Royal Society, online DOI DOI: 10.1098/rspa.2014.0394 [[Imported from SVN: r9996]]
-
Oliver Sander authored
[[Imported from SVN: r9995]]
-
Oliver Sander authored
[[Imported from SVN: r9994]]
-
Oliver Sander authored
This removes a compiler deprecation warning. By using the usual preprocessor magic we retain compatibility with the dune 2.3 release. [[Imported from SVN: r9993]]
-
- Dec 27, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9992]]
-
Oliver Sander authored
There is no need to have our own implementation for this, we had it purely for historical reasons. Also, this change fixes a subtle bug: Our own implementation used AlienElementLocalBasis, which returns zero if the LocalBasis is evaluated outside of the reference element. However, this happened sometimes due to rounding error on grids with very small quadrilateral elements. [[Imported from SVN: r9991]]
-
Oliver Sander authored
[[Imported from SVN: r9990]]
-
- Dec 26, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9989]]
-
- Dec 21, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9988]]
-
Oliver Sander authored
[[Imported from SVN: r9987]]
-
Oliver Sander authored
[[Imported from SVN: r9986]]
-
Oliver Sander authored
[[Imported from SVN: r9985]]
-
Oliver Sander authored
[[Imported from SVN: r9984]]
-
Oliver Sander authored
[[Imported from SVN: r9983]]
-
- Dec 08, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9982]]
-
Oliver Sander authored
[[Imported from SVN: r9981]]
-
Oliver Sander authored
[[Imported from SVN: r9980]]
-
Oliver Sander authored
[[Imported from SVN: r9979]]
-
Oliver Sander authored
[[Imported from SVN: r9978]]
-
Oliver Sander authored
[[Imported from SVN: r9977]]
-
- Nov 29, 2014
-
-
Oliver Sander authored
This already saves a lot of disk space, because the class issues less whitespace than our own code. Plus, switching to binary data will be very easy now. [[Imported from SVN: r9976]]
-
- Nov 25, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9975]]
-
Oliver Sander authored
[[Imported from SVN: r9974]]
-
Oliver Sander authored
[[Imported from SVN: r9973]]
-
- Nov 22, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9972]]
-
- Nov 14, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9971]]
-
Oliver Sander authored
[[Imported from SVN: r9970]]
-
Oliver Sander authored
[[Imported from SVN: r9969]]
-
Oliver Sander authored
[[Imported from SVN: r9968]]
-
Oliver Sander authored
[[Imported from SVN: r9967]]
-
Oliver Sander authored
[[Imported from SVN: r9966]]
-
- Nov 13, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9965]]
-
Oliver Sander authored
Previously, the number of multigrid transfer operators was always equal to the number of grid levels minus one. That worked out correctly when doing first-order FE spaces. However, for higher-order spaces, the up-most transfer operator transfers from the higher-order space to a first-order space _on the same grid level_. But since the total number of transfer operators was grid levels minus one, this implied that the coarsest grid leve was never used, and the coarse grid solver would operate on the second-coarsest grid. This patch adds the extra transfer operator in this case. That means we now call the coarse grid solver on smaller problems, which makes a noticeable run-time difference. [[Imported from SVN: r9964]]
-
Oliver Sander authored
[[Imported from SVN: r9963]]
-
Oliver Sander authored
Normally, the two different level grid views. Previously we used the same one to compute the localToGlobal renumbering for boths rows and columns. Of course that screws up the numbering. I am not quite sure when that got introduced. I may have gotten in fairly recently, after the upstreaming of the GlobalIndexSet classs. [[Imported from SVN: r9962]]
-
Oliver Sander authored
[[Imported from SVN: r9961]]
-
- Nov 12, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9960]]
-
- Nov 10, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9959]]
-
Oliver Sander authored
May happen when the matrix is singular. UMFPack doesn't like that. [[Imported from SVN: r9958]]
-