From: Martin Kronbichler Date: Tue, 22 Aug 2023 13:38:44 +0000 (+0200) Subject: Tensor polynomials: Remove nonsensical comments X-Git-Tag: relicensing~565^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15915%2Fhead;p=dealii.git Tensor polynomials: Remove nonsensical comments --- diff --git a/include/deal.II/base/polynomials_abf.h b/include/deal.II/base/polynomials_abf.h index 218c2f4fdd..3aaaed9a58 100644 --- a/include/deal.II/base/polynomials_abf.h +++ b/include/deal.II/base/polynomials_abf.h @@ -69,11 +69,6 @@ public: * * The size of the vectors must either be zero or equal n(). In * the first case, the function will not compute these values. - * - * If you need values or derivatives of all tensor product polynomials then - * use this function, rather than using any of the compute_value, - * compute_grad or compute_grad_grad functions, see below, - * in a loop over all tensor product polynomials. */ void evaluate(const Point & unit_point, diff --git a/include/deal.II/base/polynomials_bdm.h b/include/deal.II/base/polynomials_bdm.h index b5e9787ab2..a771861330 100644 --- a/include/deal.II/base/polynomials_bdm.h +++ b/include/deal.II/base/polynomials_bdm.h @@ -115,11 +115,6 @@ public: * * The size of the vectors must either be zero or equal n(). In * the first case, the function will not compute these values. - * - * If you need values or derivatives of all tensor product polynomials then - * use this function, rather than using any of the compute_value, - * compute_grad or compute_grad_grad functions, see below, - * in a loop over all tensor product polynomials. */ void evaluate(const Point & unit_point, diff --git a/include/deal.II/base/polynomials_bernardi_raugel.h b/include/deal.II/base/polynomials_bernardi_raugel.h index 99f426221b..e983be8e55 100644 --- a/include/deal.II/base/polynomials_bernardi_raugel.h +++ b/include/deal.II/base/polynomials_bernardi_raugel.h @@ -106,11 +106,6 @@ public: * * The size of the vectors must either be zero or equal n(). In * the first case, the function will not compute these values. - * - * If you need values or derivatives of all tensor product polynomials then - * use this function, rather than using any of the compute_value, - * compute_grad or compute_grad_grad functions, see below, - * in a loop over all tensor product polynomials. */ void evaluate(const Point & unit_point, diff --git a/include/deal.II/base/polynomials_nedelec.h b/include/deal.II/base/polynomials_nedelec.h index a5d1675456..9d23597cf4 100644 --- a/include/deal.II/base/polynomials_nedelec.h +++ b/include/deal.II/base/polynomials_nedelec.h @@ -66,11 +66,6 @@ public: * * The size of the vectors must either be zero or equal n(). In * the first case, the function will not compute these values. - * - * If you need values or derivatives of all tensor product polynomials then - * use this function, rather than using any of the compute_value, - * compute_grad or compute_grad_grad functions, see below, - * in a loop over all tensor product polynomials. */ void evaluate(const Point & unit_point, diff --git a/include/deal.II/base/polynomials_raviart_thomas.h b/include/deal.II/base/polynomials_raviart_thomas.h index ccb66205d2..0699043ddd 100644 --- a/include/deal.II/base/polynomials_raviart_thomas.h +++ b/include/deal.II/base/polynomials_raviart_thomas.h @@ -80,11 +80,6 @@ public: * * The size of the vectors must either be zero or equal n(). In * the first case, the function will not compute these values. - * - * If you need values or derivatives of all tensor product polynomials then - * use this function, rather than using any of the compute_value, - * compute_grad or compute_grad_grad functions, see below, - * in a loop over all tensor product polynomials. */ void evaluate(const Point & unit_point, diff --git a/include/deal.II/base/polynomials_rt_bubbles.h b/include/deal.II/base/polynomials_rt_bubbles.h index 25bba362af..7807b6a188 100644 --- a/include/deal.II/base/polynomials_rt_bubbles.h +++ b/include/deal.II/base/polynomials_rt_bubbles.h @@ -103,11 +103,6 @@ public: * * The size of the vectors must either be zero or equal n(). In * the first case, the function will not compute these values. - * - * If you need values or derivatives of all tensor product polynomials then - * use this function, rather than using any of the compute_value, - * compute_grad or compute_grad_grad functions, see below, - * in a loop over all tensor product polynomials. */ void evaluate(const Point & unit_point, diff --git a/include/deal.II/base/tensor_polynomials_base.h b/include/deal.II/base/tensor_polynomials_base.h index 13fd7b46a7..2f5b33e771 100644 --- a/include/deal.II/base/tensor_polynomials_base.h +++ b/include/deal.II/base/tensor_polynomials_base.h @@ -91,11 +91,6 @@ public: * * The size of the vectors must either be zero or equal n(). In * the first case, the function will not compute these values. - * - * If you need values or derivatives of all polynomials then use this - * function, rather than using any of the compute_value, - * compute_grad or compute_grad_grad functions, see below, - * in a loop over all tensor product polynomials. */ virtual void evaluate(const Point & unit_point,