deal.II version GIT relicensing-1941-ga9013bea74 2024-10-08 06:50:00+00:00
|
#include <deal.II/fe/fe_values_views.h>
Public Types | |
using | type = typename ::FEValuesViews::Tensor< rank, dim, spacedim > |
A class whose specialization is used to define what FEValuesViews object corresponds to the given FEValuesExtractors object.
When using FEValuesExtractors::Tensor<rank>, the corresponding view is an FEValuesViews::Tensor<rank, dim, spacedim>.
Definition at line 2024 of file fe_values_views.h.
using internal::FEValuesViews::ViewType< dim, spacedim, FEValuesExtractors::Tensor< rank > >::type = typename ::FEValuesViews::Tensor<rank, dim, spacedim> |
Definition at line 2026 of file fe_values_views.h.