Reference documentation for deal.II version 9.5.0
|
#include <deal.II/matrix_free/tensor_product_kernels.h>
Public Types | |
using | type = typename ProductType< Number, Number2 >::type |
Struct to avoid using Tensor<1, dim, Point<dim2>> in evaluate_tensor_product_value_and_gradient because a Point cannot be used within Tensor. Instead, a specialization of this struct upcasts the point to a Tensor<1,dim>.
Definition at line 2988 of file tensor_product_kernels.h.
using internal::ProductTypeNoPoint< Number, Number2 >::type = typename ProductType<Number, Number2>::type |
Definition at line 2990 of file tensor_product_kernels.h.