- Feb 16, 2018
-
-
Bernd Flemisch authored
- Feb 14, 2018
-
-
Kilian Weishaupt authored
[typetraits] Implement isValid function to generate class member introspection functors See merge request !797
-
Timo Koch authored
* isValid can be used to generate a functor that can check whether an operation done with a type is valid * this patch also provides examples in form of a test and documentation
-
Kilian Weishaupt authored
Feature/variable eps See merge request !791
-
Kilian Weishaupt authored
[newton] use new NewtonSolver in incompressible 2p fv test See merge request !795
-
- Feb 13, 2018
-
-
Bernd Flemisch authored
-
Kilian Weishaupt authored
[newton] format output consistently See merge request !793
-
Kilian Weishaupt authored
[newton] fix for use with Dune 2.5 See merge request !792
-
Bernd Flemisch authored
[nonlinear][NewtonSolver] Fix compilation with g++5 Closes #445 See merge request !794
-
Kilian Weishaupt authored
There seems to be a bug in g++5 which which prevents compilation when defining the call to the implementation directly to Dune::Hybrid::forEach. We therefore store this call in a lambda and pass it to the for loop afterwards.
-
Bernd Flemisch authored
Use a uniform number of digits for the iteration count as well as a consistent format for the floating point values.
-
Bernd Flemisch authored
See !779.
-
Bernd Flemisch authored
Feature/unify newtoncontrollers See merge request !762
-
- Feb 12, 2018
-
-
Kilian Weishaupt authored
[test][freeflowMaxwellStephan] Fix test See merge request !790
-
Kilian Weishaupt authored
* this is the only test that failed after the changes in momentum upwind, thus the use of inertia terms is disabled * use fixed times to write output * do some clean-up
-
Timo Koch authored
-
Timo Koch authored
-
Thomas Fetzer authored
[navierstokes] Improve flux variables See merge request !745
-
Thomas Fetzer authored
Somehow the upwinding and changes in navierstokes led to an additional Newton step
-
Kilian Weishaupt authored
* rename old test for low Re testing
-
Kilian Weishaupt authored
* introduce upwind weight for momentum flux * use convenience function to calculate all momentum fluxes * rename computeNormalMomentumFlux to computeFrontalMomentumFlux * rename computeTangetialMomentumFlux to computeNormalMomentumFlux * move pressure term from local residual to fluxVars * use separate function to treat outflow boundaries * improve docu and clean-up
-
Kilian Weishaupt authored
* explicitly check for outflow BC * small clean-ups * improve docu
-
-
- Feb 09, 2018
-
-
Kilian Weishaupt authored
* NewtonMethod * NewtonController
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* 1p2c, 2p2c, test_donea (NavierStokes)
-
Kilian Weishaupt authored
* combination of previous NewtonMethod and NewtonController classes * capable of handling MultiType matrices and vectors * adapt convergence writer
-
Kilian Weishaupt authored
* updateGridVariables * resetTimeStep
-
Kilian Weishaupt authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Simon Emmert authored
unite misciblemultiphaseconstraintsolver and miscible2pncconstraintsolver and… See merge request !786
-
Thomas Fetzer authored
-
- Feb 08, 2018
-
-
Katharina Heck authored
unite misciblemultiphaseconstraintsolver and miscible2pncconstraintsolver and deprecate unnecessary constraintsolvers. use misciblemultiphase now in all models
-
Timo Koch authored
-