dune-localfunctions  2.5.0
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Dune::RTVecMatrix< Topology, Field > Struct Template Reference

#include <dune/localfunctions/raviartthomas/raviartthomassimplex/raviartthomassimplexprebasis.hh>

Public Types

typedef MultiIndex< dim, Field > MI
 
typedef MonomialBasis< Topology, MIMIBasis
 

Public Member Functions

 RTVecMatrix (unsigned int order)
 
 ~RTVecMatrix ()
 
unsigned int cols () const
 
unsigned int rows () const
 
template<class Vector >
void row (const unsigned int row, Vector &vec) const
 

Public Attributes

unsigned int row_
 
unsigned int col_
 
unsigned int row1_
 
Field ** mat_
 

Static Public Attributes

static const unsigned int dim = Topology::dimension
 

Member Typedef Documentation

◆ MI

template<class Topology, class Field>
typedef MultiIndex<dim,Field> Dune::RTVecMatrix< Topology, Field >::MI

◆ MIBasis

template<class Topology, class Field>
typedef MonomialBasis<Topology,MI> Dune::RTVecMatrix< Topology, Field >::MIBasis

Constructor & Destructor Documentation

◆ RTVecMatrix()

template<class Topology, class Field>
Dune::RTVecMatrix< Topology, Field >::RTVecMatrix ( unsigned int  order)
inline

◆ ~RTVecMatrix()

template<class Topology, class Field>
Dune::RTVecMatrix< Topology, Field >::~RTVecMatrix ( )
inline

Member Function Documentation

◆ cols()

template<class Topology, class Field>
unsigned int Dune::RTVecMatrix< Topology, Field >::cols ( ) const
inline

◆ row()

template<class Topology, class Field>
template<class Vector >
void Dune::RTVecMatrix< Topology, Field >::row ( const unsigned int  row,
Vector &  vec 
) const
inline

◆ rows()

template<class Topology, class Field>
unsigned int Dune::RTVecMatrix< Topology, Field >::rows ( ) const
inline

Member Data Documentation

◆ col_

template<class Topology, class Field>
unsigned int Dune::RTVecMatrix< Topology, Field >::col_

◆ dim

template<class Topology, class Field>
const unsigned int Dune::RTVecMatrix< Topology, Field >::dim = Topology::dimension
static

◆ mat_

template<class Topology, class Field>
Field** Dune::RTVecMatrix< Topology, Field >::mat_

◆ row1_

template<class Topology, class Field>
unsigned int Dune::RTVecMatrix< Topology, Field >::row1_

◆ row_

template<class Topology, class Field>
unsigned int Dune::RTVecMatrix< Topology, Field >::row_

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