Flow123d
master-f44eb46
|
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) |
Helper class allows to work with ObservePoint above elements with different dimensions
Allows:
Definition at line 41 of file observe.cc.
|
inline |
Constructor.
Definition at line 44 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.