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

dolfin::cGqMethods Class Reference

#include <cGqMethods.h>

Collaboration diagram for dolfin::cGqMethods:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 cGqMethods ()
 Constructor.

 ~cGqMethods ()
 Destructor.

const cGqMethodoperator() (unsigned int q) const
 Return given cG(q) method (inline optimized).

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


Detailed Description

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

Example usage:

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


Constructor & Destructor Documentation

cGqMethods::cGqMethods  ) 
 

Constructor.

cGqMethods::~cGqMethods  ) 
 

Destructor.


Member Function Documentation

void cGqMethods::init unsigned int  q  ) 
 

Initialize given cG(q) method.

const cGqMethod& dolfin::cGqMethods::operator() unsigned int  q  )  const [inline]
 

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


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


Documentation automatically generated with Doxygen on 10 Sep 2004.