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

dolfin::VectorExpressionFunction Class Reference

#include <VectorExpressionFunction.h>

Inheritance diagram for dolfin::VectorExpressionFunction:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VectorExpressionFunction (vfunction f, int dim, int size)
 ~VectorExpressionFunction ()
real operator() (const Node &n, real t) const
real operator() (const Node &n, real t)
real operator() (const Point &p, real t) const
real operator() (const Point &p, real t)
real operator() (real x, real y, real z, real t) const
real operator() (real x, real y, real z, real t)
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

VectorExpressionFunction::VectorExpressionFunction vfunction  f,
int  dim,
int  size
 

VectorExpressionFunction::~VectorExpressionFunction  ) 
 


Member Function Documentation

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

Reimplemented from dolfin::GenericFunction.

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

Implements dolfin::ExpressionFunction.

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

Reimplemented from dolfin::GenericFunction.

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

Implements dolfin::ExpressionFunction.

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

Reimplemented from dolfin::GenericFunction.

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

Implements dolfin::ExpressionFunction.

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

Implements dolfin::ExpressionFunction.

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

Implements dolfin::ExpressionFunction.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.