Flow123d
master-f44eb46
|
#include <mh_dofhandler.hh>
Public Member Functions | |
LocalElementAccessor (MH_DofHandler &dh, uint loc_ele_idx) | |
Public Member Functions inherited from LocalElementAccessorBase< spacedim > | |
LocalElementAccessorBase (DHCellAccessor dh_cell) | |
DHCellAccessor | dh_cell () const |
uint | dim () const |
uint | n_sides () const |
ElementAccessor< 3 > | element_accessor () const |
const arma::vec3 | centre () const |
double | measure () const |
Region | region () const |
uint | ele_global_idx () |
uint | ele_local_idx () const |
uint | ele_row () |
uint | ele_local_row () |
uint | edge_row (uint i) |
uint | edge_local_row (uint i) |
SideIter | side (uint i) |
uint | side_row (uint i) |
uint | side_local_row (uint i) |
This is prototype of further much more complex and general accessor templated by element dimension. In fact we shall need an accessor for every kind of element interaction integral.
Definition at line 188 of file mh_dofhandler.hh.
|
inline |
Definition at line 190 of file mh_dofhandler.hh.