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

dolfin::PoissonSystem Class Reference

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

#include <PoissonSystem.h>

Inheritance diagram for dolfin::PoissonSystem:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

void interiorElementMatrix (NewArray< NewArray< real > > &A) const
void interiorElementVector (NewArray< real > &b) const
 Compute interior element vector.


Detailed Description

EXPERIMENTAL: Redesign of the evaluation of variational forms.


Constructor & Destructor Documentation

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


Member Function Documentation

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

Return dimension of solution vector.

Implements dolfin::NewPDE.

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

Return map from local to global degree of freedom.

Implements dolfin::NewPDE.

void dolfin::PoissonSystem::interiorElementMatrix NewArray< NewArray< real > > &  A  )  const [inline]
 

void dolfin::PoissonSystem::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.