From: bangerth Date: Tue, 31 Jan 2012 20:56:38 +0000 (+0000) Subject: Add a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f904e437a4084aa6822bae7ae1000edc93a4ba;p=dealii-svn.git Add a TODO. git-svn-id: https://svn.dealii.org/trunk@24974 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-43/step-43.cc b/deal.II/examples/step-43/step-43.cc index 04d75dfdb8..71adb0e5f9 100644 --- a/deal.II/examples/step-43/step-43.cc +++ b/deal.II/examples/step-43/step-43.cc @@ -1979,6 +1979,7 @@ namespace Step43 fe_values.get_function_grads (predictor_saturation_solution, grad_saturation); +//TODO: fix this up refinement_indicators(cell_no) = std::log( 1.0 + std::sqrt( grad_saturation[0] * grad_saturation[0] ) );