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

dolfin::DofFunction Class Reference

#include <DofFunction.h>

Inheritance diagram for dolfin::DofFunction:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DofFunction (Mesh &mesh, Vector &dofs, int dim, int size)
 ~DofFunction ()
real operator() (const Node &n, real t) const
real operator() (const Node &n, real t)
void update (real t)
real time () const
Meshmesh () const
void update (FunctionSpace::ElementFunction &v, const FiniteElement &element, const Cell &cell, real t) const
void update (NewArray< real > &w, const Cell &cell, const NewPDE &pde) const

Constructor & Destructor Documentation

DofFunction::DofFunction Mesh mesh,
Vector dofs,
int  dim,
int  size
 

DofFunction::~DofFunction  ) 
 


Member Function Documentation

Mesh & DofFunction::mesh  )  const [virtual]
 

Reimplemented from dolfin::GenericFunction.

real DofFunction::operator() const Node n,
real  t
[virtual]
 

Reimplemented from dolfin::GenericFunction.

real DofFunction::operator() const Node n,
real  t
const [virtual]
 

Reimplemented from dolfin::GenericFunction.

real DofFunction::time  )  const [virtual]
 

Reimplemented from dolfin::GenericFunction.

void DofFunction::update NewArray< real > &  w,
const Cell cell,
const NewPDE pde
const [virtual]
 

Reimplemented from dolfin::GenericFunction.

void DofFunction::update FunctionSpace::ElementFunction v,
const FiniteElement element,
const Cell cell,
real  t
const [virtual]
 

Reimplemented from dolfin::GenericFunction.

void DofFunction::update real  t  )  [virtual]
 

Reimplemented from dolfin::GenericFunction.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.