dune-grid 2.9.0
Public Types | Public Member Functions | List of all members
Dune::dgf::ProjectionBlock::Expression Struct Referenceabstract

#include <dune/grid/io/file/dgfparser/blocks/projection.hh>

Inheritance diagram for Dune::dgf::ProjectionBlock::Expression:
Inheritance graph

Public Types

typedef std::vector< double > Vector
 

Public Member Functions

virtual ~Expression ()
 
virtual void evaluate (const Vector &argument, Vector &result) const =0
 

Member Typedef Documentation

◆ Vector

typedef std::vector< double > Dune::dgf::ProjectionBlock::Expression::Vector

Constructor & Destructor Documentation

◆ ~Expression()

virtual Dune::dgf::ProjectionBlock::Expression::~Expression ( )
inlinevirtual

Member Function Documentation

◆ evaluate()

virtual void Dune::dgf::ProjectionBlock::Expression::evaluate ( const Vector argument,
Vector result 
) const
pure virtual

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