dune-grid 2.9.0
Public Member Functions | Public Attributes | List of all members
Dune::dgf::IntervalBlock::Interval Struct Reference

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

Public Member Functions

 Interval ()
 
 Interval (const Interval &interval, const std::vector< int > &map)
 
void copy (const Interval &interval, const std::vector< int > &map)
 

Public Attributes

std::array< std::vector< double >, 2 > p
 
std::vector< double > h
 
std::vector< int > n
 

Constructor & Destructor Documentation

◆ Interval() [1/2]

Dune::dgf::IntervalBlock::Interval::Interval ( )
inline

◆ Interval() [2/2]

Dune::dgf::IntervalBlock::Interval::Interval ( const Interval interval,
const std::vector< int > &  map 
)
inline

Member Function Documentation

◆ copy()

void Dune::dgf::IntervalBlock::Interval::copy ( const Interval interval,
const std::vector< int > &  map 
)
inline

Member Data Documentation

◆ h

std::vector< double > Dune::dgf::IntervalBlock::Interval::h

◆ n

std::vector< int > Dune::dgf::IntervalBlock::Interval::n

◆ p

std::array< std::vector< double >, 2 > Dune::dgf::IntervalBlock::Interval::p

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