![]() |
#include <Method.h>
Inheritance diagram for dolfin::Method:
Public Member Functions | |
Method (unsigned int q) | |
Constructor. | |
virtual | ~Method () |
Destructor. | |
unsigned int | size () const |
Return number of points (inline optimized). | |
unsigned int | degree () const |
Return degree (inline optimized). | |
real | point (unsigned int i) const |
Return nodal point (inline optimized). | |
real | weight (unsigned int i, unsigned int j) const |
Return nodal weight j for degree of freedom i, including quadrature (inline optimized). | |
real | weight (unsigned int i) const |
Return quadrature weight, including only quadrature (inline optimized). | |
real | basis (unsigned int i, real t) const |
Evaluation of basis function i at given point t within [0,1] (inline optimized). | |
real | derivative (unsigned int i, real t) const |
Evaluation of derivative of basis function i at given point t within [0,1] (inline optimized). | |
real | derivative (unsigned int i) const |
Evaluation of derivative of basis function i at t = 1 (inline optimized). | |
virtual void | show () const=0 |
Display method data. | |
Protected Member Functions | |
void | init () |
virtual void | computeQuadrature ()=0 |
virtual void | computeBasis ()=0 |
virtual void | computeWeights ()=0 |
void | computeDerivatives () |
Protected Attributes | |
unsigned int | q |
unsigned int | n |
real * | points |
real ** | weights |
real * | qweights |
real * | derivatives |
Lagrange * | trial |
Lagrange * | test |
|
Constructor.
|
|
Destructor.
|
|
Evaluation of basis function i at given point t within [0,1] (inline optimized).
|
|
Implemented in dolfin::cGqMethod, and dolfin::dGqMethod. |
|
|
|
Implemented in dolfin::cGqMethod, and dolfin::dGqMethod. |
|
Implemented in dolfin::cGqMethod, and dolfin::dGqMethod. |
|
Return degree (inline optimized).
|
|
Evaluation of derivative of basis function i at t = 1 (inline optimized).
|
|
Evaluation of derivative of basis function i at given point t within [0,1] (inline optimized).
|
|
|
|
Return nodal point (inline optimized).
|
|
Display method data.
Implemented in dolfin::cGqMethod, and dolfin::dGqMethod. |
|
Return number of points (inline optimized).
|
|
Return quadrature weight, including only quadrature (inline optimized).
|
|
Return nodal weight j for degree of freedom i, including quadrature (inline optimized).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Documentation automatically generated with Doxygen on 10 Sep 2004.