Flow123d  master-f44eb46
Public Member Functions | List of all members
LocalElementAccessor< spacedim, dim > Class Template Reference

#include <mh_dofhandler.hh>

Inheritance diagram for LocalElementAccessor< spacedim, dim >:
Inheritance graph
[legend]
Collaboration diagram for LocalElementAccessor< spacedim, dim >:
Collaboration graph
[legend]

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)
 

Detailed Description

template<int spacedim, int dim>
class LocalElementAccessor< spacedim, dim >

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.

Constructor & Destructor Documentation

◆ LocalElementAccessor()

template<int spacedim, int dim>
LocalElementAccessor< spacedim, dim >::LocalElementAccessor ( MH_DofHandler dh,
uint  loc_ele_idx 
)
inline

Definition at line 190 of file mh_dofhandler.hh.


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