Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Attributes | List of all members
FE_Enriched< dim, spacedim >::InternalData::EnrichmentValues Struct Reference

#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
 

Detailed Description

template<int dim, int spacedim = dim>
struct FE_Enriched< dim, spacedim >::InternalData::EnrichmentValues

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.

Member Data Documentation

◆ values

template<int dim, int spacedim = dim>
std::vector<double> FE_Enriched< dim, spacedim >::InternalData::EnrichmentValues::values

Definition at line 456 of file fe_enriched.h.

◆ gradients

template<int dim, int spacedim = dim>
std::vector<Tensor<1, spacedim> > FE_Enriched< dim, spacedim >::InternalData::EnrichmentValues::gradients

Definition at line 457 of file fe_enriched.h.

◆ hessians

template<int dim, int spacedim = dim>
std::vector<SymmetricTensor<2, spacedim> > FE_Enriched< dim, spacedim >::InternalData::EnrichmentValues::hessians

Definition at line 458 of file fe_enriched.h.


The documentation for this struct was generated from the following file: