Static Public Member Functions | |
static void | sendToMatvis (String server, int port, CisMatrix cisMatrix, Comm comm) throws java.io.IOException |
static void | write (String fileName, CisMatrix cisMatrix, Comm comm) throws java.io.IOException |
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) |
Additional Inherited Members | |
Public Member Functions inherited from Jpetra.JpetraObject | |
JpetraObject () | |
void | initializeOutput () |
Static Public Attributes inherited from Jpetra.JpetraObject | |
static HashMap | outputStreams = new HashMap(4) |
static boolean | amIroot |
Writes a CisMatrix
to a plain text MatrixMarket formatted file or to a TCP/IP socket for display in Matvis.
|
inlinestatic |
Opens a TCP/IP connection to Matvis and sends the CisMatrix
to Matvis for dispaly.
server | The server to send to. The server can be an IP address or a name. Ex: 127.0.0.1 or localhost |
port | The TCP/IP port on which Matvis is listening for connections. |
cisMatrix | The CisMatri to send to Matvis. |
IOException | Any errors that occur while trying to connect to or send the CisMatrix> to Matvis are thrown. |
References Jpetra.MatrixMarketIO.CisMatrixWriter.write().
|
inlinestatic |
Writes a CisMatrix
to a plan text file in MatrixMarket format.
fileName | the absolute or relative path of the file to write to |
cisMatrix | the CisMatrix |
IOException |
|
Referenced by Jpetra.MatrixMarketIO.CisMatrixWriter.sendToMatvis().