Flow123d
release_2.2.0-914-gf1a3a4f
|
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 99 of file mapping.hh.
std::vector<arma::vec> MappingInternalData::bar_coords |
Auxiliary array of barycentric coordinates of quadrature points.
Definition at line 105 of file mapping.hh.