FEI
Version of the Day
|
#include <fei_Lookup_Impl.hpp>
Public Member Functions | |
Lookup_Impl (fei::SharedPtr< fei::MatrixGraph > matGraph, int nodeIDType) | |
virtual | ~Lookup_Impl () |
int | getNumFields () |
int | getFieldSize (int fieldID) |
const int * | getFieldIDsPtr () |
const int * | getFieldSizesPtr () |
int | getNumElemBlocks () |
const GlobalID * | getElemBlockIDs () |
void | getElemBlockInfo (GlobalID blockID, int &interleaveStrategy, int &lumpingStrategy, int &numElemDOF, int &numElements, int &numNodesPerElem, int &numEqnsPerElem) |
const int * | getNumFieldsPerNode (GlobalID blockID) |
const int *const * | getFieldIDsTable (GlobalID blockID) |
int | getEqnNumber (int nodeNumber, int fieldID) |
int | getAssociatedNodeNumber (int eqnNumber) |
int | getAssociatedFieldID (int eqnNumber) |
bool | isInLocalElement (int nodeNumber) |
int | getNumSubdomains (int nodeNumber) |
int * | getSubdomainList (int nodeNumber) |
int | getNumSharedNodes () |
const int * | getSharedNodeNumbers () |
const int * | getSharedNodeProcs (int nodeNumber) |
int | getNumSharingProcs (int nodeNumber) |
bool | isExactlyBlkEqn (int ptEqn) |
int | ptEqnToBlkEqn (int ptEqn) |
int | getOffsetIntoBlkEqn (int blkEqn, int ptEqn) |
int | getBlkEqnSize (int blkEqn) |
Public Member Functions inherited from Lookup | |
virtual | ~Lookup () |
An implementation of the Lookup interface.
Definition at line 27 of file fei_Lookup_Impl.hpp.
fei::Lookup_Impl::Lookup_Impl | ( | fei::SharedPtr< fei::MatrixGraph > | matGraph, |
int | nodeIDType | ||
) |
Constructor
Definition at line 28 of file fei_Lookup_Impl.cpp.
|
virtual |
Destructor
Definition at line 54 of file fei_Lookup_Impl.cpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 37 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 43 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 49 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 59 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 74 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 78 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 85 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 100 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 108 of file fei_Lookup_Impl.hpp.
|
virtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 61 of file fei_Lookup_Impl.cpp.
|
virtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 86 of file fei_Lookup_Impl.cpp.
|
virtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 112 of file fei_Lookup_Impl.cpp.
|
virtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 156 of file fei_Lookup_Impl.cpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 140 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 150 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 161 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 169 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 191 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 215 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 237 of file fei_Lookup_Impl.hpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 241 of file fei_Lookup_Impl.hpp.
|
virtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 171 of file fei_Lookup_Impl.cpp.
|
inlinevirtual |
Implementation of Lookup:: method
Implements Lookup.
Definition at line 248 of file fei_Lookup_Impl.hpp.