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

dolfin::ScalarExpressionFunction Class Reference

#include <ScalarExpressionFunction.h>

Inheritance diagram for dolfin::ScalarExpressionFunction:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ScalarExpressionFunction (function f)
 ~ScalarExpressionFunction ()
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

ScalarExpressionFunction::ScalarExpressionFunction function  f  ) 
 

ScalarExpressionFunction::~ScalarExpressionFunction  ) 
 


Member Function Documentation

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

Reimplemented from dolfin::GenericFunction.

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

Implements dolfin::ExpressionFunction.

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

Reimplemented from dolfin::GenericFunction.

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

Implements dolfin::ExpressionFunction.

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

Reimplemented from dolfin::GenericFunction.

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

Implements dolfin::ExpressionFunction.

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

Implements dolfin::ExpressionFunction.

void ScalarExpressionFunction::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.