dune-grid  2.3.1
Public Types | Static Public Attributes | List of all members
Dune::Alberta::FillFlags< dim > Struct Template Reference

#include <dune/grid/albertagrid/misc.hh>

Public Types

typedef ALBERTA FLAGS Flags

Static Public Attributes

static const Flags nothing = FILL_NOTHING
static const Flags coords = FILL_COORDS
static const Flags neighbor = FILL_NEIGH
static const Flags orientation = (dim == 3 ? FILL_ORIENTATION : FILL_NOTHING)
static const Flags projection = FILL_PROJECTION
static const Flags elementType = (dim == 3 ? FILL_EL_TYPE : FILL_NOTHING)
static const Flags boundaryId = FILL_BOUND
static const Flags nonPeriodic = FILL_NOTHING
static const Flags all
static const Flags standardWithCoords = all
static const Flags standard = standardWithCoords & ~coords

Member Typedef Documentation

template<int dim>
typedef ALBERTA FLAGS Dune::Alberta::FillFlags< dim >::Flags

Member Data Documentation

template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::all
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::boundaryId = FILL_BOUND
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::coords = FILL_COORDS
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::elementType = (dim == 3 ? FILL_EL_TYPE : FILL_NOTHING)
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::neighbor = FILL_NEIGH
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::nonPeriodic = FILL_NOTHING
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::nothing = FILL_NOTHING
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::orientation = (dim == 3 ? FILL_ORIENTATION : FILL_NOTHING)
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::projection = FILL_PROJECTION
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::standard = standardWithCoords & ~coords
static
template<int dim>
const Flags Dune::Alberta::FillFlags< dim >::standardWithCoords = all
static

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