Flow123d
DF_patch_fe_mechanics-c13f069
|
Structure for storing the precomputed element data. More...
#include <element_values.hh>
Public Member Functions | |
RefElementData (unsigned int np) | |
Resize vectors to size np . More... | |
Public Attributes | |
std::vector< arma::vec > | bar_coords |
Barycentric coordinates of quadrature points. More... | |
std::vector< double > | weights |
Quadrature weights. More... | |
unsigned int | n_points |
Number of quadrature points. More... | |
Structure for storing the precomputed element data.
Definition at line 43 of file element_values.hh.
RefElementData::RefElementData | ( | unsigned int | np | ) |
Resize vectors to size np
.
Definition at line 52 of file element_values.cc.
std::vector<arma::vec> RefElementData::bar_coords |
Barycentric coordinates of quadrature points.
Definition at line 51 of file element_values.hh.
unsigned int RefElementData::n_points |
Number of quadrature points.
Definition at line 57 of file element_values.hh.
std::vector<double> RefElementData::weights |
Quadrature weights.
Definition at line 54 of file element_values.hh.