Flow123d  release_2.2.0-914-gf1a3a4f
Public Attributes | List of all members
MappingInternalData Class Reference

Mapping data that can be precomputed on the actual cell. More...

#include <mapping.hh>

Collaboration diagram for MappingInternalData:
Collaboration graph
[legend]

Public Attributes

std::vector< arma::vec > bar_coords
 Auxiliary array of barycentric coordinates of quadrature points. More...
 

Detailed Description

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.

Member Data Documentation

std::vector<arma::vec> MappingInternalData::bar_coords

Auxiliary array of barycentric coordinates of quadrature points.

Definition at line 105 of file mapping.hh.


The documentation for this class was generated from the following file: