Reference documentation for deal.II version 9.0.0
|
#include <deal.II/matrix_free/evaluation_kernels.h>
This struct performs the evaluation of function values, gradients and Hessians for tensor-product finite elements. This a specialization for symmetric basis functions about the mid point 0.5 of the unit interval with the same number of quadrature points as degrees of freedom. In that case, we can first transform the basis to one that has the nodal points in the quadrature points (i.e., the collocation space) and then perform the evaluation of the first and second derivatives in this transformed space, using the identity operation for the shape values.
Definition at line 977 of file evaluation_kernels.h.