From: guido Date: Mon, 30 May 2005 08:53:01 +0000 (+0000) Subject: derivatives of Raviart-Thomas polynomials fixed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37bdbaac6e24782c530ac50396825bf6716b72aa;p=dealii-svn.git derivatives of Raviart-Thomas polynomials fixed git-svn-id: https://svn.dealii.org/trunk@10773 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/polynomials_raviart_thomas.cc b/deal.II/base/source/polynomials_raviart_thomas.cc index 15de6d7b70..3b16c0c421 100644 --- a/deal.II/base/source/polynomials_raviart_thomas.cc +++ b/deal.II/base/source/polynomials_raviart_thomas.cc @@ -63,13 +63,19 @@ PolynomialsRaviartThomas::compute (const Point &unit_point, p_grads.resize((grads.size() == 0) ? 0 : n_sub); p_grad_grads.resize((grad_grads.size() == 0) ? 0 : n_sub); - // Compute values of complete space - // and insert into tensors. Result - // will have first all polynomials - // in the x-component, then y and - // z. for (unsigned int d=0;d p; for (unsigned int c=0;c::compute (const Point &unit_point, // Let's hope this is not the transpose for (unsigned int i=0;i