|
BEM++
2.0
|
Access to slices of geometrical data. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/geometrical_data.hpp>
Public Member Functions | |
| ConstGeometricalDataSlice (const GeometricalData< CoordinateType > &geomData, int point) | |
| CoordinateType | global (int dim) const |
| CoordinateType | integrationElement () const |
| CoordinateType | jacobianTransposed (int row, int col) const |
| CoordinateType | jacobianInverseTransposed (int row, int col) const |
| CoordinateType | normal (int dim) const |
| int | dimWorld () const |
| GeometricalData< CoordinateType > | asGeometricalData () const |
Private Attributes | |
|
const GeometricalData < CoordinateType > & | m_geomData |
| int | m_point |
Access to slices of geometrical data.
This class gives access to a "slice" of geometrical data stored in a GeometricalData object, corresponding to a single point.
1.8.5