Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
ObservePointData Class Reference

#include <observe.hh>

Collaboration diagram for ObservePointData:
Collaboration graph
[legend]

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...
 

Detailed Description

Helper class stores base data of ObservePoint and allows to evaluate the nearest point to input_point_.

Definition at line 64 of file observe.hh.

Constructor & Destructor Documentation

◆ ObservePointData()

ObservePointData::ObservePointData ( )
inline

Constructor.

Definition at line 67 of file observe.hh.

Member Data Documentation

◆ distance_

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 81 of file observe.hh.

◆ element_idx_

unsigned int ObservePointData::element_idx_

Final element of the observe point. The index in the mesh.

Definition at line 71 of file observe.hh.

◆ global_coords_

arma::vec3 ObservePointData::global_coords_

Global coordinates of the observation point.

Definition at line 74 of file observe.hh.

◆ global_idx_

LongIdx ObservePointData::global_idx_

Global index of the observe point.

Definition at line 87 of file observe.hh.

◆ local_coords_

arma::vec ObservePointData::local_coords_

Local (barycentric) coordinates on the element.

Definition at line 77 of file observe.hh.

◆ local_idx_

LongIdx ObservePointData::local_idx_

Local index on actual process of the observe point.

Definition at line 90 of file observe.hh.

◆ proc_

unsigned int ObservePointData::proc_

Actual process of the observe point.

Definition at line 84 of file observe.hh.


The documentation for this class was generated from the following file: