Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Components< typename Dune::FieldMatrix< T, n, m > > Struct Template Reference

#include <dune/fufem/functions/cachedcomponentwrapper.hh>

Public Types

typedef Dune::FieldMatrix< T, n, m > RT
 

Static Public Member Functions

template<class RFT >
static void setComponent (RT &x, int i, const RFT &xi)
 
template<class RFT >
static void getComponent (const RT &x, int i, RFT &xi)
 
static int size (const RT &x)
 

Detailed Description

template<class T, int n, int m>
struct Components< typename Dune::FieldMatrix< T, n, m > >
Deprecated:
This class is deprecated and will be removed after 2.11.

Member Typedef Documentation

◆ RT

template<class T , int n, int m>
typedef Dune::FieldMatrix<T, n, m> Components< typename Dune::FieldMatrix< T, n, m > >::RT

Member Function Documentation

◆ getComponent()

template<class T , int n, int m>
template<class RFT >
static void Components< typename Dune::FieldMatrix< T, n, m > >::getComponent ( const RT x,
int  i,
RFT &  xi 
)
inlinestatic

◆ setComponent()

template<class T , int n, int m>
template<class RFT >
static void Components< typename Dune::FieldMatrix< T, n, m > >::setComponent ( RT x,
int  i,
const RFT &  xi 
)
inlinestatic

◆ size()

template<class T , int n, int m>
static int Components< typename Dune::FieldMatrix< T, n, m > >::size ( const RT x)
inlinestatic

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