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

dolfin::cGqMethod Class Reference

#include <cGqMethod.h>

Inheritance diagram for dolfin::cGqMethod:

Inheritance graph
[legend]
Collaboration diagram for dolfin::cGqMethod:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 cGqMethod (unsigned int q)
void show () const
 Display method data.


Protected Member Functions

void computeQuadrature ()
void computeBasis ()
void computeWeights ()

Detailed Description

Contains all numeric constants, such as nodal points and nodal weights, needed for the cG(q) method. The order q must be at least 1. Note that q refers to the polynomial order and not the order of convergence for the method, which is 2q.


Constructor & Destructor Documentation

cGqMethod::cGqMethod unsigned int  q  ) 
 


Member Function Documentation

void cGqMethod::computeBasis  )  [protected, virtual]
 

Implements dolfin::Method.

void cGqMethod::computeQuadrature  )  [protected, virtual]
 

Implements dolfin::Method.

void cGqMethod::computeWeights  )  [protected, virtual]
 

Implements dolfin::Method.

void cGqMethod::show  )  const [virtual]
 

Display method data.

Implements dolfin::Method.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.