dune-fem  2.4.1-rc
Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/shapefunctionset/vectorial.hh>

Inheritance diagram for Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >:
Inheritance graph

Public Types

typedef Traits::ScalarType ScalarType
 
typedef Traits::VectorialType VectorialType
 
typedef Traits::field_type field_type
 
typedef Traits::ComponentType ComponentType
 
typedef Traits::size_type size_type
 

Public Member Functions

 BasicMakeVectorialExpression (const ComponentType &component, const ScalarType &scalar)
 
 operator VectorialType () const
 
const ThisTypeoperator*= (const field_type &s)
 
const ThisTypeoperator/= (const field_type &s)
 
const ComponentTypecomponent () const
 
const ScalarTypescalar () const
 
ScalarTypescalar ()
 

Protected Attributes

ComponentType component_
 
ScalarType scalar_
 

Member Typedef Documentation

template<class Scalar, class Vectorial>
typedef Traits::ComponentType Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::ComponentType
template<class Scalar, class Vectorial>
typedef Traits::field_type Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::field_type
template<class Scalar, class Vectorial>
typedef Traits::ScalarType Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::ScalarType
template<class Scalar, class Vectorial>
typedef Traits::size_type Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::size_type
template<class Scalar, class Vectorial>
typedef Traits::VectorialType Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::VectorialType

Constructor & Destructor Documentation

template<class Scalar, class Vectorial>
Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::BasicMakeVectorialExpression ( const ComponentType component,
const ScalarType scalar 
)
inline

Member Function Documentation

template<class Scalar, class Vectorial>
const ComponentType& Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::component ( ) const
inline
template<class Scalar, class Vectorial>
Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::operator VectorialType ( ) const
inline
template<class Scalar, class Vectorial>
const ThisType& Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::operator*= ( const field_type s)
inline
template<class Scalar, class Vectorial>
const ThisType& Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::operator/= ( const field_type s)
inline
template<class Scalar, class Vectorial>
const ScalarType& Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::scalar ( ) const
inline
template<class Scalar, class Vectorial>
ScalarType& Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::scalar ( )
inline

Member Data Documentation

template<class Scalar, class Vectorial>
ComponentType Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::component_
protected
template<class Scalar, class Vectorial>
ScalarType Dune::Fem::BasicMakeVectorialExpression< Scalar, Vectorial >::scalar_
protected

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