Indexing Manager. More...
#include <arcane/aleph/AlephIndexing.h>
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. | |
| TraceAccessor & | operator= (const TraceAccessor &rhs) |
| Copy assignment operator. | |
| virtual | ~TraceAccessor () |
| Frees resources. | |
| ITraceMng * | traceMng () 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 | |
| AlephKernel * | m_kernel |
| ISubDomain * | m_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 |
Indexing Manager.
Definition at line 25 of file AlephIndexing.h.
|
private |
Definition at line 52 of file AlephIndexing.h.
| Arcane::AlephIndexing::AlephIndexing | ( | AlephKernel * | kernel | ) |
Definition at line 39 of file AlephIndexing.cc.
| Arcane::AlephIndexing::~AlephIndexing | ( | ) |
Definition at line 243 of file AlephIndexing.cc.
| void Arcane::AlephIndexing::buildIndexesFromAddress | ( | void | ) |
Definition at line 152 of file AlephIndexing.cc.
Definition at line 81 of file AlephIndexing.cc.
| Int32 Arcane::AlephIndexing::get | ( | const VariableRef & | variable, |
| const Item & | itm ) |
Definition at line 129 of file AlephIndexing.cc.
| Int32 Arcane::AlephIndexing::get | ( | const VariableRef & | variable, |
| const ItemEnumerator & | itm ) |
Definition at line 123 of file AlephIndexing.cc.
|
private |
Definition at line 178 of file AlephIndexing.cc.
| void Arcane::AlephIndexing::nowYouCanBuildTheTopology | ( | AlephMatrix * | fromThisMatrix, |
| AlephVector * | fromThisX, | ||
| AlephVector * | fromThisB ) |
Definition at line 187 of file AlephIndexing.cc.
| Int32 Arcane::AlephIndexing::updateKnownItems | ( | VariableItemInt32 * | var_idx, |
| const Item & | itm ) |
Definition at line 55 of file AlephIndexing.cc.
|
private |
Definition at line 49 of file AlephIndexing.h.
|
private |
Definition at line 47 of file AlephIndexing.h.
|
private |
Definition at line 51 of file AlephIndexing.h.
|
private |
Definition at line 50 of file AlephIndexing.h.
|
private |
Definition at line 48 of file AlephIndexing.h.
|
private |
Definition at line 53 of file AlephIndexing.h.