LifeV
|
Simple ETA test to compute a block matrix associated to the Stokes problem. More...
#include <ETA_Blocks2DTest.hpp>
Private Attributes | |
std::shared_ptr< Epetra_Comm > | M_comm |
bool | M_verbose |
ETA_Blocks2DTest () | |
Constructor. More... | |
~ETA_Blocks2DTest () | |
Destructor. More... | |
std::vector< LifeV::Real > | run () |
To lunch the simulation. More... | |
Simple ETA test to compute a block matrix associated to the Stokes problem.
This test computes the matrix and teh RHS vector associated to the Stokes problem:
with a scalar field approximated with P2 functions and p approximated with P1
Definition at line 85 of file ETA_Blocks2DTest.hpp.
ETA_Blocks2DTest | ( | ) |
|
inline |
Destructor.
Definition at line 100 of file ETA_Blocks2DTest.hpp.
std::vector< Real > run | ( | ) |
|
private |
Definition at line 115 of file ETA_Blocks2DTest.hpp.
|
private |
Definition at line 116 of file ETA_Blocks2DTest.hpp.