![]() |
Reference documentation for deal.II version GIT 58febcd5cf 2023-09-30 20:00:01+00:00
|
#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 2028 of file tensor_product_kernels.h.
using internal::ProductTypeNoPoint< Number, Number2 >::type = typename ProductType<Number, Number2>::type |
Definition at line 2030 of file tensor_product_kernels.h.