![]() |
Reference documentation for deal.II version GIT 67d6815257 2023-03-20 17:20:01+00:00
|
#include <deal.II/fe/fe_values.h>
Public Types | |
using | value_type = typename ProductType< Number, typename Vector< dim, spacedim >::value_type >::type |
using | gradient_type = typename ProductType< Number, typename Vector< dim, spacedim >::gradient_type >::type |
using | symmetric_gradient_type = typename ProductType< Number, typename Vector< dim, spacedim >::symmetric_gradient_type >::type |
using | divergence_type = typename ProductType< Number, typename Vector< dim, spacedim >::divergence_type >::type |
using | laplacian_type = typename ProductType< Number, typename Vector< dim, spacedim >::value_type >::type |
using | curl_type = typename ProductType< Number, typename Vector< dim, spacedim >::curl_type >::type |
using | hessian_type = typename ProductType< Number, typename Vector< dim, spacedim >::hessian_type >::type |
using | third_derivative_type = typename ProductType< Number, typename Vector< dim, spacedim >::third_derivative_type >::type |
A struct that provides the output type for the product of the value and derivatives of basis functions of the Vector view and any Number
type.
Definition at line 821 of file fe_values.h.
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::value_type = typename ProductType<Number, typename Vector<dim, spacedim>::value_type>::type |
An alias for the data type of the product of a Number
and the values of the view the Vector class.
Definition at line 827 of file fe_values.h.
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::gradient_type = typename ProductType< Number, typename Vector<dim, spacedim>::gradient_type>::type |
An alias for the data type of the product of a Number
and the gradients of the view the Vector class.
Definition at line 835 of file fe_values.h.
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::symmetric_gradient_type = typename ProductType< Number, typename Vector<dim, spacedim>::symmetric_gradient_type>::type |
An alias for the data type of the product of a Number
and the symmetric gradients of the view the Vector class.
Definition at line 843 of file fe_values.h.
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::divergence_type = typename ProductType< Number, typename Vector<dim, spacedim>::divergence_type>::type |
An alias for the data type of the product of a Number
and the divergences of the view the Vector class.
Definition at line 851 of file fe_values.h.
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::laplacian_type = typename ProductType<Number, typename Vector<dim, spacedim>::value_type>::type |
An alias for the data type of the product of a Number
and the laplacians of the view the Vector class.
Definition at line 859 of file fe_values.h.
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::curl_type = typename ProductType<Number, typename Vector<dim, spacedim>::curl_type>::type |
An alias for the data type of the product of a Number
and the curls of the view the Vector class.
Definition at line 867 of file fe_values.h.
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::hessian_type = typename ProductType< Number, typename Vector<dim, spacedim>::hessian_type>::type |
An alias for the data type of the product of a Number
and the hessians of the view the Vector class.
Definition at line 875 of file fe_values.h.
using FEValuesViews::Vector< dim, spacedim >::OutputType< Number >::third_derivative_type = typename ProductType< Number, typename Vector<dim, spacedim>::third_derivative_type>::type |
An alias for the data type of the product of a Number
and the third derivatives of the view the Vector class.
Definition at line 883 of file fe_values.h.