> Question: Why does this not work where dim=1?
>
>   KellyErrorEstimator<dim>::estimate (dof_handler,
>                                     QGauss<dim>(2),
>                                     typename FunctionMap<dim>::type(),
>                                     localized_solution,
>                                     local_error_per_cell,
>                                     std::vector<bool>(),
>                                     0,
>                                     multithread_info.n_default_threads,
>                                     this_mpi_process);

You need to pass a Quadrature<dim-1> as second argument. Doing so should 
hopefully solve the problem.

W.


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


_______________________________________________

Reply via email to