Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
PatchPointData Struct Reference

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

Detailed Description

Holds data of one eval point on patch (index of element and local coordinations).

Definition at line 37 of file observe.hh.

Constructor & Destructor Documentation

◆ PatchPointData() [1/3]

PatchPointData::PatchPointData ( )
inline

Default constructor.

Definition at line 39 of file observe.hh.

◆ PatchPointData() [2/3]

PatchPointData::PatchPointData ( unsigned int  elm_idx,
arma::vec  loc_coords 
)
inline

Constructor with data mebers initialization.

Definition at line 42 of file observe.hh.

◆ PatchPointData() [3/3]

PatchPointData::PatchPointData ( const PatchPointData other)
inline

Copy constructor.

Definition at line 46 of file observe.hh.

Member Data Documentation

◆ elem_idx

unsigned int PatchPointData::elem_idx

Index of element.

Definition at line 50 of file observe.hh.

◆ i_quad

unsigned int PatchPointData::i_quad

Index of quadrature (use during patch creating), i_quad = dim-1.

Definition at line 53 of file observe.hh.

◆ i_quad_point

unsigned int PatchPointData::i_quad_point

Index of point in quadrature (use during patch creating)

Definition at line 54 of file observe.hh.

◆ i_reg

unsigned int PatchPointData::i_reg

Index of region (use during patch creating)

Definition at line 52 of file observe.hh.

◆ local_coords

arma::vec PatchPointData::local_coords

Local coords of point.

Definition at line 51 of file observe.hh.


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