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

dolfin::dGqMethod Class Reference

#include <dGqMethod.h>

Inheritance diagram for dolfin::dGqMethod:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 dGqMethod (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 dG(q) method. The order q must be at least 0. Note that q refers to the polynomial order and not the order of convergence for the method, which is 2q + 1.


Constructor & Destructor Documentation

dGqMethod::dGqMethod unsigned int  q  ) 
 


Member Function Documentation

void dGqMethod::computeBasis  )  [protected, virtual]
 

Implements dolfin::Method.

void dGqMethod::computeQuadrature  )  [protected, virtual]
 

Implements dolfin::Method.

void dGqMethod::computeWeights  )  [protected, virtual]
 

Implements dolfin::Method.

void dGqMethod::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.