Reference documentation for deal.II version 8.5.1
Static Public Attributes | List of all members
FE_DGPNonparametric< dim, spacedim >::Matrices Struct Reference

Static Public Attributes

static const double *const embedding [][GeometryInfo< dim >::max_children_per_cell]
 
static const unsigned int n_embedding_matrices
 
static const double *const projection_matrices [][GeometryInfo< dim >::max_children_per_cell]
 
static const unsigned int n_projection_matrices
 

Detailed Description

template<int dim, int spacedim = dim>
struct FE_DGPNonparametric< dim, spacedim >::Matrices

Declare a nested class which will hold static definitions of various matrices such as constraint and embedding matrices. The definition of the various static fields are in the files fe_dgp_[123]d.cc in the source directory.

Definition at line 508 of file fe_dgp_nonparametric.h.

Member Data Documentation

◆ embedding

template<int dim, int spacedim = dim>
const double* const FE_DGPNonparametric< dim, spacedim >::Matrices::embedding[][GeometryInfo< dim >::max_children_per_cell]
static

Pointers to the embedding matrices, one for each polynomial degree starting from constant elements

Definition at line 514 of file fe_dgp_nonparametric.h.

◆ n_embedding_matrices

template<int dim, int spacedim = dim>
const unsigned int FE_DGPNonparametric< dim, spacedim >::Matrices::n_embedding_matrices
static

Number of elements (first index) the above field has. Equals the highest polynomial degree plus one for which the embedding matrices have been computed.

Definition at line 521 of file fe_dgp_nonparametric.h.

◆ projection_matrices

template<int dim, int spacedim = dim>
const double* const FE_DGPNonparametric< dim, spacedim >::Matrices::projection_matrices[][GeometryInfo< dim >::max_children_per_cell]
static

As embedding but for projection matrices.

Definition at line 526 of file fe_dgp_nonparametric.h.

◆ n_projection_matrices

template<int dim, int spacedim = dim>
const unsigned int FE_DGPNonparametric< dim, spacedim >::Matrices::n_projection_matrices
static

As n_embedding_matrices but for projection matrices.

Definition at line 531 of file fe_dgp_nonparametric.h.


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