Jpetra Development
Public Member Functions | Protected Member Functions | Package Attributes
Jpetra::VectorSpace Class Reference
Inheritance diagram for Jpetra::VectorSpace:
Inheritance graph
[legend]
Collaboration diagram for Jpetra::VectorSpace:
Collaboration graph
[legend]

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

Author:
Jason Cross

The documentation for this class was generated from the following file:
 All Classes Functions Variables