dune-functions 2.9.0
Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::Functions::LeafBasisNode Class Reference

#include <dune/functions/functionspacebases/nodes.hh>

Inheritance diagram for Dune::Functions::LeafBasisNode:
Inheritance graph

Public Types

using size_type = std::size_t
 

Public Member Functions

size_type localIndex (size_type i) const
 
size_type size () const
 
size_type treeIndex () const
 

Protected Member Functions

size_type offset () const
 
void setOffset (const size_type offset)
 
void setSize (const size_type size)
 
void setTreeIndex (size_type treeIndex)
 

Member Typedef Documentation

◆ size_type

using Dune::Functions::BasisNodeMixin::size_type = std::size_t
inherited

Member Function Documentation

◆ localIndex()

size_type Dune::Functions::BasisNodeMixin::localIndex ( size_type  i) const
inlineinherited

◆ offset()

size_type Dune::Functions::BasisNodeMixin::offset ( ) const
inlineprotectedinherited

◆ setOffset()

void Dune::Functions::BasisNodeMixin::setOffset ( const size_type  offset)
inlineprotectedinherited

◆ setSize()

void Dune::Functions::BasisNodeMixin::setSize ( const size_type  size)
inlineprotectedinherited

◆ setTreeIndex()

void Dune::Functions::BasisNodeMixin::setTreeIndex ( size_type  treeIndex)
inlineprotectedinherited

◆ size()

size_type Dune::Functions::BasisNodeMixin::size ( ) const
inlineinherited

◆ treeIndex()

size_type Dune::Functions::BasisNodeMixin::treeIndex ( ) const
inlineinherited

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