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

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

#include <vtktensorfunction.hh>

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

Public Member Functions

 VtkTensorFunction (std::string name, const GridView &gridView, const Mapper &mapper, const TensorBuffer &buf, unsigned codim, unsigned 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 Opm::VtkTensorFunction< GridView, Mapper >

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

Constructor & Destructor Documentation

◆ VtkTensorFunction()

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

Member Function Documentation

◆ evaluate()

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

◆ name()

template<class GridView , class Mapper >
virtual std::string Opm::VtkTensorFunction< GridView, Mapper >::name ( ) const
inlinevirtual

◆ ncomps()

template<class GridView , class Mapper >
virtual int Opm::VtkTensorFunction< GridView, Mapper >::ncomps ( ) const
inlinevirtual

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