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

dolfin::GenericFunction Class Reference

#include <GenericFunction.h>

Inheritance diagram for dolfin::GenericFunction:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 GenericFunction ()
virtual ~GenericFunction ()
virtual real operator() (const Node &n, real t) const
virtual real operator() (const Node &n, real t)
virtual real operator() (const Point &p, real t) const
virtual real operator() (const Point &p, real t)
virtual real operator() (real x, real y, real z, real t) const
virtual real operator() (real x, real y, real z, real t)
virtual real operator() (unsigned int i, real t) const
virtual real operator() (unsigned int i, real t)
virtual void update (real t)
virtual real time () const
virtual Meshmesh () const
virtual ElementDataelmdata ()
virtual void update (FunctionSpace::ElementFunction &v, const FiniteElement &element, const Cell &cell, real t) const
virtual void update (NewArray< real > &w, const Cell &cell, const NewPDE &pde) const

Constructor & Destructor Documentation

GenericFunction::GenericFunction  ) 
 

GenericFunction::~GenericFunction  )  [virtual]
 


Member Function Documentation

ElementData & GenericFunction::elmdata  )  [virtual]
 

Reimplemented in dolfin::ODEFunction.

Mesh & GenericFunction::mesh  )  const [virtual]
 

Reimplemented in dolfin::DofFunction.

real GenericFunction::operator() unsigned int  i,
real  t
[virtual]
 

Reimplemented in dolfin::ODEFunction.

real GenericFunction::operator() unsigned int  i,
real  t
const [virtual]
 

real GenericFunction::operator() real  x,
real  y,
real  z,
real  t
[virtual]
 

Reimplemented in dolfin::ScalarExpressionFunction, and dolfin::VectorExpressionFunction.

real GenericFunction::operator() real  x,
real  y,
real  z,
real  t
const [virtual]
 

Reimplemented in dolfin::ExpressionFunction, dolfin::ScalarExpressionFunction, and dolfin::VectorExpressionFunction.

real GenericFunction::operator() const Point p,
real  t
[virtual]
 

Reimplemented in dolfin::ScalarExpressionFunction, and dolfin::VectorExpressionFunction.

real GenericFunction::operator() const Point p,
real  t
const [virtual]
 

Reimplemented in dolfin::ExpressionFunction, dolfin::ScalarExpressionFunction, and dolfin::VectorExpressionFunction.

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

Reimplemented in dolfin::DofFunction, dolfin::ScalarExpressionFunction, and dolfin::VectorExpressionFunction.

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

Reimplemented in dolfin::DofFunction, dolfin::ExpressionFunction, dolfin::ScalarExpressionFunction, and dolfin::VectorExpressionFunction.

real GenericFunction::time  )  const [virtual]
 

Reimplemented in dolfin::DofFunction.

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

Reimplemented in dolfin::DofFunction, dolfin::ExpressionFunction, dolfin::ScalarExpressionFunction, and dolfin::VectorExpressionFunction.

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

Reimplemented in dolfin::DofFunction, dolfin::ExpressionFunction, dolfin::ScalarExpressionFunction, and dolfin::VectorExpressionFunction.

void GenericFunction::update real  t  )  [virtual]
 

Reimplemented in dolfin::DofFunction.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.