Jpetra  Development
 All Classes Functions Variables
Public Member Functions | Protected Member Functions | List of all members
Jpetra.VectorSpace Class Reference
Inheritance diagram for Jpetra.VectorSpace:
Inheritance graph
[legend]
Collaboration diagram for Jpetra.VectorSpace:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from Jpetra.JpetraObject
 JpetraObject ()
 
void initializeOutput ()
 

Protected Member Functions

void setComm (Comm comm)
 

Additional Inherited Members

- Static Public Member Functions inherited from Jpetra.JpetraObject
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 Public Attributes inherited from Jpetra.JpetraObject
static HashMap outputStreams = new HashMap(4)
 
static boolean amIroot
 

Detailed Description

Author
Jason Cross

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