geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
227 stars 237 forks source link

[deal 9.0.0] tests/stokes_residual.prm #1989

Closed tjhei closed 7 years ago

tjhei commented 7 years ago

on deal.II master stokes_residual.prm fails with

An error occurred in line <161> of file <../source/lac/solver_control.cc> in function
    const std::vector<double>& dealii::SolverControl::get_history_data() const
The violated condition was: 
    history_data.size() > 0
Additional information: 
    The SolverControl object was asked for the solver history data, but there is no data. Possibly you requested the data before the solver was run.
gassmoeller commented 7 years ago

This should be solved by #1988

gassmoeller commented 7 years ago

Reopening, because now stokes_residual_cheap fails.

gassmoeller commented 7 years ago

Fixed by #1993.