dune-localfunctions
2.4.1-rc2
|
#include <dune/localfunctions/utility/tensor.hh>
Public Types | |
enum | { size = Base::size+ThisLFETensor::size*dimR } |
typedef Derivatives< F, dimD, dimR, deriv, value > | This |
typedef Derivatives< F, dimD, dimR, deriv-1, value > | Base |
typedef LFETensor< F, dimD, deriv > | ThisLFETensor |
typedef F | Field |
typedef F | field_type |
typedef Dune::FieldVector< F, size > | Block |
Public Member Functions | |
This & | operator= (const F &f) |
This & | operator= (const Dune::FieldVector< ThisLFETensor, dimR > &t) |
template<unsigned int dorder> | |
This & | operator= (const Dune::FieldVector< LFETensor< F, dimD, dorder >, dimR > &t) |
This & | operator= (const Block &t) |
This & | operator*= (const field_type &f) |
void | axpy (const F &a, const This &y) |
template<class Fy > | |
void | assign (const Derivatives< Fy, dimD, dimR, deriv, value > &y) |
template<class Fy > | |
void | assign (const Derivatives< Fy, dimD, dimR, deriv, derivative > &y) |
template<class Fy , int dimRy> | |
void | assign (const Derivatives< Fy, dimD, dimRy, deriv, value > &y, unsigned int r) |
template<class Fy > | |
void | assign (unsigned int r, const Derivatives< Fy, dimD, 1, deriv, value > &y) |
template<class Fy > | |
void | assign (unsigned int r, const Derivatives< Fy, dimD, 1, deriv, derivative > &y) |
Block & | block () |
const Block & | block () const |
template<unsigned int dorder> | |
const Dune::FieldVector< LFETensor< F, dimD, dorder >, dimR > & | tensor () const |
template<unsigned int dorder> | |
Dune::FieldVector< LFETensor< F, dimD, dorder >, dimR > & | tensor () |
template<unsigned int dorder> | |
const Dune::FieldVector< F, LFETensor< F, dimD, dorder >::size *dimR > & | block () const |
template<unsigned int dorder> | |
Dune::FieldVector< F, LFETensor< F, dimD, dorder >::size *dimR > & | block () |
ThisLFETensor & | operator[] (int r) |
const ThisLFETensor & | operator[] (int r) const |
Static Public Attributes | |
static const DerivativeLayout | layout = value |
static const unsigned int | dimDomain = dimD |
static const unsigned int | dimRange = dimR |
Protected Member Functions | |
template<class Fy , int dimRy> | |
void | assign (const FieldVector< Fy, size *dimRy > &y, unsigned int r) |
template<class Fy > | |
void | assign (unsigned int r, const FieldVector< Fy, size/dimR > &y) |
template<class Fy , unsigned int dy> | |
void | assign (const Derivatives< Fy, dimD, dimR, dy, derivative > &y) |
template<int dorder> | |
const Dune::FieldVector< LFETensor< F, dimD, dorder >, dimR > & | tensor (const integral_constant< int, dorder > &dorderVar) const |
const Dune::FieldVector< LFETensor< F, dimD, deriv >, dimR > & | tensor (const integral_constant< int, deriv > &dorderVar) const |
template<int dorder> | |
Dune::FieldVector< LFETensor< F, dimD, dorder >, dimR > & | tensor (const integral_constant< int, dorder > &dorderVar) |
Dune::FieldVector< LFETensor< F, dimD, deriv >, dimR > & | tensor (const integral_constant< int, deriv > &dorderVar) |
Protected Attributes | |
Dune::FieldVector< ThisLFETensor, dimR > | tensor_ |
typedef Derivatives<F,dimD,dimR,deriv-1,value> Dune::Derivatives< F, dimD, dimR, deriv, value >::Base |
typedef Dune::FieldVector<F,size> Dune::Derivatives< F, dimD, dimR, deriv, value >::Block |
typedef F Dune::Derivatives< F, dimD, dimR, deriv, value >::Field |
typedef F Dune::Derivatives< F, dimD, dimR, deriv, value >::field_type |
typedef Derivatives<F,dimD,dimR,deriv,value> Dune::Derivatives< F, dimD, dimR, deriv, value >::This |
typedef LFETensor<F,dimD,deriv> Dune::Derivatives< F, dimD, dimR, deriv, value >::ThisLFETensor |
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block(), and Dune::field_cast().
|
inline |
|
inline |
|
inline |
References Dune::LFETensor< F, dimD, deriv >::assign().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::assign().
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block(), and block().
|
inline |
Referenced by axpy().
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block().
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block().
|
inline |
|
inline |
|
inline |
References Dune::LFETensor< F, dimD, deriv >::block().
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
static |
|
static |
|
static |
|
protected |