]> https://gitweb.dealii.org/ - dealii.git/commit
Rename TensorPolynomials::compute() to ::evaluate().
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 21 Aug 2019 19:54:59 +0000 (13:54 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 21 Aug 2019 19:54:59 +0000 (13:54 -0600)
commit2980deedaf6957559a8abba82b86b08bd6139bd9
tree3995443a805073bd08285eb627f43df330581c89
parentd172f149393106a5621899ffe7c36863a73ba7b1
Rename TensorPolynomials::compute() to ::evaluate().

We've used this kind of terminology in a number of other places. The point is
that we don't 'compute' the polynomial at that point; its form is fixed. Rather,
we 'evaluate' the polynomial for a particular value of its argument.
15 files changed:
include/deal.II/base/polynomials_abf.h
include/deal.II/base/polynomials_bdm.h
include/deal.II/base/polynomials_bernardi_raugel.h
include/deal.II/base/polynomials_nedelec.h
include/deal.II/base/polynomials_raviart_thomas.h
include/deal.II/base/polynomials_rt_bubbles.h
include/deal.II/base/tensor_polynomials_base.h
include/deal.II/fe/fe_poly_tensor.h
source/base/polynomials_abf.cc
source/base/polynomials_bdm.cc
source/base/polynomials_bernardi_raugel.cc
source/base/polynomials_nedelec.cc
source/base/polynomials_raviart_thomas.cc
source/base/polynomials_rt_bubbles.cc
source/fe/fe_poly_tensor.cc

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.