Flow123d
master-f44eb46
|
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 42 of file element_values.hh.
RefElementData::RefElementData | ( | unsigned int | np | ) |
Resize vectors to size np
.
Definition at line 37 of file element_values.cc.
std::vector<arma::vec> RefElementData::bar_coords |
Barycentric coordinates of quadrature points.
Definition at line 50 of file element_values.hh.
unsigned int RefElementData::n_points |
Number of quadrature points.
Definition at line 56 of file element_values.hh.
std::vector<double> RefElementData::weights |
Quadrature weights.
Definition at line 53 of file element_values.hh.