Flow123d  jenkins-Flow123d-linux-release-multijob-282
Public Attributes | List of all members
FEInternalData Class Reference

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

#include <finite_element.hh>

Collaboration diagram for FEInternalData:
Collaboration graph
[legend]

Public Attributes

std::vector< arma::vec > basis_values
 Precomputed values of basis functions at the quadrature points. More...
 
std::vector< arma::mat > basis_grads
 Precomputed gradients of basis functions at the quadrature points. More...
 
std::vector< std::vector
< arma::vec > > 
basis_vectors
 Precomputed values of basis functions at the quadrature points. More...
 
std::vector< std::vector
< arma::mat > > 
basis_grad_vectors
 Precomputed gradients of basis functions at the quadrature points. More...
 

Detailed Description

Structure for storing the precomputed finite element data.

Definition at line 83 of file finite_element.hh.

Member Data Documentation

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

Precomputed gradients of basis functions at the quadrature points.

For vectorial finite elements:

Definition at line 109 of file finite_element.hh.

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

Precomputed gradients of basis functions at the quadrature points.

Definition at line 94 of file finite_element.hh.

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

Precomputed values of basis functions at the quadrature points.

Definition at line 89 of file finite_element.hh.

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

Precomputed values of basis functions at the quadrature points.

For vectorial finite elements.

Definition at line 102 of file finite_element.hh.


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