deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
#include <deal.II/fe/fe_system.h>
Public Attributes | |
unsigned int | n_nonzero_components |
unsigned int | in_index |
unsigned int | out_index |
Computing values on a cell requires copying values between the FEValuesImplementation::FiniteElementRelatedData objects owned by the present object and its subelements. The indexing for this is fairly complicated since each shape function in the nonprimitive base element may have a different number of nonzero components (e.g., a Taylor-Hood pair base element): we also need offsets into both the base element and present element's arrays. To this end, we will create a table with all the necessary information for each shape function in the nonprimitive base element.
Definition at line 1055 of file fe_system.h.
Number of nonzero components for the current base element shape function.
Definition at line 1060 of file fe_system.h.
Index into the base element's FEValuesImplementation::FiniteElementRelatedData arrays for the current base element shape function.
Definition at line 1067 of file fe_system.h.
Index into the present element's FEValuesImplementation::FiniteElementRelatedData arrays for the current base element shape function.
Definition at line 1074 of file fe_system.h.