- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/localfunctions/utility/tensor.hh>
Public Types | |
typedef F | field_type |
typedef Dune::FieldVector< F, size > | Block |
Public Member Functions | |
template<class FF > | |
This & | operator= (const FF &f) |
This & | operator= (const Block &b) |
This & | operator*= (const field_type &f) |
const field_type & | operator[] (const unsigned int i) const |
field_type & | operator[] (const unsigned int i) |
Block & | block () |
const Block & | block () const |
void | axpy (const F &a, const This &y) |
template<class Fy > | |
void | assign (const LFETensor< Fy, dimD, deriv > &y) |
Public Attributes | |
Block | block_ |
Static Public Attributes | |
static const unsigned int | size = BaseDim::size+BaseDeriv::size |
typedef Dune::FieldVector<F,size> Dune::LFETensor< F, dimD, deriv >::Block |
typedef F Dune::LFETensor< F, dimD, deriv >::field_type |
void Dune::LFETensor< F, dimD, deriv >::assign | ( | const LFETensor< Fy, dimD, deriv > & | y | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block(), and Dune::field_cast().
void Dune::LFETensor< F, dimD, deriv >::axpy | ( | const F & | a, | |
const This & | y | |||
) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
Block& Dune::LFETensor< F, dimD, deriv >::block | ( | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block_.
Referenced by Dune::LFETensor< F, dimD, 0 >::assign(), Dune::LFETensor< F, dimD, deriv >::assign(), Dune::LFETensor< F, dimD, 0 >::axpy(), Dune::LFETensor< F, dimD, deriv >::axpy(), Dune::LFETensor< F, dimD, 0 >::operator*=(), Dune::LFETensor< F, dimD, deriv >::operator*=(), Dune::LFETensor< F, dimD, 0 >::operator=(), Dune::LFETensor< F, dimD, deriv >::operator=(), Dune::LFETensor< F, dimD, 0 >::operator[](), and Dune::LFETensor< F, dimD, deriv >::operator[]().
const Block& Dune::LFETensor< F, dimD, deriv >::block | ( | ) | const [inline] |
References Dune::LFETensor< F, dimD, deriv >::block_.
This& Dune::LFETensor< F, dimD, deriv >::operator*= | ( | const field_type & | f | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
This& Dune::LFETensor< F, dimD, deriv >::operator= | ( | const Block & | b | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
This& Dune::LFETensor< F, dimD, deriv >::operator= | ( | const FF & | f | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block(), and Dune::field_cast().
const field_type& Dune::LFETensor< F, dimD, deriv >::operator[] | ( | const unsigned int | i | ) | const [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
field_type& Dune::LFETensor< F, dimD, deriv >::operator[] | ( | const unsigned int | i | ) | [inline] |
References Dune::LFETensor< F, dimD, deriv >::block().
Block Dune::LFETensor< F, dimD, deriv >::block_ |
Referenced by Dune::LFETensor< F, dimD, 0 >::block(), and Dune::LFETensor< F, dimD, deriv >::block().
const unsigned int Dune::LFETensor< F, dimD, deriv >::size = BaseDim::size+BaseDeriv::size [static] |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].