- Mar 06, 2017
-
-
* 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
-
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
-