Flow123d
release_2.2.0-914-gf1a3a4f
|
Structure for storing the precomputed finite element data. More...
#include <finite_element.hh>
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... | |
Structure for storing the precomputed finite element data.
Definition at line 211 of file finite_element.hh.
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 230 of file finite_element.hh.
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 221 of file finite_element.hh.