Reference documentation for deal.II version 9.6.0
|
#include <deal.II/fe/fe_enriched.h>
Public Attributes | |
std::vector< double > | values |
std::vector< Tensor< 1, spacedim > > | gradients |
std::vector< SymmetricTensor< 2, spacedim > > | hessians |
For each Finite Element (base number) and each enrichment function (base_index) this struct will contain values, gradients and hessians of the enrichment functions.
Definition at line 454 of file fe_enriched.h.
std::vector<double> FE_Enriched< dim, spacedim >::InternalData::EnrichmentValues::values |
Definition at line 456 of file fe_enriched.h.
std::vector<Tensor<1, spacedim> > FE_Enriched< dim, spacedim >::InternalData::EnrichmentValues::gradients |
Definition at line 457 of file fe_enriched.h.
std::vector<SymmetricTensor<2, spacedim> > FE_Enriched< dim, spacedim >::InternalData::EnrichmentValues::hessians |
Definition at line 458 of file fe_enriched.h.