LifeV
EvaluationArcTan< EvaluationBaseType > Class Template Reference

Evaluation for the product of two other Evaluations. More...

#include <EvaluationArcTan.hpp>

+ Collaboration diagram for EvaluationArcTan< EvaluationBaseType >:

Private Attributes

EvaluationBaseType M_evaluationBase
 Internal storage. More...
 
Real M_epsilon
 
Real M_K
 
Real M_delta
 

Public Types

typedef EvaluationBaseType::return_Type BaseReturn_Type
 
typedef OperationSmallArcTan< BaseReturn_Type >::result_Type return_Type
 Type of the value returned by this class. More...
 

Static constants

static const flag_Type S_globalUpdateFlag = EvaluationBaseType::S_globalUpdateFlag
 Flag for the global current FE. More...
 
static const flag_Type S_testUpdateFlag = EvaluationBaseType::S_testUpdateFlag
 Flag for the test current FE. More...
 
static const flag_Type S_solutionUpdateFlag = EvaluationBaseType::S_solutionUpdateFlag
 Flag for the solution current FE. More...
 

Constructors, destructor

 EvaluationArcTan (const EvaluationArcTan &eval)
 Copy constructor. More...
 
template<typename BaseExpressionType >
 EvaluationArcTan (const ExpressionArcTan< BaseExpressionType > &expression)
 Constructor from the corresponding expression. More...
 
 ~EvaluationArcTan ()
 Destructor. More...
 

Methods

void update (const UInt &iElement)
 Internal update method. More...
 
static void display (std::ostream &out=std::cout)
 Display method. More...
 

Set Methods

template<typename CFEType >
void setGlobalCFE (const CFEType *globalCFE)
 Setter for the global current FE. More...
 
template<typename CFEType >
void setTestCFE (const CFEType *testCFE)
 Setter for the test current FE. More...
 
template<typename CFEType >
void setSolutionCFE (const CFEType *solutionCFE)
 Setter for the solution current FE. More...
 
void setQuadrature (const QuadratureRule &qr)
 Setter for the quadrature rule. More...
 

Get Methods

return_Type value_q (const UInt &q) const
 Getter a value. More...
 
return_Type value_qi (const UInt &q, const UInt &i) const
 Getter for the value for a vector. More...
 
return_Type value_qij (const UInt &q, const UInt &i, const UInt &j) const
 Getter for the value for a matrix. More...
 

Private Methods

 EvaluationArcTan ()
 No empty constructor. More...
 

Detailed Description

template<typename EvaluationBaseType>
class LifeV::ExpressionAssembly::EvaluationArcTan< EvaluationBaseType >

Evaluation for the product of two other Evaluations.

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

This class aims at representing a product operation during the assembly

This class is an Evaluation class, and therefore, has all the methods required to work within the Evaluation trees.

Definition at line 62 of file EvaluationArcTan.hpp.

Member Typedef Documentation

◆ BaseReturn_Type

typedef EvaluationBaseType::return_Type BaseReturn_Type

Definition at line 68 of file EvaluationArcTan.hpp.

◆ return_Type

Type of the value returned by this class.

Definition at line 71 of file EvaluationArcTan.hpp.

Constructor & Destructor Documentation

◆ EvaluationArcTan() [1/3]

EvaluationArcTan ( const EvaluationArcTan< EvaluationBaseType > &  eval)
inline

Copy constructor.

Definition at line 96 of file EvaluationArcTan.hpp.

◆ EvaluationArcTan() [2/3]

EvaluationArcTan ( const ExpressionArcTan< BaseExpressionType > &  expression)
inlineexplicit

Constructor from the corresponding expression.

Definition at line 105 of file EvaluationArcTan.hpp.

◆ ~EvaluationArcTan()

~EvaluationArcTan ( )
inline

Destructor.

Definition at line 113 of file EvaluationArcTan.hpp.

◆ EvaluationArcTan() [3/3]

EvaluationArcTan ( )
private

No empty constructor.

Member Function Documentation

◆ update()

void update ( const UInt iElement)
inline

Internal update method.

Definition at line 122 of file EvaluationArcTan.hpp.

◆ display()

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

Display method.

Definition at line 128 of file EvaluationArcTan.hpp.

◆ setGlobalCFE()

void setGlobalCFE ( const CFEType *  globalCFE)
inline

Setter for the global current FE.

Definition at line 143 of file EvaluationArcTan.hpp.

◆ setTestCFE()

void setTestCFE ( const CFEType *  testCFE)
inline

Setter for the test current FE.

Definition at line 150 of file EvaluationArcTan.hpp.

◆ setSolutionCFE()

void setSolutionCFE ( const CFEType *  solutionCFE)
inline

Setter for the solution current FE.

Definition at line 157 of file EvaluationArcTan.hpp.

◆ setQuadrature()

void setQuadrature ( const QuadratureRule qr)
inline

Setter for the quadrature rule.

Definition at line 163 of file EvaluationArcTan.hpp.

◆ value_q()

return_Type value_q ( const UInt q) const
inline

Getter a value.

Definition at line 175 of file EvaluationArcTan.hpp.

◆ value_qi()

return_Type value_qi ( const UInt q,
const UInt i 
) const
inline

Getter for the value for a vector.

Definition at line 181 of file EvaluationArcTan.hpp.

◆ value_qij()

return_Type value_qij ( const UInt q,
const UInt i,
const UInt j 
) const
inline

Getter for the value for a matrix.

Definition at line 187 of file EvaluationArcTan.hpp.

Field Documentation

◆ S_globalUpdateFlag

const flag_Type S_globalUpdateFlag = EvaluationBaseType::S_globalUpdateFlag
static

Flag for the global current FE.

Definition at line 81 of file EvaluationArcTan.hpp.

◆ S_testUpdateFlag

const flag_Type S_testUpdateFlag = EvaluationBaseType::S_testUpdateFlag
static

Flag for the test current FE.

Definition at line 84 of file EvaluationArcTan.hpp.

◆ S_solutionUpdateFlag

const flag_Type S_solutionUpdateFlag = EvaluationBaseType::S_solutionUpdateFlag
static

Flag for the solution current FE.

Definition at line 87 of file EvaluationArcTan.hpp.

◆ M_evaluationBase

EvaluationBaseType M_evaluationBase
private

Internal storage.

Definition at line 205 of file EvaluationArcTan.hpp.

◆ M_epsilon

Real M_epsilon
private

Definition at line 206 of file EvaluationArcTan.hpp.

◆ M_K

Real M_K
private

Definition at line 207 of file EvaluationArcTan.hpp.

◆ M_delta

Real M_delta
private

Definition at line 208 of file EvaluationArcTan.hpp.


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