Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::AlephIndexing Class Reference

Indexing Manager. More...

#include <arcane/aleph/AlephIndexing.h>

Inheritance diagram for Arcane::AlephIndexing:
Collaboration diagram for Arcane::AlephIndexing:

Public Member Functions

 AlephIndexing (AlephKernel *)
Int32 updateKnownItems (VariableItemInt32 *, const Item &)
Int32 findWhichLidFromMapMap (IVariable *, const Item &)
Integer get (const VariableRef &, const ItemEnumerator &)
Integer get (const VariableRef &, const Item &)
void buildIndexesFromAddress (void)
void nowYouCanBuildTheTopology (AlephMatrix *, AlephVector *, AlephVector *)
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

Private Types

typedef std::map< IVariable *, VariableItemInt32 * > VarMapIdx

Private Member Functions

Integer localKnownItems (void)

Private Attributes

AlephKernelm_kernel
ISubDomainm_sub_domain
Integer m_current_idx
Int32 m_known_items_own
UniqueArray< Int32 * > m_known_items_all_address
VarMapIdx m_var_map_idx

Additional Inherited Members

Protected Member Functions inherited from Arcane::TraceAccessor
void _setLocalVerboseLevel (Int32 v)
Int32 _localVerboseLevel () const

Detailed Description

Indexing Manager.

Definition at line 25 of file AlephIndexing.h.

Member Typedef Documentation

◆ VarMapIdx

typedef std::map<IVariable*, VariableItemInt32*> Arcane::AlephIndexing::VarMapIdx
private

Definition at line 52 of file AlephIndexing.h.

Constructor & Destructor Documentation

◆ AlephIndexing()

Arcane::AlephIndexing::AlephIndexing ( AlephKernel * kernel)

Definition at line 39 of file AlephIndexing.cc.

◆ ~AlephIndexing()

Arcane::AlephIndexing::~AlephIndexing ( )

Definition at line 243 of file AlephIndexing.cc.

Member Function Documentation

◆ buildIndexesFromAddress()

void Arcane::AlephIndexing::buildIndexesFromAddress ( void )

Definition at line 152 of file AlephIndexing.cc.

◆ findWhichLidFromMapMap()

Int32 Arcane::AlephIndexing::findWhichLidFromMapMap ( IVariable * var,
const Item & itm )

Definition at line 81 of file AlephIndexing.cc.

◆ get() [1/2]

Int32 Arcane::AlephIndexing::get ( const VariableRef & variable,
const Item & itm )

Definition at line 129 of file AlephIndexing.cc.

◆ get() [2/2]

Int32 Arcane::AlephIndexing::get ( const VariableRef & variable,
const ItemEnumerator & itm )

Definition at line 123 of file AlephIndexing.cc.

◆ localKnownItems()

Integer Arcane::AlephIndexing::localKnownItems ( void )
private

Definition at line 178 of file AlephIndexing.cc.

◆ nowYouCanBuildTheTopology()

void Arcane::AlephIndexing::nowYouCanBuildTheTopology ( AlephMatrix * fromThisMatrix,
AlephVector * fromThisX,
AlephVector * fromThisB )

Definition at line 187 of file AlephIndexing.cc.

◆ updateKnownItems()

Int32 Arcane::AlephIndexing::updateKnownItems ( VariableItemInt32 * var_idx,
const Item & itm )

Definition at line 55 of file AlephIndexing.cc.

Member Data Documentation

◆ m_current_idx

Integer Arcane::AlephIndexing::m_current_idx
private

Definition at line 49 of file AlephIndexing.h.

◆ m_kernel

AlephKernel* Arcane::AlephIndexing::m_kernel
private

Definition at line 47 of file AlephIndexing.h.

◆ m_known_items_all_address

UniqueArray<Int32*> Arcane::AlephIndexing::m_known_items_all_address
private

Definition at line 51 of file AlephIndexing.h.

◆ m_known_items_own

Int32 Arcane::AlephIndexing::m_known_items_own
private

Definition at line 50 of file AlephIndexing.h.

◆ m_sub_domain

ISubDomain* Arcane::AlephIndexing::m_sub_domain
private

Definition at line 48 of file AlephIndexing.h.

◆ m_var_map_idx

VarMapIdx Arcane::AlephIndexing::m_var_map_idx
private

Definition at line 53 of file AlephIndexing.h.


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