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

dolfin::NewPoisson Class Reference

EXPERIMENTAL: Redesign of the evaluation of variational forms. More...

#include <NewPoisson.h>

Inheritance diagram for dolfin::NewPoisson:

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

Collaboration graph
[legend]
List of all members.

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 Pointcoord (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.


Detailed Description

EXPERIMENTAL: Redesign of the evaluation of variational forms.


Constructor & Destructor Documentation

dolfin::NewPoisson::NewPoisson Function f  )  [inline]
 


Member Function Documentation

const Point& dolfin::NewPoisson::coord unsigned int  i,
const Cell cell
const [inline, virtual]
 

Return map from local degree of freedom to global coordinate FIXME: replace by projection operator

Implements dolfin::NewPDE.

unsigned int dolfin::NewPoisson::dim  )  const [inline, virtual]
 

Return dimension of solution vector.

Implements dolfin::NewPDE.

unsigned int dolfin::NewPoisson::dof unsigned int  i,
const Cell cell
const [inline, virtual]
 

Return map from local to global degree of freedom.

Implements dolfin::NewPDE.

void dolfin::NewPoisson::interiorElementMatrix real **  A  )  const [inline, virtual]
 

Compute interior element matrix.

Reimplemented from dolfin::NewPDE.

void dolfin::NewPoisson::interiorElementVector NewArray< real > &  b  )  const [inline, virtual]
 

Compute interior element vector.

Reimplemented from dolfin::NewPDE.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.