mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
- the residual now does not consider constraints anymore - instead, the central place for constraints is the linearizer: - it gets a constraintsMap() method which is analogous to residual() but it stores (DOF index, constraints vector) pairs because typically only very few DOFs need to be constraint. - the newton method consults the linearizer's constraint map to update the error and the current iterative solution. the primary variables for constraint degrees of freedom are now directly copied from the 'Constraints' object to correctly handle pseudo primary variables. - the abilility to specify partial constraints is removed, i.e., it is no longer possible to constrain some equations/primary variables of a degree of freedom without having to specify all of them. The reason is that is AFAICS with partial constraint DOFs it is impossible to specify the pseudo primary variables for models which require them (PVS, black-oil). because of this, the reference solution for the Navier-Stokes test is updated. the test still oscillates like hell, but fixing this would require to implement spatial discretizations that are either better in general (e.g., DG methods) or adapted to Navier-Stokes problems (e.g., staggered grid FV methods). since both of these are currently quite low on my list of priorities, let's just accept the osscillations for now. |
||
---|---|---|
.. | ||
co2injectionflash.hh | ||
co2injectionproblem.hh | ||
cuvetteproblem.hh | ||
diffusionproblem.hh | ||
fingergridmanager.hh | ||
fingerproblem.hh | ||
fractureproblem.hh | ||
groundwaterproblem.hh | ||
infiltrationproblem.hh | ||
lensgridmanager.hh | ||
lensproblem.hh | ||
navierstokestestproblem.hh | ||
obstacleproblem.hh | ||
outflowproblem.hh | ||
powerinjectionproblem.hh | ||
reservoirproblem.hh | ||
richardslensproblem.hh | ||
stokes2ctestproblem.hh | ||
stokesnitestproblem.hh | ||
stokestestproblem.hh | ||
waterairproblem.hh |