Flow123d  DF_patch_fe_data_tables-1a16803
Public Member Functions | Public Attributes | List of all members
FEInternalData Class Reference

Structure for storing the precomputed finite element data. More...

#include <fe_values.hh>

Collaboration diagram for FEInternalData:
Collaboration graph
[legend]

Public Member Functions

 FEInternalData (unsigned int np, unsigned int nd)
 
 FEInternalData (const FEInternalData &fe_system_data, const std::vector< unsigned int > &dof_indices, unsigned int first_component_idx, unsigned int ncomps=1)
 Create a new instance of FEInternalData for a FESystem component or subvector. More...
 

Public Attributes

std::vector< std::vector< arma::vec > > ref_shape_values
 Precomputed values of basis functions at the quadrature points. More...
 
std::vector< std::vector< arma::mat > > ref_shape_grads
 Precomputed gradients of basis functions at the quadrature points. More...
 
unsigned int n_points
 Number of quadrature points. More...
 
unsigned int n_dofs
 Number of dofs (shape functions). More...
 

Detailed Description

Structure for storing the precomputed finite element data.

Definition at line 61 of file fe_values.hh.

Constructor & Destructor Documentation

◆ FEInternalData() [1/2]

FEInternalData::FEInternalData ( unsigned int  np,
unsigned int  nd 
)

Definition at line 47 of file fe_values.cc.

◆ FEInternalData() [2/2]

FEInternalData::FEInternalData ( const FEInternalData fe_system_data,
const std::vector< unsigned int > &  dof_indices,
unsigned int  first_component_idx,
unsigned int  ncomps = 1 
)

Create a new instance of FEInternalData for a FESystem component or subvector.

Definition at line 56 of file fe_values.cc.

Member Data Documentation

◆ n_dofs

unsigned int FEInternalData::n_dofs

Number of dofs (shape functions).

Definition at line 95 of file fe_values.hh.

◆ n_points

unsigned int FEInternalData::n_points

Number of quadrature points.

Definition at line 92 of file fe_values.hh.

◆ ref_shape_grads

std::vector<std::vector<arma::mat> > FEInternalData::ref_shape_grads

Precomputed gradients of basis functions at the quadrature points.

Dimensions: (no. of quadrature points) x (no. of dofs) x ((dim_ of. ref. cell)x(no. of components in ref. cell))

Definition at line 89 of file fe_values.hh.

◆ ref_shape_values

std::vector<std::vector<arma::vec> > FEInternalData::ref_shape_values

Precomputed values of basis functions at the quadrature points.

Dimensions: (no. of quadrature points) x (no. of dofs) x (no. of components in ref. cell)

Definition at line 80 of file fe_values.hh.


The documentation for this class was generated from the following files: