List of all members.
Public Member Functions |
|
| VectorSpace (ElementSpace elementSpace) |
|
boolean | isCompatible (VectorSpace otherVectorSpace) |
|
int | getNumGlobalEntries () |
|
int | getNumMyGlobalEntries () |
|
int | getMinLocalIndex () |
|
int | getMyMaxGlobalIndex () |
|
int | getMyMinGlobalIndex () |
|
int | getLocalIndex (int globalIndex) |
|
int | getGlobalIndex (int localIndex) |
|
boolean | isMyLocalIndex (int localIndex) |
|
boolean | isMyGlobalIndex (int globalIndex) |
|
int[] | getMyGlobalEntryIds () |
|
int[][] | getRemoteVnodeIdList (int[] remoteGlobalIndicies) |
|
boolean | isDistributedGlobally () |
|
boolean | isDistributedLinearly () |
|
boolean | isDistributedUniformly () |
|
int | getMinGlobalEntryId () |
|
int | getMaxGlobalEntryId () |
|
Comm | getComm () |
|
int | getNumRemainderIndices () |
|
int | getNumIndicesPerVnode () |
|
boolean | equals (VectorSpace otherVectorSpace) |
|
void | readExternal (ObjectInput in) throws java.io.IOException, ClassNotFoundException |
|
void | writeExternal (ObjectOutput out) throws java.io.IOException |
Protected Member Functions |
|
void | setComm (Comm comm) |
Package Attributes |
|
ElementSpace | elementSpace |
|
Directory | directory |
Detailed Description
The documentation for this class was generated from the following file: