Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Components< typename std::vector< T > > Struct Template Reference

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

Public Types

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

Member Typedef Documentation

◆ RT

template<class T >
typedef std::vector<T> Components< typename std::vector< T > >::RT

Member Function Documentation

◆ getComponent()

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

◆ setComponent()

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

◆ size()

template<class T >
static int Components< typename std::vector< T > >::size ( const RT x)
inlinestatic

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