- Jul 02, 2018
-
-
Dennis Gläser authored
-
- Jun 28, 2018
-
-
- Jun 25, 2018
-
-
Dennis Gläser authored
-
- May 22, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- May 10, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
Some of the interfaces were designed such that they are in agreement with the porous medium flow framework where we make them work for both cell-centered as well as the box scheme. In the geomechanics framework we now make use of the fact that cell-centered schemes are not considered and use more FEM-like interfaces for the parameters required for stress evaluations. This might enable us to rename/redefine these interfaces to work with both FEM as well as Box. However, if cell-centered schemes for geomechanics are to be implemented one day, the whole structure would have to be overthought.
-
- May 09, 2018
-
-
Dennis Gläser authored
-
- Oct 27, 2017
-
-
Timo Koch authored
We currently dont support them because they have become too old. After refactoring they will be reincluded in a future release
-
- Oct 10, 2017
-
-
* Dune > 2.5 uses a new interface and only required GridView as template argument for the mapper type * for the constructor, an additional argument is now required: elementMapper_(gridView, Dune::mcmgElementLayout()) vertexMapper_(gridView, Dune::mcmgVertexLayout()) (cherry picked from commit 6b4dc071)
-
- Jul 31, 2017
-
-
Timo Koch authored
-
- Jul 26, 2017
-
-
Kilian Weishaupt authored
* Dune > 2.5 uses a new interface and only required GridView as template argument for the mapper type * for the constructor, an additional argument is now required: elementMapper_(gridView, Dune::mcmgElementLayout()) vertexMapper_(gridView, Dune::mcmgVertexLayout())
-
- Apr 06, 2017
-
-
(cherry picked from commit 0410f946)
-
- Mar 23, 2017
-
-
Gabi Seitz authored
-
- Mar 20, 2017
-
- Mar 17, 2017
-
-
Kilian Weishaupt authored
* 02e54008 erroneously replaced Yasp with AluGrid
- Mar 10, 2017
-
-
Thomas Fetzer authored
Feature/pieceofcake See merge request !354
-
- Feb 09, 2017
-
-
- Jan 31, 2017
-
-
Martin Beck authored
Replacing LinearSpacer/PowerLawSpacer structure with the grading option from gridcreator.hh, which allows to define multiple sets of increasing/ decreasing point distances for angular, radial and axial coordinates.
-
- Jan 30, 2017
- Dec 13, 2016
-
-
Beatrix Becker authored
-
- Nov 23, 2016
-
-
Timo Koch authored
The global object can create an empty temporary local object that can be bound to an element/stencil. This is closer to the current dumux-stable implementation and still allows to switch between global caching (for smaller problems where memory is not an issue) and local caching (variables are precomputed for each element assemble temporarily) Works for cc and box (in 2d). Box needs some performance improvement, probably when creating the box geometries. But also other parts might be possbile to optimize.
-
This commit introduces the necessary changes and new classes for a cctpfa elastic model. Checking the results suggest, that a simple tpfa scheme is not suitable for linear elasticity, not even on structured grids. It is thus questionable wether or not this implementation will be deleted in the future. Note that it only works in 2d so far.
-
- Sep 27, 2016
-
-
-
Beatrix Becker authored
-
- Jul 26, 2016
-
-
Bernd Flemisch authored
Everything in our .hh files is defined within the namespace `Dumux`. There were numerous occurrences of `Dumux::` qualifiers that were unnecessary. Remove those occurrences. Necessary qualifications remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
-
Thomas Fetzer authored
this means * the first vtk (normally the initial solution) is *-00000.vtu * if all timesteps are writen the time step number and vtk number correspond
-
- Jun 28, 2016
-
-
Thomas Fetzer authored
Move all testing related scripts to subfolder testing
-
- Mar 23, 2016
- Mar 10, 2016
-
-
Thomas Fetzer authored
* liquid phase or gas phase can by chosen via the property system, so this fluidsystem is superfluous
-
- Mar 09, 2016
-
-
Christoph Grüninger authored
* Remove empty constructor * Remove wrongly included config.h which is only needed in cc files * Remove else after return in if branch
-