Reference documentation for deal.II version 9.5.0
|
#include <deal.II/matrix_free/tensor_product_kernels.h>
Evaluator framework for anisotropic polynomial spaces that valuates the given shape data in general dimensions using the tensor product form.
variant | Variant of evaluation used for creating template specializations |
dim | Dimension of the function |
n_rows | Number of rows in the transformation matrix, which corresponds to the number of 1d shape functions in the usual tensor contraction setting |
n_columns | Number of columns in the transformation matrix, which corresponds to the number of 1d shape functions in the usual tensor contraction setting |
Number | Abstract number type for input and output arrays |
Number2 | Abstract number type for coefficient arrays (defaults to same type as the input/output arrays); must implement operator* with Number to be valid |
normal_dir | Indicates the direction of the continuous component for the Raviart-Thomas space in terms of the normal onto the face, e.g 0 if the is in x-direction, 1 if in y-direction, and 2 if in z-direction. |
Definition at line 155 of file tensor_product_kernels.h.