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

Provides a vector-valued function using Dune::FieldVectors as elements. More...

#include <vtkvectorfunction.hh>

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

Public Member Functions

 VtkVectorFunction (std::string_view name, const GridView &gridView, const Mapper &mapper, const VectorBuffer &buf, unsigned codim)
 
std::string name () const override
 
int ncomps () const override
 
double evaluate (int mycomp, const Element &e, const Dune::FieldVector< ctype, dim > &xi) const override
 

Detailed Description

template<class GridView, class Mapper>
class Opm::VtkVectorFunction< GridView, Mapper >

Provides a vector-valued function using Dune::FieldVectors as elements.

Constructor & Destructor Documentation

◆ VtkVectorFunction()

template<class GridView , class Mapper >
Opm::VtkVectorFunction< GridView, Mapper >::VtkVectorFunction ( std::string_view  name,
const GridView &  gridView,
const Mapper &  mapper,
const VectorBuffer &  buf,
unsigned  codim 
)
inline

Member Function Documentation

◆ evaluate()

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

◆ name()

template<class GridView , class Mapper >
std::string Opm::VtkVectorFunction< GridView, Mapper >::name ( ) const
inlineoverride

◆ ncomps()

template<class GridView , class Mapper >
int Opm::VtkVectorFunction< GridView, Mapper >::ncomps ( ) const
inlineoverride

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