LifeV
ExpressionSymmetricTensor< ExpressionType > Class Template Reference

class ExpressionEmult Class for representing the transpose operation of an expression More...

#include <ExpressionSymmetricTensor.hpp>

+ Inheritance diagram for ExpressionSymmetricTensor< ExpressionType >:
+ Collaboration diagram for ExpressionSymmetricTensor< ExpressionType >:

Private Attributes

ExpressionType M_expr
 

Public Types

typedef ExpressionBase< ExpressionSymmetricTensor< ExpressionType > > base_Type
 

Constructors & Destructor

 ExpressionSymmetricTensor (const ExpressionType &expr)
 Full constructor. More...
 
 ExpressionSymmetricTensor (const ExpressionSymmetricTensor< ExpressionType > &expression)
 Copy constructor. More...
 
 ~ExpressionSymmetricTensor ()
 Destructor. More...
 

Methods

static void display (std::ostream &out=std::cout)
 Display method. More...
 

Get Methods

const ExpressionType & exprEx () const
 Getter for the expression that we transpose. More...
 

Private Methods

 ExpressionSymmetricTensor ()
 No default constructor. More...
 

Additional Inherited Members

- Public Types inherited from ExpressionBase< ExpressionSymmetricTensor< ExpressionType > >
typedef ExpressionSymmetricTensor< ExpressionType > derived_Type
 
- Public Member Functions inherited from ExpressionBase< ExpressionSymmetricTensor< ExpressionType > >
 ExpressionBase ()
 Empty and only constructor. More...
 
virtual ~ExpressionBase ()
 Destructor. More...
 
const derived_Typecast () const
 Method to cast away the type and get the real (DerivedType) object. More...
 

Detailed Description

template<typename ExpressionType>
class LifeV::ExpressionAssembly::ExpressionSymmetricTensor< ExpressionType >

class ExpressionEmult Class for representing the transpose operation of an expression

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch

This class represents the transpose operation in the expression tree.

Template parameters

ExpressionType: The expression to be transposed.

Template requirements

ExpressionType: Copiable, static display method

Definition at line 67 of file ExpressionSymmetricTensor.hpp.

Member Typedef Documentation

◆ base_Type

typedef ExpressionBase< ExpressionSymmetricTensor <ExpressionType> > base_Type

Definition at line 75 of file ExpressionSymmetricTensor.hpp.

Constructor & Destructor Documentation

◆ ExpressionSymmetricTensor() [1/3]

ExpressionSymmetricTensor ( const ExpressionType &  expr)
inline

Full constructor.

Definition at line 84 of file ExpressionSymmetricTensor.hpp.

◆ ExpressionSymmetricTensor() [2/3]

ExpressionSymmetricTensor ( const ExpressionSymmetricTensor< ExpressionType > &  expression)
inline

Copy constructor.

Definition at line 88 of file ExpressionSymmetricTensor.hpp.

◆ ~ExpressionSymmetricTensor()

Destructor.

Definition at line 92 of file ExpressionSymmetricTensor.hpp.

◆ ExpressionSymmetricTensor() [3/3]

No default constructor.

Member Function Documentation

◆ display()

static void display ( std::ostream &  out = std::cout)
inlinestatic

Display method.

Definition at line 101 of file ExpressionSymmetricTensor.hpp.

◆ exprEx()

const ExpressionType& exprEx ( ) const
inline

Getter for the expression that we transpose.

Definition at line 114 of file ExpressionSymmetricTensor.hpp.

Field Documentation

◆ M_expr

ExpressionType M_expr
private

Definition at line 133 of file ExpressionSymmetricTensor.hpp.


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