|
| ElementSpace (int numGlobalElements, int indexBase, Comm comm) |
|
| ElementSpace (int[] myGlobalElements, Comm comm) |
|
| ElementSpace (int numGlobalElements, int numMyGlobalElements, int indexBase, Comm comm) |
|
int | getLocalElementId (int globalElementId) |
|
int | getGlobalElementId (int localElementId) |
|
boolean | isMyLocalElementId (int globalElementId) |
|
boolean | isMyGlobalElementId (int localElementId) |
|
int | getNumGlobalElements () |
|
int | getNumMyGlobalElements () |
|
int | getMinLocalElementId () |
|
int | getMaxLocalElementId () |
|
int | getMinGlobalElementId () |
|
int | getMyMinGlobalElementId () |
|
int | getMyMaxGlobalElementId () |
|
int | getMaxGlobalElementId () |
|
int[] | getMyGlobalElementIds () |
|
boolean | isDistributedGlobally () |
|
boolean | isDistributedUniformly () |
|
boolean | isDistributedLinearly () |
|
Comm | getComm () |
|
int | getNumRemainderIndices () |
|
int | getNumIndicesPerVnode () |
|
void | readExternal (ObjectInput in) throws java.io.IOException, ClassNotFoundException |
|
void | writeExternal (ObjectOutput out) throws java.io.IOException |
|
boolean | equals (ElementSpace otherElementSpace) |
|
| JpetraObject () |
|
void | initializeOutput () |
|
|
static void | setRootPrint (String key, boolean rootPrint) |
|
static void | setRootStream (String key, PrintStream rootStream) |
|
static void | setVnodesPrint (String key, boolean vnodesPrint) |
|
static void | setVnodesStream (String key, PrintStream vnodesStream) |
|
static void | print (String key, String message) |
|
static void | println (String key, String message) |
|
static void | setAmIroot (Comm comm) |
|
static HashMap | outputStreams = new HashMap(4) |
|
static boolean | amIroot |
|
Jpetra.ElementSpace.ElementSpace |
( |
int |
numGlobalElements, |
|
|
int |
indexBase, |
|
|
Comm |
comm |
|
) |
| |
|
inline |
Jpetra.ElementSpace.ElementSpace |
( |
int[] |
myGlobalElements, |
|
|
Comm |
comm |
|
) |
| |
|
inline |
Jpetra.ElementSpace.ElementSpace |
( |
int |
numGlobalElements, |
|
|
int |
numMyGlobalElements, |
|
|
int |
indexBase, |
|
|
Comm |
comm |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: