dune-spgrid 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
Dune::SPBinaryRefinement< P > Class Template Reference

#include <dune/grid/spgrid/refinement.hh>

Inheritance diagram for Dune::SPBinaryRefinement< P >:
Inheritance graph

Public Types

typedef Base::Policy Policy
 
typedef Base::MultiIndex MultiIndex
 

Public Member Functions

 SPBinaryRefinement (const Policy &policy=Policy())
 
 SPBinaryRefinement (const This &father, const Policy &policy)
 
bool hasFather (const MultiIndex &id) const
 
void firstChild (MultiIndex &id) const
 
bool nextChild (MultiIndex &id) const
 
bool isCopy (const MultiIndex id) const
 
unsigned int factor (int i) const
 
unsigned int numChildren () const
 
void father (MultiIndex &id) const
 
void child (MultiIndex &id, unsigned int index) const
 
unsigned int childIndex (const MultiIndex &id) const
 
template<class ctype >
FieldVector< ctype, dimensionhInFather () const
 
template<class ctype >
FieldVector< ctype, dimensionoriginInFather (unsigned int index) const
 
const Policypolicy () const
 

Static Public Member Functions

static std::string type ()
 

Static Public Attributes

static const int dimension
 

Member Typedef Documentation

◆ MultiIndex

template<class P >
typedef Base::MultiIndex Dune::SPBinaryRefinement< P >::MultiIndex

◆ Policy

template<class P >
typedef Base::Policy Dune::SPBinaryRefinement< P >::Policy

Constructor & Destructor Documentation

◆ SPBinaryRefinement() [1/2]

template<class P >
Dune::SPBinaryRefinement< P >::SPBinaryRefinement ( const Policy policy = Policy())
inlineexplicit

◆ SPBinaryRefinement() [2/2]

template<class P >
Dune::SPBinaryRefinement< P >::SPBinaryRefinement ( const This father,
const Policy policy 
)
inline

Member Function Documentation

◆ child()

template<class P >
void Dune::SPDefaultRefinement< P >::child ( MultiIndex id,
unsigned int  index 
) const
inlineinherited

◆ childIndex()

template<class P >
unsigned int Dune::SPDefaultRefinement< P >::childIndex ( const MultiIndex id) const
inlineinherited

◆ factor()

template<class P >
unsigned int Dune::SPDefaultRefinement< P >::factor ( int  i) const
inline

◆ father()

template<class P >
void Dune::SPDefaultRefinement< P >::father ( MultiIndex id) const
inlineinherited

◆ firstChild()

template<class P >
void Dune::SPBinaryRefinement< P >::firstChild ( MultiIndex id) const
inline

◆ hasFather()

template<class P >
bool Dune::SPBinaryRefinement< P >::hasFather ( const MultiIndex id) const
inline

◆ hInFather()

template<class P >
template<class ctype >
FieldVector< ctype, dimension > Dune::SPDefaultRefinement< P >::hInFather ( ) const
inlineinherited

◆ isCopy()

template<class P >
bool Dune::SPBinaryRefinement< P >::isCopy ( const MultiIndex  id) const
inline

◆ nextChild()

template<class P >
bool Dune::SPBinaryRefinement< P >::nextChild ( MultiIndex id) const
inline

◆ numChildren()

template<class P >
unsigned int Dune::SPDefaultRefinement< P >::numChildren ( ) const
inlineinherited

◆ originInFather()

template<class P >
template<class ctype >
FieldVector< ctype, dimension > Dune::SPDefaultRefinement< P >::originInFather ( unsigned int  index) const
inlineinherited

◆ policy()

template<class P >
const Policy & Dune::SPDefaultRefinement< P >::policy ( ) const
inlineinherited

◆ type()

template<class P >
static std::string Dune::SPDefaultRefinement< P >::type ( )
inlinestaticinherited

Member Data Documentation

◆ dimension

template<class P >
const int Dune::SPDefaultRefinement< P >::dimension
static

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