Flow123d
release_2.2.0-914-gf1a3a4f
|
Public Member Functions | |
ProjectionHandler () | |
Constructor. More... | |
ObservePointData | projection (arma::vec3 input_point, unsigned int i_elm, Element &elm) |
void | snap_to_subelement (ObservePointData &observe_data, Element &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 39 of file observe.cc.
|
inline |
Constructor.
Definition at line 42 of file observe.cc.
|
inline |
|
inline |
Snap local coords to the subelement. Called by the ObservePoint::snap method.
Definition at line 61 of file observe.cc.
|
private |
Mapping object.
Definition at line 83 of file observe.cc.