From 121563812f170e12b6c34470a0e0d76eea1cb50c Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 7 Jun 1999 11:54:32 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@1373 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index ab0d8c916b..9294d17806 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -181,13 +181,9 @@ Maybe single out the epsgrid from DataOut and the write_gnuplot from does only write grids, without any data. -Look at this code from error_estimator.cc: - vector > > tmp (n_components, - neighbor_psi); - fe_face_values_neighbor.get_function_grads (solution, tmp); - neighbor_psi.swap (tmp[selected_component]); - I believe it is wrong in that it assumes that the outermost index - in tmp runs over the components, but get_function_grads returns it - the other way round, so it should only work if - n_components==n_q_points. there are several such places, fix them. +In 'KellyErrorEstimator' add new argument 'const vector weight_ +components' for using the error indicators of all components of a +system in a linear combination. This vector must have the size of the +number of components and includes the weights. This could replace the +old argument 'const unsigned int selected_component'. -- 2.39.5