dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::Fem::SubObject< DomainObject, RangeObject, offset > Class Template Reference

#include <dune/fem/space/combinedspace/subobjects.hh>

Public Member Functions

 SubObject (DomainObjectType &host)
 
const RowType & operator[] (const int i) const
 
RowType & operator[] (const int i)
 
int size () const
 
 operator typename std::remove_const< RangeObjectType >::type () const
 

Constructor & Destructor Documentation

◆ SubObject()

template<class DomainObject , class RangeObject , int offset>
Dune::Fem::SubObject< DomainObject, RangeObject, offset >::SubObject ( DomainObjectType &  host)
inline

Member Function Documentation

◆ operator typename std::remove_const< RangeObjectType >::type()

template<class DomainObject , class RangeObject , int offset>
Dune::Fem::SubObject< DomainObject, RangeObject, offset >::operator typename std::remove_const< RangeObjectType >::type ( ) const
inline

◆ operator[]() [1/2]

template<class DomainObject , class RangeObject , int offset>
RowType & Dune::Fem::SubObject< DomainObject, RangeObject, offset >::operator[] ( const int  i)
inline

◆ operator[]() [2/2]

template<class DomainObject , class RangeObject , int offset>
const RowType & Dune::Fem::SubObject< DomainObject, RangeObject, offset >::operator[] ( const int  i) const
inline

◆ size()

template<class DomainObject , class RangeObject , int offset>
int Dune::Fem::SubObject< DomainObject, RangeObject, offset >::size ( ) const
inline

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