LifeV
ETRobinMembraneSolver.cpp File Reference
+ Include dependency graph for ETRobinMembraneSolver.cpp:

Go to the source code of this file.

Data Structures

struct  ETRobinMembraneSolver::Private
 

Macros

#define DIVDIV_TEST   value(NSdivdiv) * h_K * div(phi_i)
 
#define SUPG_TEST   value(NSSupg) * h_K * (grad(phi_i)*eval(normalize,value(M_ETuFESpace,velocitySolution)))
 
#define PSPG_TEST   value(NSPspg) * h_K * grad(phi_i)
 
#define TRANSP_GRADGRAD   grad(phi_j) * ( grad(M_ETuFESpace, dispExtrapolated) ) * ( Eye + (-1) * outerProduct(Nface, Nface) )
 

Variables

const Real PI = 3.141592653589793
 

Detailed Description

Author
Claudia Colciago claud.nosp@m.ia.c.nosp@m.olcia.nosp@m.go@e.nosp@m.pfl.c.nosp@m.h
Date
08-11-2012

Definition in file ETRobinMembraneSolver.cpp.

Macro Definition Documentation

◆ DIVDIV_TEST

#define DIVDIV_TEST   value(NSdivdiv) * h_K * div(phi_i)

◆ SUPG_TEST

#define SUPG_TEST   value(NSSupg) * h_K * (grad(phi_i)*eval(normalize,value(M_ETuFESpace,velocitySolution)))

◆ PSPG_TEST

#define PSPG_TEST   value(NSPspg) * h_K * grad(phi_i)

◆ TRANSP_GRADGRAD

#define TRANSP_GRADGRAD   grad(phi_j) * ( grad(M_ETuFESpace, dispExtrapolated) ) * ( Eye + (-1) * outerProduct(Nface, Nface) )

Variable Documentation

◆ PI

const Real PI = 3.141592653589793

Definition at line 79 of file ETRobinMembraneSolver.cpp.