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

Public Member Functions | Public Attributes
linDG1D::Linear1d::TwoElements Struct Reference

Data structure used for temporary data to generate DGElementPair. More...

Collaboration diagram for linDG1D::Linear1d::TwoElements:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void addElm (const linearFEM::Line *elm, const uint idx)
 TwoElements ()

Public Attributes

const linearFEM::Lineelms [2]
uint idxs [2]

Detailed Description

Data structure used for temporary data to generate DGElementPair.

Definition at line 83 of file space.hh.


Constructor & Destructor Documentation

linDG1D::Linear1d::TwoElements::TwoElements ( ) [inline]

Definition at line 84 of file space.hh.


Member Function Documentation

void linDG1D::Linear1d::TwoElements::addElm ( const linearFEM::Line elm,
const uint  idx 
) [inline]

Definition at line 85 of file space.hh.


Member Data Documentation

Definition at line 96 of file space.hh.

Definition at line 97 of file space.hh.


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

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