Flow123d
DF_patch_fe_data_tables-dc76198
|
#include <element_values.hh>
Public Member Functions | |
RefElementValues (Quadrature &_quadrature, unsigned int dim) | |
~RefElementValues () | |
Correct deallocation of objects created by 'initialize' methods. More... | |
unsigned int | n_points () |
Returns the number of quadrature points. More... | |
void | ref_initialize (Quadrature &_quadrature, unsigned int dim) |
Initialize ref_data or side_ref_data. More... | |
Public Attributes | |
const unsigned int | dim_ |
Dimension of space of reference cell. More... | |
const unsigned int | n_points_ |
Number of integration points. More... | |
const unsigned int | n_sides_ |
Number of sides in reference cell. More... | |
RefElementData * | ref_data |
Data on reference element. More... | |
std::vector< RefElementData * > | side_ref_data |
Data on reference element (for each side ). More... | |
Protected Member Functions | |
RefElementData * | init_ref_data (const Quadrature &q) |
Precompute data on reference element. More... | |
Friends | |
class | PatchPointValues< spacedim > |
Definition at line 125 of file element_values.hh.
RefElementValues< spacedim >::RefElementValues | ( | Quadrature & | _quadrature, |
unsigned int | dim | ||
) |
Definition at line 39 of file element_values.cc.
RefElementValues< spacedim >::~RefElementValues |
Correct deallocation of objects created by 'initialize' methods.
Definition at line 222 of file element_values.cc.
|
protected |
Precompute data on reference element.
Definition at line 112 of file element_values.cc.
|
inline |
Returns the number of quadrature points.
Definition at line 135 of file element_values.hh.
void RefElementValues< spacedim >::ref_initialize | ( | Quadrature & | _quadrature, |
unsigned int | dim | ||
) |
Initialize ref_data or side_ref_data.
Definition at line 185 of file element_values.cc.
|
friend |
Definition at line 159 of file element_values.hh.
const unsigned int RefElementValues< spacedim >::dim_ |
Dimension of space of reference cell.
Definition at line 143 of file element_values.hh.
const unsigned int RefElementValues< spacedim >::n_points_ |
Number of integration points.
Definition at line 146 of file element_values.hh.
const unsigned int RefElementValues< spacedim >::n_sides_ |
Number of sides in reference cell.
Definition at line 149 of file element_values.hh.
RefElementData* RefElementValues< spacedim >::ref_data |
Data on reference element.
Definition at line 152 of file element_values.hh.
std::vector<RefElementData*> RefElementValues< spacedim >::side_ref_data |
Data on reference element (for each side ).
Definition at line 155 of file element_values.hh.