LifeV
ETA_Blocks2DTest Class Reference

Simple ETA test to compute a block matrix associated to the Stokes problem. More...

#include <ETA_Blocks2DTest.hpp>

+ Collaboration diagram for ETA_Blocks2DTest:

Private Attributes

std::shared_ptr< Epetra_Comm > M_comm
 
bool M_verbose
 
 ETA_Blocks2DTest ()
 Constructor. More...
 
 ~ETA_Blocks2DTest ()
 Destructor. More...
 
std::vector< LifeV::Realrun ()
 To lunch the simulation. More...
 

Detailed Description

Simple ETA test to compute a block matrix associated to the Stokes problem.

Author
L. Pasquale luca..nosp@m.pasq.nosp@m.uale@.nosp@m.mail.nosp@m..poli.nosp@m.mi.i.nosp@m.t

This test computes the matrix and teh RHS vector associated to the Stokes problem:
$ \left\{\begin{array}{ll} - \delta u + \nabla p = f \\ \nabla \cdot u=0 \end{array}\right. \mathrm{in} (-1,1)\mathrm{x}(-1,1) $
with $u$ a scalar field approximated with P2 functions and p approximated with P1

Definition at line 85 of file ETA_Blocks2DTest.hpp.

Constructor & Destructor Documentation

◆ ETA_Blocks2DTest()

Constructor.

Constructors.

Definition at line 84 of file ETA_Blocks2DTest.cpp.

◆ ~ETA_Blocks2DTest()

~ETA_Blocks2DTest ( )
inline

Destructor.

Definition at line 100 of file ETA_Blocks2DTest.hpp.

Member Function Documentation

◆ run()

std::vector< Real > run ( )

To lunch the simulation.

Methods.

Definition at line 100 of file ETA_Blocks2DTest.cpp.

Field Documentation

◆ M_comm

std::shared_ptr<Epetra_Comm> M_comm
private

Definition at line 115 of file ETA_Blocks2DTest.hpp.

◆ M_verbose

bool M_verbose
private

Definition at line 116 of file ETA_Blocks2DTest.hpp.


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