- Mar 23, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10101]]
-
- Mar 21, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10100]]
-
Oliver Sander authored
[[Imported from SVN: r10099]]
-
- Mar 20, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10097]]
-
- Mar 19, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10092]]
-
Oliver Sander authored
[[Imported from SVN: r10091]]
-
Oliver Sander authored
Getting intersections from the element has been deprecated for a long time, because the precise intersection one gets does not only depend on the element, but also on the grid view. [[Imported from SVN: r10090]]
-
Oliver Sander authored
[[Imported from SVN: r10089]]
-
Oliver Sander authored
[[Imported from SVN: r10088]]
-
Oliver Sander authored
[[Imported from SVN: r10087]]
-
- Mar 18, 2015
-
-
Oliver Sander authored
Conceptually cleaner, and makes for simpler code. Most importantly, we will want to pass the Basis::LocalView to the local assemblers. For that we need the actual basis, not just the grid view and local finite element. [[Imported from SVN: r10082]]
-
- Mar 15, 2015
-
-
Oliver Sander authored
At least the harmonicmaps.cc example still works as before. [caveat: only tested without HAVE_MPI] Internally, at various places in the code, a dune-fufem basis is still constructed from the dune-functions one. These parts can be ported one by one, as dune-fufem slowly replaces its own bases by the ones from dune-functions. [[Imported from SVN: r10080]]
-
Oliver Sander authored
[[Imported from SVN: r10077]]
-
Oliver Sander authored
[[Imported from SVN: r10076]]
-
- Mar 14, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10070]]
-
- Feb 12, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10069]]
-
Oliver Sander authored
[[Imported from SVN: r10068]]
-
Oliver Sander authored
Which is the type returned by the derivativeOfProjection method. [[Imported from SVN: r10067]]
-
- Feb 06, 2015
-
-
Oliver Sander authored
Patch by Jonathan Youett [[Imported from SVN: r10056]]
-
Oliver Sander authored
Patch by Jonathan Youett [[Imported from SVN: r10055]]
-
Oliver Sander authored
This is a fall-out from the recent move to use all the parallel code only when HAVE_MPI is set. Very ugly, but I still don't know any other way to have P3 spaces. Patch by Jonathan Youett [[Imported from SVN: r10054]]
-
Oliver Sander authored
Patch by Jonathan Youett [[Imported from SVN: r10053]]
-
- Feb 05, 2015
-
-
Oliver Sander authored
Use std::vector instead of C-array as clang does not support initialization of a C-array by a variable. Patch by Jonathan Youett [[Imported from SVN: r10052]]
-
Oliver Sander authored
Patch by Jonathan Youett [[Imported from SVN: r10051]]
-
- Feb 01, 2015
-
-
Oliver Sander authored
I don't see an elegant way to make this work for a P3 space, even on a single processor. Since I need P3 measurements real soon now, I just disable the entire code. Not nice. [[Imported from SVN: r10047]]
-
Oliver Sander authored
The multigrid hierarchy is built in two different ways, depending on whether we use a P1NodalBasis for the discretization, or anything else. Previously, this switch was made using the preprocessor. The patches changes the code to use std::is_same instead. [[Imported from SVN: r10046]]
-
- Jan 28, 2015
-
-
Oliver Sander authored
This is much cleaner than handing over the Grid only, and then trying to guess the basis using the preprocessor. After all, the RiemannianTrustRegionSolver calls the assembler, so it may know the function space basis. [[Imported from SVN: r10035]]
-
Oliver Sander authored
By introducing a factory class that produces GlobalMapper and LocalMapper types for a given dune-fufem-style function space basis. [[Imported from SVN: r10034]]
-
Oliver Sander authored
[[Imported from SVN: r10033]]
-
Oliver Sander authored
[[Imported from SVN: r10032]]
-
Oliver Sander authored
[[Imported from SVN: r10031]]
-
Oliver Sander authored
... while keeping compatible with dune 2.3 [[Imported from SVN: r10030]]
-
- Jan 27, 2015
-
-
Oliver Sander authored
This implements a global GFE function (inheriting from VirtualGridViewFunction). However, the return value of this function is _not_ a manifold class. Rather, the manifold is embedded into a Euclidean space. Hence this class is formally simply vector valued, and can be used in error measurement routines and such. [[Imported from SVN: r10024]]
-
- Jan 16, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10014]]
-
- Jan 14, 2015
-
-
Oliver Sander authored
... so much difficult code obsolete now... AD rocks... [[Imported from SVN: r10010]]
-
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]]
-