TensorFunction< dim > Class Template Reference

#include <sfunctions.h>

List of all members.

Public Member Functions

virtual ~TensorFunction ()
double operator() (Point< dim > &p, unsigned i, unsigned j)
virtual double value (const Point< dim > &p, const unsigned i, const unsigned j) const =0

Detailed Description

template<int dim>
class TensorFunction< dim >

Definition at line 145 of file sfunctions.h.


Constructor & Destructor Documentation

template<int dim>
virtual TensorFunction< dim >::~TensorFunction (  )  [inline, virtual]

Definition at line 148 of file sfunctions.h.

00148 {}


Member Function Documentation

template<int dim>
double TensorFunction< dim >::operator() ( Point< dim > &  p,
unsigned  i,
unsigned  j 
) [inline]

Definition at line 149 of file sfunctions.h.

00149 {return value(p,i,j);}

template<int dim>
virtual double TensorFunction< dim >::value ( const Point< dim > &  p,
const unsigned  i,
const unsigned  j 
) const [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Sun Apr 8 23:13:29 2012 for CO2INJECTION by  doxygen 1.6.3