Flow123d
release_3.0.0-903-ge56fc7d
|
Public Member Functions | |
ProjectionHandler () | |
Constructor. More... | |
ObservePointData | projection (arma::vec3 input_point, unsigned int i_elm, ElementAccessor< 3 > elm) |
void | snap_to_subelement (ObservePointData &observe_data, ElementAccessor< 3 > elm, unsigned int snap_dim) |
Private Attributes | |
MappingP1< dim, 3 > | mapping_ |
Mapping object. More... | |
Helper class allows to work with ObservePoint above elements with different dimensions
Allows:
Definition at line 42 of file observe.cc.
|
inline |
Constructor.
Definition at line 45 of file observe.cc.
|
inline |
|
inline |
Snap local coords to the subelement. Called by the ObservePoint::snap method.
Definition at line 64 of file observe.cc.
|
private |
Mapping object.
Definition at line 86 of file observe.cc.