Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::AlephMatrixSloop Class Reference
Inheritance diagram for Arcane::AlephMatrixSloop:
Collaboration diagram for Arcane::AlephMatrixSloop:

Public Member Functions

 AlephMatrixSloop (ITraceMng *tm, AlephKernel *kernel, Integer index)
void AlephMatrixCreate (void)
void AlephMatrixSetFilled (bool toggle)
int AlephMatrixAssemble (void)
void AlephMatrixFill (int size, int *rows, int *cols, double *values)
bool isAlreadySolved (SLOOP::SLOOPDistVector *x, SLOOP::SLOOPDistVector *b, SLOOP::SLOOPDistVector *tmp, Real *residual_norm, AlephParams *params)
int AlephMatrixSolve (AlephVector *x, AlephVector *b, AlephVector *tmp, Integer &nb_iteration, Real *residual_norm, AlephParams *solver_param)
void writeToFile (const String file_name)
SLOOP::SLOOPSolver * createSloopSolver (AlephParams *solver_param, SLOOP::SLOOPMsg &info_sloop_msg)
SLOOP::SLOOPPreconditioner * createSloopPreconditionner (AlephParams *solver_param, SLOOP::SLOOPMsg &info_sloop_msg)
SLOOP::SLOOPStopCriteria * createSloopStopCriteria (AlephParams *solver_param, SLOOP::SLOOPMsg &info_sloop_msg)
void setSloopSolverParameters (AlephParams *solver_param, SLOOP::SLOOPSolver *sloop_solver)
void setSloopPreconditionnerParameters (AlephParams *solver_param, SLOOP::SLOOPPreconditioner *preconditionner)
bool normalizeSolverMatrix (AlephParams *solver_param)
Public Member Functions inherited from Arcane::IAlephMatrix
 IAlephMatrix (ITraceMng *tm, AlephKernel *kernel, Integer index)
Public Member Functions inherited from Arcane::TraceAccessor
 TraceAccessor (ITraceMng *m)
 Constructs an accessor via the trace manager m.
 TraceAccessor (const TraceAccessor &rhs)
 Copy constructor.
TraceAccessoroperator= (const TraceAccessor &rhs)
 Copy assignment operator.
virtual ~TraceAccessor ()
 Frees resources.
ITraceMngtraceMng () const
 Trace manager.
TraceMessage info () const
 Flow for an information message.
TraceMessage pinfo () const
 Flow for a parallel information message.
TraceMessage info (char category) const
 Flow for an information message of a given category.
TraceMessage pinfo (char category) const
 Flow for a parallel information message of a given category.
TraceMessage info (bool v) const
 Flow for an information message.
TraceMessage warning () const
 Flow for a warning message.
TraceMessage pwarning () const
TraceMessage error () const
 Flow for an error message.
TraceMessage perror () const
TraceMessage log () const
 Flow for a log message.
TraceMessage plog () const
 Flow for a log message.
TraceMessage logdate () const
 Flow for a log message preceded by the date.
TraceMessage fatal () const
 Flow for a fatal error message.
TraceMessage pfatal () const
 Flow for a parallel fatal error message.
TraceMessageDbg debug (Trace::eDebugLevel=Trace::Medium) const
 Flow for a debug message.
Trace::eDebugLevel configDbgLevel () const
 Debug level of the configuration file.
TraceMessage info (Int32 verbose_level) const
 Flow for an information message of a given level.
TraceMessage linfo () const
 Flow for an information message with the local information level of this instance.
TraceMessage linfo (Int32 relative_level) const
 Flow for an information message with the local information level of this instance.
void fatalMessage (const StandaloneTraceMessage &o) const

Public Attributes

SLOOP::SLOOPMatrix * m_sloop_matrix

Additional Inherited Members

Protected Member Functions inherited from Arcane::TraceAccessor
void _setLocalVerboseLevel (Int32 v)
Int32 _localVerboseLevel () const
Protected Attributes inherited from Arcane::IAlephMatrix
Integer m_index
AlephKernelm_kernel

Detailed Description

Definition at line 208 of file AlephSloop.cc.

Constructor & Destructor Documentation

◆ AlephMatrixSloop()

