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

Public Member Functions

 AlephVectorSloop (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 file_name)
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

SLOOP::SLOOPDistVector * m_sloop_vector

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 121 of file AlephSloop.cc.

Constructor & Destructor Documentation

◆ AlephVectorSloop()

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

Definition at line 126 of file AlephSloop.cc.

◆ ~AlephVectorSloop()

Arcane::AlephVectorSloop::~AlephVectorSloop ( )
inline

Definition at line 138 of file AlephSloop.cc.

Member Function Documentation

◆ AlephVectorAssemble()

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

Implements Arcane::IAlephVector.

Definition at line 173 of file AlephSloop.cc.

◆ AlephVectorCreate()

void Arcane::AlephVectorSloop::AlephVectorCreate ( void )
inlinevirtual

Implements Arcane::IAlephVector.

Definition at line 147 of file AlephSloop.cc.

◆ AlephVectorGet()

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

Implements Arcane::IAlephVector.

Definition at line 183 of file AlephSloop.cc.

◆ AlephVectorSet()

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

Implements Arcane::IAlephVector.

Definition at line 163 of file AlephSloop.cc.

◆ writeToFile()

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

Implements Arcane::IAlephVector.

Definition at line 194 of file AlephSloop.cc.

Member Data Documentation

◆ m_sloop_vector

SLOOP::SLOOPDistVector* Arcane::AlephVectorSloop::m_sloop_vector

Definition at line 202 of file AlephSloop.cc.


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