Ewoms::VtkTensorFunction< GridView, Mapper > Class Template Reference

Provides a tensor-valued function using Dune::FieldMatrix objects as elements. More...

#include <vtktensorfunction.hh>

Inheritance diagram for Ewoms::VtkTensorFunction< GridView, Mapper >:
Inheritance graph

Public Member Functions

 VtkTensorFunction (std::string name, const GridView &gridView, const Mapper &mapper, const TensorBuffer &buf, int codim, int matrixColumnIdx)
 
virtual std::string name () const
 
virtual int ncomps () const
 
virtual double evaluate (int mycomp, const Element &e, const Dune::FieldVector< ctype, dim > &xi) const
 

Detailed Description

template<class GridView, class Mapper>
class Ewoms::VtkTensorFunction< GridView, Mapper >

Provides a tensor-valued function using Dune::FieldMatrix objects as elements.

Constructor & Destructor Documentation

template<class GridView , class Mapper >
Ewoms::VtkTensorFunction< GridView, Mapper >::VtkTensorFunction ( std::string  name,
const GridView &  gridView,
const Mapper &  mapper,
const TensorBuffer &  buf,
int  codim,
int  matrixColumnIdx 
)
inline

Member Function Documentation

template<class GridView , class Mapper >
virtual double Ewoms::VtkTensorFunction< GridView, Mapper >::evaluate ( int  mycomp,
const Element &  e,
const Dune::FieldVector< ctype, dim > &  xi 
) const
inlinevirtual
template<class GridView , class Mapper >
virtual std::string Ewoms::VtkTensorFunction< GridView, Mapper >::name ( ) const
inlinevirtual
template<class GridView , class Mapper >
virtual int Ewoms::VtkTensorFunction< GridView, Mapper >::ncomps ( ) const
inlinevirtual

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