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

Public Member Functions

 AlephVectorTrilinos (ITraceMng *tm, AlephKernel *kernel, Integer index)
void AlephVectorCreate (void)
void AlephVectorSet (const double *bfr_val, const int *bfr_idx, Integer size)
int AlephVectorAssemble (void)
void AlephVectorGet (double *bfr_val, const int *bfr_idx, Integer size)
void writeToFile (const String filename)
Real LinftyNorm (void)
void fill (Real value)
Public Member Functions inherited from Arcane::IAlephVector
 IAlephVector (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

Epetra_Vector * m_trilinos_vector = nullptr
Epetra_Comm * m_trilinos_Comm = nullptr

Additional Inherited Members

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

Detailed Description

Definition at line 35 of file AlephTrilinos.cc.

Constructor & Destructor Documentation

◆ AlephVectorTrilinos()

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

Definition at line 39 of file AlephTrilinos.cc.

◆ ~AlephVectorTrilinos()

Arcane::AlephVectorTrilinos::~AlephVectorTrilinos ( )
inline

Definition at line 50 of file AlephTrilinos.cc.

Member Function Documentation

◆ AlephVectorAssemble()

int Arcane::AlephVectorTrilinos::AlephVectorAssemble ( void )
inlinevirtual

Implements Arcane::IAlephVector.

Definition at line 96 of file AlephTrilinos.cc.

◆ AlephVectorCreate()

void Arcane::AlephVectorTrilinos::AlephVectorCreate ( void )
inlinevirtual

Implements Arcane::IAlephVector.

Definition at line 61 of file AlephTrilinos.cc.

◆ AlephVectorGet()

void Arcane::AlephVectorTrilinos::AlephVectorGet ( double * bfr_val,
const int * bfr_idx,
Integer size )
inlinevirtual

Implements Arcane::IAlephVector.

Definition at line 105 of file AlephTrilinos.cc.

◆ AlephVectorSet()

void Arcane::AlephVectorTrilinos::AlephVectorSet ( const double * bfr_val,
const int * bfr_idx,
Integer size )
inlinevirtual

Implements Arcane::IAlephVector.

Definition at line 86 of file AlephTrilinos.cc.

◆ fill()

void Arcane::AlephVectorTrilinos::fill ( Real value)
inline

Definition at line 142 of file AlephTrilinos.cc.

◆ LinftyNorm()

Real Arcane::AlephVectorTrilinos::LinftyNorm ( void )
inline

Definition at line 131 of file AlephTrilinos.cc.

◆ writeToFile()

void Arcane::AlephVectorTrilinos::writeToFile ( const String filename)
inlinevirtual

Implements Arcane::IAlephVector.

Definition at line 121 of file AlephTrilinos.cc.

Member Data Documentation

◆ m_trilinos_Comm

Epetra_Comm* Arcane::AlephVectorTrilinos::m_trilinos_Comm = nullptr

Definition at line 150 of file AlephTrilinos.cc.

◆ m_trilinos_vector

Epetra_Vector* Arcane::AlephVectorTrilinos::m_trilinos_vector = nullptr

Definition at line 149 of file AlephTrilinos.cc.


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