Provides distributed direct solver interface for Skyline LU solver. Plus de détails...
Graphe d'héritage de Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >:
Graphe de collaboration de Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >:Types publics | |
| typedef Alina::solver::SkylineLUSolver< value_type > | Solver |
| typedef Solver::params | params |
| typedef CSRMatrix< value_type > | build_matrix |
Types publics hérités de Arcane::Alina::DistributedDirectSolverBase< value_type, DistributedSkylineLUDirectSolver< value_type > > | |
| typedef math::scalar_of< value_type >::type | scalar_type |
| typedef math::rhs_of< value_type >::type | rhs_type |
| typedef CSRMatrix< value_type > | build_matrix |
Fonctions membres publiques | |
| template<class Matrix> | |
| DistributedSkylineLUDirectSolver (mpi_communicator comm, const Matrix &A, const params &prm=params{}) | |
| Constructor. | |
| int | comm_size (int) const |
| void | init (mpi_communicator, const build_matrix &A) |
| template<class Vec1, class Vec2> | |
| void | solve (const Vec1 &rhs, Vec2 &x) const |
| Solves the problem for the given right-hand side. | |
Fonctions membres publiques hérités de Arcane::Alina::DistributedDirectSolverBase< value_type, DistributedSkylineLUDirectSolver< value_type > > | |
| void | init (mpi_communicator comm, const build_matrix &Astrip) |
| void | init (mpi_communicator comm, const DistributedMatrix< B > &A) |
| DistributedSkylineLUDirectSolver< value_type > & | solver () |
| const DistributedSkylineLUDirectSolver< value_type > & | solver () const |
| void | operator() (const VecF &f, VecX &x) const |
| void | init (mpi_communicator comm, const build_matrix &Astrip) |
| void | init (mpi_communicator comm, const DistributedMatrix< B > &A) |
| DistributedSkylineLUDirectSolver< value_type > & | solver () |
| const DistributedSkylineLUDirectSolver< value_type > & | solver () const |
| void | operator() (const VecF &f, VecX &x) const |
Fonctions membres publiques statiques | |
| static size_t | coarse_enough () |
Types privés | |
| typedef DistributedDirectSolverBase< value_type, DistributedSkylineLUDirectSolver< value_type > > | Base |
Attributs privés | |
| params | prm |
| std::shared_ptr< Solver > | S |
Provides distributed direct solver interface for Skyline LU solver.
This is a wrapper around Skyline LU factorization solver that provides a distributed direct solver interface but always works sequentially.
Définition à la ligne 46 du fichier DistributedSkylineLUDirectSolver.h.
|
private |
Définition à la ligne 93 du fichier DistributedSkylineLUDirectSolver.h.
| typedef CSRMatrix<value_type> Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::build_matrix |
Définition à la ligne 53 du fichier DistributedSkylineLUDirectSolver.h.
| typedef Solver::params Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::params |
Définition à la ligne 52 du fichier DistributedSkylineLUDirectSolver.h.
| typedef Alina::solver::SkylineLUSolver<value_type> Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::Solver |
Définition à la ligne 51 du fichier DistributedSkylineLUDirectSolver.h.
|
inline |
Constructor.
Définition à la ligne 57 du fichier DistributedSkylineLUDirectSolver.h.
|
inlinestatic |
Définition à la ligne 64 du fichier DistributedSkylineLUDirectSolver.h.
|
inline |
Définition à la ligne 69 du fichier DistributedSkylineLUDirectSolver.h.
|
inline |
Définition à la ligne 74 du fichier DistributedSkylineLUDirectSolver.h.
|
inline |
Solves the problem for the given right-hand side.
| rhs | The right-hand side. |
| x | The solution. |
Définition à la ligne 86 du fichier DistributedSkylineLUDirectSolver.h.
|
private |
Définition à la ligne 94 du fichier DistributedSkylineLUDirectSolver.h.
|
private |
Définition à la ligne 95 du fichier DistributedSkylineLUDirectSolver.h.