![]() |
#include <cGqMethods.h>
Collaboration diagram for dolfin::cGqMethods:

Public Member Functions | |
| cGqMethods () | |
| Constructor. | |
| ~cGqMethods () | |
| Destructor. | |
| const cGqMethod & | operator() (unsigned int q) const |
| Return given cG(q) method (inline optimized). | |
| void | init (unsigned int q) |
| Initialize given cG(q) method. | |
Example usage:
cG.init(q); x0 = cG(q).point(0); x1 = cG(q).point(1);
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Initialize given cG(q) method.
|
|
|
Return given cG(q) method (inline optimized).
|
![]()
Documentation automatically generated with Doxygen on 10 Sep 2004.