Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::dGqMethods Class Reference

#include <dGqMethods.h>

Collaboration diagram for dolfin::dGqMethods:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 dGqMethods ()
 Constructor.

 ~dGqMethods ()
 Destructor.

const dGqMethodoperator() (unsigned int q) const
 Return given dG(q) method (inline optimized).

void init (unsigned int q)
 Initialize given dG(q) method.


Detailed Description

A table / list of dG(q) methods. The purpose of this class is to have a global table of methods available to all elements.

Example usage:

dG.init(q); x0 = dG(q).point(0); x1 = dG(q).point(1);


Constructor & Destructor Documentation

dGqMethods::dGqMethods  ) 
 

Constructor.

dGqMethods::~dGqMethods  ) 
 

Destructor.


Member Function Documentation

void dGqMethods::init unsigned int  q  ) 
 

Initialize given dG(q) method.

const dGqMethod& dolfin::dGqMethods::operator() unsigned int  q  )  const [inline]
 

Return given dG(q) method (inline optimized).


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


Documentation automatically generated with Doxygen on 10 Sep 2004.