LifeV
FSIApplyOperatorNonConforming.hpp File Reference

Classes to hold algorithms for the mesh motion, for instance, involved in a ALE formulation. More...

#include <boost/numeric/ublas/matrix.hpp>
#include <Epetra_CrsMatrix.h>
#include <Epetra_Vector.h>
#include <lifev/core/linear_algebra/BlockEpetra_Map.hpp>
#include <lifev/core/linear_algebra/LinearOperatorAlgebra.hpp>
#include <lifev/navier_stokes_blocks/solver/NavierStokesPreconditionerOperator.hpp>
#include <lifev/navier_stokes_blocks/solver/aSIMPLEOperator.hpp>
#include <lifev/navier_stokes_blocks/solver/NavierStokesOperator.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/linear_algebra/ApproximatedInvertibleRowMatrix.hpp>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_XMLParameterListHelpers.hpp>
#include <lifev/core/interpolation/Interpolation.hpp>
#include <Teuchos_RCP.hpp>
#include <lifev/core/algorithm/LinearSolver.hpp>
+ Include dependency graph for FSIApplyOperatorNonConforming.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  FSIApplyOperatorNonConforming
 A class which implements the application of the FSI Jacobian matrix to a given vector when nonconforming meshes are used. This class inherits from LifeV::LinearOperator. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::Operators
 

Detailed Description

Classes to hold algorithms for the mesh motion, for instance, involved in a ALE formulation.

Author
D. Forti
Date
01-10-2007

A class which implements the application of the FSI Jacobian matrix to a given vector when nonconforming meshes are used. This class inherits from LifeV::LinearOperator.

Definition in file FSIApplyOperatorNonConforming.hpp.