Arcane::AlephMatrixSloop::AlephMatrixSloop ( ITraceMng * tm,
AlephKernel * kernel,
Integer index )
inline

Definition at line 215 of file AlephSloop.cc.

◆ ~AlephMatrixSloop()

Arcane::AlephMatrixSloop::~AlephMatrixSloop ( )
inline

Definition at line 227 of file AlephSloop.cc.

Member Function Documentation

◆ AlephMatrixAssemble()

int Arcane::AlephMatrixSloop::AlephMatrixAssemble ( void )
inlinevirtual

Implements Arcane::IAlephMatrix.

Definition at line 272 of file AlephSloop.cc.

◆ AlephMatrixCreate()

void Arcane::AlephMatrixSloop::AlephMatrixCreate ( void )
inlinevirtual

Implements Arcane::IAlephMatrix.

Definition at line 236 of file AlephSloop.cc.

◆ AlephMatrixFill()

void Arcane::AlephMatrixSloop::AlephMatrixFill ( int size,
int * rows,
int * cols,
double * values )
inlinevirtual

Implements Arcane::IAlephMatrix.

Definition at line 283 of file AlephSloop.cc.

◆ AlephMatrixSetFilled()

void Arcane::AlephMatrixSloop::AlephMatrixSetFilled ( bool toggle)
inlinevirtual

Implements Arcane::IAlephMatrix.

Definition at line 262 of file AlephSloop.cc.

◆ AlephMatrixSolve()

int Arcane::AlephMatrixSloop::AlephMatrixSolve ( AlephVector * x,
AlephVector * b,
AlephVector * tmp,
Integer & nb_iteration,
Real * residual_norm,
AlephParams * solver_param )
inlinevirtual

Implements Arcane::IAlephMatrix.

Definition at line 348 of file AlephSloop.cc.

◆ createSloopPreconditionner()

SLOOP::SLOOPPreconditioner * Arcane::AlephMatrixSloop::createSloopPreconditionner ( AlephParams * solver_param,
SLOOP::SLOOPMsg & info_sloop_msg )
inline

Definition at line 497 of file AlephSloop.cc.

◆ createSloopSolver()

SLOOP::SLOOPSolver * Arcane::AlephMatrixSloop::createSloopSolver ( AlephParams * solver_param,
SLOOP::SLOOPMsg & info_sloop_msg )
inline

Definition at line 466 of file AlephSloop.cc.

◆ createSloopStopCriteria()

SLOOP::SLOOPStopCriteria * Arcane::AlephMatrixSloop::createSloopStopCriteria ( AlephParams * solver_param,
SLOOP::SLOOPMsg & info_sloop_msg )
inline

Definition at line 538 of file AlephSloop.cc.

◆ isAlreadySolved()

bool Arcane::AlephMatrixSloop::isAlreadySolved ( SLOOP::SLOOPDistVector * x,
SLOOP::SLOOPDistVector * b,
SLOOP::SLOOPDistVector * tmp,
Real * residual_norm,
AlephParams * params )
inline

Definition at line 294 of file AlephSloop.cc.

◆ normalizeSolverMatrix()

bool Arcane::AlephMatrixSloop::normalizeSolverMatrix ( AlephParams * solver_param)
inline

Definition at line 782 of file AlephSloop.cc.

◆ setSloopPreconditionnerParameters()

void Arcane::AlephMatrixSloop::setSloopPreconditionnerParameters ( AlephParams * solver_param,
SLOOP::SLOOPPreconditioner * preconditionner )
inline

Definition at line 636 of file AlephSloop.cc.

◆ setSloopSolverParameters()

void Arcane::AlephMatrixSloop::setSloopSolverParameters ( AlephParams * solver_param,
SLOOP::SLOOPSolver * sloop_solver )
inline

Definition at line 568 of file AlephSloop.cc.

◆ writeToFile()

void Arcane::AlephMatrixSloop::writeToFile ( const String file_name)
inlinevirtual

Implements Arcane::IAlephMatrix.

Definition at line 457 of file AlephSloop.cc.

Member Data Documentation

◆ m_sloop_matrix

SLOOP::SLOOPMatrix* Arcane::AlephMatrixSloop::m_sloop_matrix

Definition at line 807 of file AlephSloop.cc.


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