- May 20, 2020
-
-
Lisa Julia Nebel authored
WHITESPACES: Continue with Trust-Region-Algorithm if IPOPT threw an error while solving, treat this case as an 'unsuccessful iteration'
-
Lisa Julia Nebel authored
Continue with Trust-Region-Algorithm if IPOPT threw an error while solving, treat this case as an 'unsuccessful iteration'
-
Sander, Oliver authored
Update the image addresses in .gitlab-ci.yml from "duneci/dune:***" to... See merge request !37
-
- May 15, 2020
-
-
Sander, Oliver authored
Add mooneyrivlin-parameters, add comments in the parset file See merge request !40
-
- May 14, 2020
-
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
Update the image addresses in .gitlab-ci.yml from "duneci/dune:***" to "registry.dune-project.org/docker/ci/dune:***", so the dokcer-images are fetched from the official dune-ci
-
Sander, Oliver authored
Update to upstream changes See merge request !39
-
Sander, Oliver authored
Previously, the method constructBoundaryDofs would accept scalar bases together with blocked bit vectors, and would tacitly do The Right Thing. This has changed: Nowadays, the basis really has match the blocking structure of the bit vectors. This means that we have to introduce a second type of power basis: The one that already exists has the dimension of the embedding space. That is correct for sampling initial configurations. However, the Dirichlet values apply to corrections, which live in the tangent space. Therefore, their 'power-order' needs to be the dimension of that, i.e., lower.
-
Sander, Oliver authored
-
- May 13, 2020
-
-
- Mar 04, 2020
-
-
Sander, Oliver authored
Use global index sets by the dune-parmg module See merge request !27
-
This class will gradually replace the current implementations GlobalP1Mapper and GlobalP2Mapper, because dune-gfe is not the proper place for infrastructure for distributed computing. Plus, the stuff in dune-parmg already is more flexible and powerful.
-
-
dune-gfe contains a bit of home-grown infrastructure for distributed assembly of the tangent stiffness matrix. This will now be removed in favour of dune-parmg code, for better maintainability. Also, eventually we want the parallel solver of dune-parmg in addition to the parallel assembly. The new dependency is optional, to cater for people without interest in distributed computing.
-
- Feb 18, 2020
-
-
Sander, Oliver authored
Add missing std prefixes See merge request !30
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
Up until dune-common 2.7, the Dune namespace contained shared_ptr: First as an actual implementation, later simply as a namespace import. Dune-common post-2.7 has removed that import, and users of shared_ptr really have to explicitly specify the std:: namespace prefix.
-
Sander, Oliver authored
Fix a few issues that I found using the clang sanitizer See merge request !28
-
- Feb 11, 2020
-
-
Sander, Oliver authored
The svd code contains some index trickery, because the original code was written in fortran, which numbers arrays starting from '1' rather than from '0'. This trickery included having a pointer point 1 int in front of an allocated array, implicitly relying on the fact that pointer[0] would never be called. The llvm sanitizer complains nevertheless, so this patch improves the trickery a little to avoid the objected pointer.
-
Sander, Oliver authored
Scalar bases used to work for that, but that feature got removed a long time ago.
-
Sander, Oliver authored
Do this by making RodAssembler more similar to the generic GeodesicFEAssembler: the constructor argument is now a general LocalGeodesicFEStiffness, and not something particular to rod problems.
-
- Jan 29, 2020
-
-
Sander, Oliver authored
Harmonicmap integration test See merge request !25
-
Sander, Oliver authored
The predicates do implement operator(), so let's use that.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
This is needed to test against the 2.6 core modules.
-
Sander, Oliver authored
This new test computes a harmonic map from a square to a sphere. In other words, rather than testing some specific aspect of some class, it does a whole simulation. It should therefore cover much more of the dune-gfe code.
-
Sander, Oliver authored
Automatic testing of the RiemannianTrustRegionSolver class requires to know what it did on the previous run. This patch adds some infrastructure to collect this information.
-
- Jan 19, 2020
-
-
Sander, Oliver authored
I wrote it without a clear idea of what is needed of such a test function, and I never finished it. Now it is unclear what the code does or is supposed to do, so let's just remove it.
-
- Dec 19, 2019
-
-
Sander, Oliver authored
.gitlab-ci.yml: test with dune-parmg installed and other configurations See merge request !24
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- Dec 18, 2019
-
-
Sander, Oliver authored
Use only LocalView objects, no LocalIndexSet ones See merge request !23
-
Sander, Oliver authored
This avoids 'implicit narrowing' errors/warnings.
-
Sander, Oliver authored
For some reason only clang complains about this.
-
Sander, Oliver authored
Using LocalIndexSet objects was mandatory with dune-functions-2.5 and earlier. However, we only support 2.6 and later anyway, so let's get rid of the backward-compatibility code.
-