Flow123d
JS_before_hm-1-ge159291
|
Mapping data that can be precomputed on the actual cell. More...
#include <mapping.hh>
Public Attributes | |
std::vector< arma::vec > | bar_coords |
Auxiliary array of barycentric coordinates of quadrature points. More... | |
Mapping data that can be precomputed on the actual cell.
So far this involves only the (local) barycentric coordinates of quadrature points.
Definition at line 100 of file mapping.hh.
std::vector<arma::vec> MappingInternalData::bar_coords |
Auxiliary array of barycentric coordinates of quadrature points.
Definition at line 106 of file mapping.hh.