>   solver.solve (back_euler_matrix, solution_tmp, rhs_back_euler);
> [...]

> When i compile my code, i get the following error:
>
> error: no matching function for call to
> ‘dealii::SolverRichardson<dealii::Vector<double>
> >::solve(MatrixFree<double, 2>&, dealii::Vector<double>&,
> dealii::Vector<double>&)’

The SolverRichardson::solve method expects you to provide a preconditioner as 
last argument. You can use PreconditionIdentity if you don't have anything 
better, but you need to provide something.

W.

-- 
-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to