Flow123d
master-f44eb46
|
Holds data of one eval point on patch (index of element and local coordinations). More...
#include <observe.hh>
Public Member Functions | |
PatchPointData () | |
Default constructor. More... | |
PatchPointData (unsigned int elm_idx, arma::vec loc_coords) | |
Constructor with data mebers initialization. More... | |
PatchPointData (const PatchPointData &other) | |
Copy constructor. More... | |
Public Attributes | |
unsigned int | elem_idx |
Index of element. More... | |
arma::vec | local_coords |
Local coords of point. More... | |
unsigned int | i_reg |
Index of region (use during patch creating) More... | |
unsigned int | i_quad |
Index of quadrature (use during patch creating), i_quad = dim-1. More... | |
unsigned int | i_quad_point |
Index of point in quadrature (use during patch creating) More... | |
Holds data of one eval point on patch (index of element and local coordinations).
Definition at line 37 of file observe.hh.
|
inline |
Default constructor.
Definition at line 39 of file observe.hh.
|
inline |
Constructor with data mebers initialization.
Definition at line 42 of file observe.hh.
|
inline |
Copy constructor.
Definition at line 46 of file observe.hh.
unsigned int PatchPointData::elem_idx |
Index of element.
Definition at line 50 of file observe.hh.
unsigned int PatchPointData::i_quad |
Index of quadrature (use during patch creating), i_quad = dim-1.
Definition at line 53 of file observe.hh.
unsigned int PatchPointData::i_quad_point |
Index of point in quadrature (use during patch creating)
Definition at line 54 of file observe.hh.
unsigned int PatchPointData::i_reg |
Index of region (use during patch creating)
Definition at line 52 of file observe.hh.
arma::vec PatchPointData::local_coords |
Local coords of point.
Definition at line 51 of file observe.hh.