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

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

Public Types

typedef Dune::FieldVector< T, n > 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>
struct Components< typename Dune::FieldVector< T, n > >
Deprecated:
This class is deprecated and will be removed after 2.11.

Member Typedef Documentation

◆ RT

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

Member Function Documentation

◆ getComponent()

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

◆ setComponent()

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

◆ size()

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

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