Go to the documentation of this file.
    3#ifndef DUNE_POLYHEDRALGRID_CAPABILITIES_HH 
    4#define DUNE_POLYHEDRALGRID_CAPABILITIES_HH 
    7#include <dune/grid/common/capabilities.hh> 
   15  namespace Capabilities  
   21    template<  int dim,  int dimworld,  class coord_t >  
   24      static const bool v =  false;  
   25      static const unsigned int topologyId = ~0 u;  
   29    template<  int dim,  int dimworld,  class coord_t >  
   32      static const bool v =  false;  
   36    template<  int dim,  int dimworld,  class coord_t,  int codim >  
   39      static const bool v = (codim == 0 || codim == 1 || codim == dim);  
   43    template<  int dim,  int dimworld,  class coord_t,  int codim >  
   46      static const bool v = (codim == 0 || codim == 1 || codim == dim);  
   49    template<  int dim,  int dimworld,  class coord_t,  int codim >  
   52        static const bool v =  false;  
   56    template<  int dim,  int dimworld,  class coord_t >  
   57    struct hasBackupRestoreFacilities<  PolyhedralGrid< dim, dimworld, coord_t > >  
   59      static const bool v =  false;  
   62    template<  int dim,  int dimworld,  class coord_t >  
   65      static const bool v =  false;  
   68    template<  int dim,  int dimworld,  class coord_t >  
   71      static const bool v =  false;  
   74    template<  int dim,  int dimworld,  class coord_t >  
   77      static const bool v =  false;  
   80    template<  int dim,  int dimworld,  class coord_t >  
   83      static const bool v =  false;  
identical grid wrapper Definition: grid.hh:159  
The namespace Dune is the main namespace for all Dune code. Definition: common/CartesianIndexMapper.hpp:10  
Dune::FieldVector< double, dimworld > u(const Dune::FieldVector< ct, dimworld > &, double) Definition: transportproblem2.hh:36  
  
  
 
    
     |