- Mar 10, 2017
-
-
Thomas Fetzer authored
Feature/pieceofcake See merge request !354
-
- Mar 09, 2017
-
-
Dennis Gläser authored
This is necessary for the facet coupling models to work with the global flux variables cache enabled
- Mar 08, 2017
-
-
Dennis Gläser authored
Fix/box See merge request !399
-
Kilian Weishaupt authored
* number of inner scvfs is element.subEntities(dim-1), not element.subEntities(1)
-
Kilian Weishaupt authored
-
* for pure diffusion test
-
- Mar 07, 2017
-
-
Timo Koch authored
-
- Mar 06, 2017
-
-
* Density driven flow test is highly grid-depenend * Use finer grid to increase chances of test passing on different systems
-
* Update ref solution * Add input file parameter "UseWholeLenght" to apply concentration BC over whole length of domain * add output of delRho to identify influence of composition on density
-
* use outflow instead of Neumann
-
* Clean up * Use NavierStokes (enable interial terms) * Only use two time steps * Update ref solution
-
* Curly bracket initializaton led to linker error with debug opts
-
-
-
-
* include Neumann fluxes * clean-up
-
* Forward declare CellCenterPrimaryVariables to avoid issues with non-staggered discretizations (header is always included)
-
-
-
* Make use of boundaryVolVars, located outside the domain
-
*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
-