Arcane  v4.1.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >

Provides distributed direct solver interface for Skyline LU solver. Plus de détails...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/alina/arccore/alina/DistributedSkylineLUDirectSolver.h>

+ 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< SolverS
 

Description détaillée

template<typename value_type>
class Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >

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.

Documentation des définitions de type membres

◆ Base

template<typename value_type>
typedef DistributedDirectSolverBase<value_type, DistributedSkylineLUDirectSolver<value_type> > Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::Base
private

Définition à la ligne 93 du fichier DistributedSkylineLUDirectSolver.h.

◆ build_matrix

template<typename value_type>
typedef CSRMatrix<value_type> Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::build_matrix

Définition à la ligne 53 du fichier DistributedSkylineLUDirectSolver.h.

◆ params

template<typename value_type>
typedef Solver::params Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::params

Définition à la ligne 52 du fichier DistributedSkylineLUDirectSolver.h.

◆ Solver

template<typename value_type>
typedef Alina::solver::SkylineLUSolver<value_type> Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::Solver

Définition à la ligne 51 du fichier DistributedSkylineLUDirectSolver.h.

Documentation des constructeurs et destructeur

◆ DistributedSkylineLUDirectSolver()

template<typename value_type>
template<class Matrix>
Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::DistributedSkylineLUDirectSolver ( mpi_communicator comm,
const Matrix & A,
const params & prm = params{} )
inline

Constructor.

Définition à la ligne 57 du fichier DistributedSkylineLUDirectSolver.h.

Documentation des fonctions membres

◆ coarse_enough()

template<typename value_type>
static size_t Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::coarse_enough ( )
inlinestatic

Définition à la ligne 64 du fichier DistributedSkylineLUDirectSolver.h.

◆ comm_size()

template<typename value_type>
int Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::comm_size ( int ) const
inline

Définition à la ligne 69 du fichier DistributedSkylineLUDirectSolver.h.

◆ init()

template<typename value_type>
void Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::init ( mpi_communicator ,
const build_matrix & A )
inline

Définition à la ligne 74 du fichier DistributedSkylineLUDirectSolver.h.

◆ solve()

template<typename value_type>
template<class Vec1, class Vec2>
void Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::solve ( const Vec1 & rhs,
Vec2 & x ) const
inline

Solves the problem for the given right-hand side.

Paramètres
rhsThe right-hand side.
xThe solution.

Définition à la ligne 86 du fichier DistributedSkylineLUDirectSolver.h.

Documentation des données membres

◆ prm

template<typename value_type>
params Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::prm
private

Définition à la ligne 94 du fichier DistributedSkylineLUDirectSolver.h.

◆ S

template<typename value_type>
std::shared_ptr<Solver> Arcane::Alina::DistributedSkylineLUDirectSolver< value_type >::S
private

Définition à la ligne 95 du fichier DistributedSkylineLUDirectSolver.h.


La documentation de cette classe a été générée à partir du fichier suivant :