Flow123d
DF_patch_fe_data_tables-4eb41dd
|
#include <patch_fe_values.hh>
Classes | |
class | DimPatchFEValues |
Subobject holds FE data of one dimension (0,1,2,3) More... | |
class | ElementFEData |
class | FuncDef |
Temporary helper class used in step between usage old a new implementation. More... | |
Public Member Functions | |
PatchFEValues () | |
PatchFEValues (unsigned int n_quad_points, unsigned int quad_order, MixedPtr< FiniteElement > fe) | |
~PatchFEValues () | |
Destructor. More... | |
Quadrature * | get_quadrature (uint dim, bool is_bulk) const |
Return bulk or side quadrature of given dimension. More... | |
template<unsigned int DIM> | |
void | initialize (Quadrature &_quadrature, UpdateFlags _flags) |
Initialize structures and calculates cell-independent data. More... | |
void | reset () |
Reset PatchpointValues structures. More... | |
void | reinit (std::array< PatchElementsList, 4 > patch_elements) |
Reinit data - old data storing, temporary. More... | |
void | reinit_patch () |
Reinit data. More... | |
unsigned int | n_dofs (unsigned int dim, FMT_UNUSED uint component_idx=0) const |
Returns the number of shape functions. More... | |
template<unsigned int dim> | |
BulkValues< dim > | bulk_values () |
Return BulkValue object of dimension given by template parameter. More... | |
template<unsigned int dim> | |
SideValues< dim > | side_values () |
Return SideValue object of dimension given by template parameter. More... | |
template<unsigned int dim> | |
JoinValues< dim > | join_values () |
Return JoinValue object of dimension given by template parameter. More... | |
DimPointTable & | dim_point_table (unsigned int new_size) |
Resize dim_point_table_ if actual size is less than new_size and return reference. More... | |
void | resize_tables (std::vector< std::vector< uint > > dim_sizes) |
Resize tables of patch_point_vals_. More... | |
uint | register_element (DHCellAccessor cell, uint element_patch_idx) |
Register element to patch_point_vals_ table by dimension of element. More... | |
uint | register_side (DHCellSide cell_side) |
Register side to patch_point_vals_ table by dimension of side. More... | |
uint | register_bulk_point (DHCellAccessor cell, uint elem_table_row, uint value_patch_idx) |
Register bulk point to patch_point_vals_ table by dimension of element. More... | |
uint | register_side_point (DHCellSide cell_side, uint elem_table_row, uint value_patch_idx) |
Register side point to patch_point_vals_ table by dimension of side. More... | |
void | print (bool points, bool ints, bool only_bulk=true) const |
Temporary development method. More... | |
Private Types | |
enum | MeshObjectType { ElementFE = 0 , SideFE = 1 } |
Private Attributes | |
std::array< DimPatchFEValues, 3 > | dim_fe_vals_ |
Sub objects of dimensions 1,2,3. More... | |
std::array< DimPatchFEValues, 3 > | dim_fe_side_vals_ |
std::array< FeBulk::PatchPointValues< spacedim >, 3 > | patch_point_vals_bulk_ |
std::array< FeSide::PatchPointValues< spacedim >, 3 > | patch_point_vals_side_ |
DimPointTable | dim_point_table_ |
MixedPtr< FiniteElement > | fe_ |
Mixed of shared pointers of FiniteElement object. More... | |
bool | used_quads_ [2] |
std::map< unsigned int, FuncDef > | func_map_ |
std::map< unsigned int, FuncDef > | func_map_side_ |
Friends | |
template<class ValueType > | |
class | ElQ |
template<class ValueType > | |
class | FeQ |
template<class ValueType > | |
class | JoinShapeAccessor |
Definition at line 599 of file patch_fe_values.hh.
|
private |
Enumerator | |
---|---|
ElementFE | |
SideFE |
Definition at line 601 of file patch_fe_values.hh.
|
inline |
Definition at line 900 of file patch_fe_values.hh.
|
inline |
Definition at line 908 of file patch_fe_values.hh.
|
inline |
Destructor.
Definition at line 923 of file patch_fe_values.hh.
|
inline |
Return BulkValue object of dimension given by template parameter.
Definition at line 994 of file patch_fe_values.hh.
|
inline |
Resize dim_point_table_
if actual size is less than new_size and return reference.
Definition at line 1012 of file patch_fe_values.hh.
|
inline |
Return bulk or side quadrature of given dimension.
Definition at line 927 of file patch_fe_values.hh.
|
inline |
Initialize structures and calculates cell-independent data.
_quadrature | The quadrature rule for the cell associated to given finite element or for the cell side. |
_flags | The update flags. |
Definition at line 940 of file patch_fe_values.hh.
|
inline |
Return JoinValue object of dimension given by template parameter.
Definition at line 1006 of file patch_fe_values.hh.
|
inline |
Returns the number of shape functions.
Definition at line 986 of file patch_fe_values.hh.
|
inline |
Temporary development method.
Definition at line 1094 of file patch_fe_values.hh.
|
inline |
Register bulk point to patch_point_vals_ table by dimension of element.
Definition at line 1084 of file patch_fe_values.hh.
|
inline |
Register element to patch_point_vals_ table by dimension of element.
Definition at line 1032 of file patch_fe_values.hh.
|
inline |
Register side to patch_point_vals_ table by dimension of side.
Definition at line 1055 of file patch_fe_values.hh.
|
inline |
Register side point to patch_point_vals_ table by dimension of side.
Definition at line 1089 of file patch_fe_values.hh.
|
inline |
Reinit data - old data storing, temporary.
Definition at line 966 of file patch_fe_values.hh.
|
inline |
Reinit data.
Definition at line 975 of file patch_fe_values.hh.
|
inline |
Reset PatchpointValues structures.
Definition at line 957 of file patch_fe_values.hh.
|
inline |
Resize tables of patch_point_vals_.
Following methods are used during update of patch.
Definition at line 1021 of file patch_fe_values.hh.
|
inline |
Return SideValue object of dimension given by template parameter.
Definition at line 1000 of file patch_fe_values.hh.
Definition at line 1118 of file patch_fe_values.hh.
Definition at line 1120 of file patch_fe_values.hh.
|
friend |
Definition at line 1122 of file patch_fe_values.hh.
|
private |
Definition at line 1105 of file patch_fe_values.hh.
|
private |
Sub objects of dimensions 1,2,3.
Definition at line 1104 of file patch_fe_values.hh.
|
private |
Definition at line 1108 of file patch_fe_values.hh.
|
private |
Mixed of shared pointers of FiniteElement object.
Temporary helper objects used in step between usage old a new implementation
Definition at line 1110 of file patch_fe_values.hh.
|
private |
Definition at line 1114 of file patch_fe_values.hh.
|
private |
Definition at line 1115 of file patch_fe_values.hh.
|
private |
Definition at line 1106 of file patch_fe_values.hh.
|
private |
Definition at line 1107 of file patch_fe_values.hh.
|
private |
Definition at line 1113 of file patch_fe_values.hh.