Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
elementdata.hh File Reference
#include <cstddef>
#include <type_traits>
#include <utility>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/grid/common/gridfactory.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/grid/io/file/gmshreader.hh>

Go to the source code of this file.

Classes

class  Dune::Fufem::ElementData< GV, T >
 Class for storing data associated to elements. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fufem
 

Functions

template<class GridView >
 Dune::Fufem::ElementData (const Dune::GmshReader< typename GridView::Grid > &, const Dune::GridFactory< typename GridView::Grid > &, const GridView &) -> ElementData< GridView, int >
 
template<class Grid >
 Dune::Fufem::ElementData (const Dune::GmshReader< Grid > &, const Dune::GridFactory< Grid > &, const Grid &) -> ElementData< typename Grid::LeafGridView, int >