Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
EpsJumpZero< F >::CellData Class Reference

Contains the data for a cell: which edge and which vertices have the corresponding constraints of a given cell. More...

List of all members.

Public Member Functions

void addEdge (uint idx)
void addVertex (uint idx)
 CellData (const CellData &c)
 CellData ()
uint edge () const
uint vertex (uint i) const

Private Attributes

uint edgIdx_
uint vtxIdx_ [2]

Detailed Description

template<typename F>
class EpsJumpZero< F >::CellData

Contains the data for a cell: which edge and which vertices have the corresponding constraints of a given cell.

Author:
Philipp Frauenfelder, 2004

Definition at line 71 of file maxwell-twod-jump.hh.


Constructor & Destructor Documentation

template<typename F >
EpsJumpZero< F >::CellData::CellData ( )
template<typename F >
EpsJumpZero< F >::CellData::CellData ( const CellData c)

Member Function Documentation

template<typename F >
void EpsJumpZero< F >::CellData::addEdge ( uint  idx)
template<typename F >
void EpsJumpZero< F >::CellData::addVertex ( uint  idx)
template<typename F >
uint EpsJumpZero< F >::CellData::edge ( ) const [inline]

Definition at line 78 of file maxwell-twod-jump.hh.

template<typename F >
uint EpsJumpZero< F >::CellData::vertex ( uint  i) const [inline]

Definition at line 76 of file maxwell-twod-jump.hh.


Member Data Documentation

template<typename F >
uint EpsJumpZero< F >::CellData::edgIdx_ [private]

Definition at line 81 of file maxwell-twod-jump.hh.

template<typename F >
uint EpsJumpZero< F >::CellData::vtxIdx_[2] [private]

Definition at line 80 of file maxwell-twod-jump.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)