![]() |
#include <NewPoisson.h>
Inheritance diagram for dolfin::NewPoisson:
Public Member Functions | |
NewPoisson (Function &f) | |
unsigned int | dim () const |
Return dimension of solution vector. | |
unsigned int | dof (unsigned int i, const Cell &cell) const |
Return map from local to global degree of freedom. | |
const Point & | coord (unsigned int i, const Cell &cell) const |
void | interiorElementMatrix (real **A) const |
Compute interior element matrix. | |
void | interiorElementVector (NewArray< real > &b) const |
Compute interior element vector. |
|
|
|
Return map from local degree of freedom to global coordinate FIXME: replace by projection operator Implements dolfin::NewPDE. |
|
Return dimension of solution vector.
Implements dolfin::NewPDE. |
|
Return map from local to global degree of freedom.
Implements dolfin::NewPDE. |
|
Compute interior element matrix.
Reimplemented from dolfin::NewPDE. |
|
Compute interior element vector.
Reimplemented from dolfin::NewPDE. |
Documentation automatically generated with Doxygen on 10 Sep 2004.