#include <dune/localfunctions/raviartthomas/raviartthomasprebasis.hh>
List of all members.
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
template<class Topology, class Field>
template<class Topology, class Field>
Constructor & Destructor Documentation
template<class Topology, class Field>
References Dune::RTVecMatrix< Topology, Field >::col_, Dune::RTVecMatrix< Topology, Field >::dim, Dune::MonomialBasis< Topology, F >::evaluate(), Dune::RTVecMatrix< Topology, Field >::mat_, Dune::RTVecMatrix< Topology, Field >::row(), Dune::RTVecMatrix< Topology, Field >::row1_, Dune::RTVecMatrix< Topology, Field >::row_, Dune::MonomialBasis< Topology, F >::size(), and Dune::MonomialBasis< Topology, F >::sizes().
template<class Topology, class Field>
Member Function Documentation
template<class Topology, class Field>
template<class Topology, class Field>
template<class Vector >
void Dune::RTVecMatrix< Topology, Field >::row |
( |
const unsigned int |
row, |
|
|
Vector & |
vec |
|
) |
| const |
|
inline |
template<class Topology, class Field>
Member Data Documentation
template<class Topology, class Field>
template<class Topology, class Field>
template<class Topology, class Field>
template<class Topology, class Field>
template<class Topology, class Field>
The documentation for this struct was generated from the following file: