|
Flow123d
release_3.0.0-1140-gd35b574
|
#include <observe.hh>

Public Member Functions | |
| ObservePointData () | |
| Constructor. More... | |
Public Attributes | |
| unsigned int | element_idx_ |
| Final element of the observe point. The index in the mesh. More... | |
| arma::vec3 | global_coords_ |
| Global coordinates of the observation point. More... | |
| arma::vec | local_coords_ |
| Local (barycentric) coordinates on the element. More... | |
| double | distance_ |
| unsigned int | proc_ |
| Actual process of the observe point. More... | |
| LongIdx | global_idx_ |
| Global index of the observe point. More... | |
| LongIdx | local_idx_ |
| Local index on actual process of the observe point. More... | |
Helper class stores base data of ObservePoint and allows to evaluate the nearest point to input_point_.
Definition at line 39 of file observe.hh.
|
inline |
Constructor.
Definition at line 42 of file observe.hh.
| double ObservePointData::distance_ |
Distance of found projection from the initial point. If we find more candidates we pass in the closest one.
Definition at line 56 of file observe.hh.
| unsigned int ObservePointData::element_idx_ |
Final element of the observe point. The index in the mesh.
Definition at line 43 of file observe.hh.
| arma::vec3 ObservePointData::global_coords_ |
Global coordinates of the observation point.
Definition at line 49 of file observe.hh.
| LongIdx ObservePointData::global_idx_ |
Global index of the observe point.
Definition at line 62 of file observe.hh.
| arma::vec ObservePointData::local_coords_ |
Local (barycentric) coordinates on the element.
Definition at line 52 of file observe.hh.
| LongIdx ObservePointData::local_idx_ |
Local index on actual process of the observe point.
Definition at line 65 of file observe.hh.
| unsigned int ObservePointData::proc_ |
Actual process of the observe point.
Definition at line 59 of file observe.hh.
1.8.11