Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Dune::GridConstruction< GridType, 1 > Struct Template Reference

#include <dune/fufem/utilities/gridconstruction.hh>

Public Types

using ctype = typename GridType::ctype
 
using FV = FieldVector< ctype, dim >
 

Static Public Member Functions

static std::unique_ptr< GridType > createGrid (const ParameterTree &config)
 
static std::unique_ptr< GridType > createInterval (const ParameterTree &config)
 

Static Public Attributes

static const int dim =GridType::dimension
 

Member Typedef Documentation

◆ ctype

template<class GridType >
using Dune::GridConstruction< GridType, 1 >::ctype = typename GridType::ctype

◆ FV

template<class GridType >
using Dune::GridConstruction< GridType, 1 >::FV = FieldVector<ctype,dim>

Member Function Documentation

◆ createGrid()

template<class GridType >
static std::unique_ptr< GridType > Dune::GridConstruction< GridType, 1 >::createGrid ( const ParameterTree config)
inlinestatic

◆ createInterval()

template<class GridType >
static std::unique_ptr< GridType > Dune::GridConstruction< GridType, 1 >::createInterval ( const ParameterTree config)
inlinestatic

Member Data Documentation

◆ dim

template<class GridType >
const int Dune::GridConstruction< GridType, 1 >::dim =GridType::dimension
static

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