- Oct 16, 2015
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
Calls like const auto& element = *gridView.template begin<0>(); result in element referencing a temporary. Use a copy instead: const auto element = *gridView.template begin<0>();
-
Bernd Flemisch authored
-
Bernd Flemisch authored
For the adaptive decoupled models, several loops could not be adapted. In particular, incrementation of iterators is used not only for loop steering. Moreover, iterators are explicitly stored.
-
- Oct 14, 2015
-
-
Bernd Flemisch authored
Some tests still use the GridView's begin method explicitly in order to obtain the first element with which some calculations are performed. It should be evaluated if this can be circumvented.
-
Bernd Flemisch authored
As for other LocalResiduals, IntersectionIterators could not be eliminated from the Stokesnc(ni)CouplingLocalResiduals, since they are used as parameters for functions.
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
Similar to box and cellcentered, there remains an IntersectionIterator in stokeslocalresidual.hh.
-
Bernd Flemisch authored
A few occurrences in boxlocalresidual.hh and cclocalresidual.hh could not be adapted yet, since some functions get an IntersectionIterator as parameter. This should be treated as a separate issue.
-
Bernd Flemisch authored
Employ the possibility to use range-for-loops for iterating over entities and intersections. As a first step, modify the implicit 2p model and the central infrastructure in implicit/common and implicit/box.
-
Christoph Grüninger authored
(reviewed by bernd)
-
Martin Beck authored
(reviewed by fetzer)
-
- Oct 13, 2015
-
-
Martin Beck authored
Tests now use input files instead of command line input. Simulation time changed to the original setup with 1e6 s of initialisation and 1e6 s of injection. Reference files are adapted accordingly. Name of the executable for both the parallel and the non-parallel test is now the same. (reviewed by fetzer)
-
Christoph Grüninger authored
After removing uses of DUNE_VERSION_NEWER I forgot to get rid of the include dune/common/version.hh. (reviewed by fetzer)
-
- Oct 12, 2015
-
-
Christoph Grüninger authored
The former has been removed in dune-grid 3.0-git.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Thomas Fetzer authored
Remove dune23 compatibility See merge request !7
-
Christoph Grüninger authored
Remove INSTALL and replace by INSTALL.cmake. This still needs some love to reflect the current situation.
- Oct 11, 2015
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Oct 09, 2015
-
-
Beatrix Becker authored
-
-
Bernd Flemisch authored
Feature/externalscript Gstat wird nicht mehr weiterentwickelt und das package vom gstat server compiliert nicht, daher habe ich gstat rausgenommen. Man kann es nun aber IWS intern vom tiki runterziehen. See merge request !5
-
Timo Koch authored
Apply it also in the external script. The patch makes entities copy assignable.
-
Timo Koch authored
Cleanup/elementpointer Removes all occurences of ```EntityPointer``` (except multidomain). Removes deprecation warnings related to ```EntityPointer```s. All methods returning ```EntityPointer``` now return Entities. ```InteractionVolume```s in decoupled store ```ElementSeed```s. ```CCElementGeometry``` stores ```Element```s. See merge request !4
-
Timo Koch authored
-
- Oct 08, 2015
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Oct 07, 2015
-
-
Thomas Fetzer authored
-
- Oct 06, 2015
-
-
Timo Koch authored
Thanks Christoph for the bugreport.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
(reviewed by fetzer)
-