- Mar 06, 2017
-
-
*Pure diffusion: no advective fluxes expected *Advection *Density driven flow with gravity
-
*Remove output of matrix
-
-
*Always use moles to calculate diffusive fluxes *Convert to mass flux if required
-
-
-
* Was using pointer to unitialized problem * Fixes segfault from previous commit
-
* Temporary commit * Needs better boundary conditions * Needs better output * obscure segfault when trying to access problem member variables from fluxvars (apparently unitialized).
-
[cmake] Add module to find pvpython, which can be used to run postprocessing scripts See merge request !393
-
- Mar 01, 2017
-
-
Dennis Gläser authored
Fix/bugs when using growing grids See merge request !392
-
Dennis Gläser authored
-
Kilian Weishaupt authored
-
- Feb 27, 2017
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
All the new fancy containers need to be updated if the grid changes similar to what is done in the model init method. Introduce a gridChanged method in the problem that can be overloaded for other types of adaptivity or user defined purposes.
-
Timo Koch authored
-
Kilian Weishaupt authored
* Test wouldn't compile
-
Kilian Weishaupt authored
Feature/improve staggered local jacobian See merge request !388
-
Timo Koch authored
-
- Feb 25, 2017
-
- Feb 24, 2017
-
-
Timo Koch authored
-
Kilian Weishaupt authored
* Build pressure difference with lower absolute values * To prevent domination of pressure term in half-residuals
-
Kilian Weishaupt authored
* Each derivative calculation can now be set with a specific base epsilon
-
Kilian Weishaupt authored
[staggered][model] Slight modifications of staggered model See merge request !386
-
Martin Schneider authored
-
- Feb 23, 2017
-
-
Martin Schneider authored
-
- Feb 22, 2017
-
-
Martin Schneider authored
Cleanup/staggered See merge request !383
-
Martin Schneider authored
-
Dennis Gläser authored
-
Kilian Weishaupt authored
* faceIndices start at numCellCenterEquations ( > 0) * Accessing a Dune::FieldVector<int,1> with an index > 0 does not yield any error, warning, segfault etc.
-
Kilian Weishaupt authored
* Changed probably due to correction of volume term for face
-
- Feb 21, 2017
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* Use correct faceVars
-
Kilian Weishaupt authored
* To supress compiler warnings
-
Kilian Weishaupt authored
* Convert matrix (if required) in newtoncontroller, as done in mixeddimension
-
Kilian Weishaupt authored
* Do not use fixed values anymore
-