#include <Epetra_VbrMatrix.h>
Inheritance diagram for Epetra_VbrMatrix:
Public Member Functions | |
Constructors/Destructor. | |
| Epetra_VbrMatrix (Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, int *NumBlockEntriesPerRow) | |
| Epetra_VbrMatrix constuctor with variable number of indices per row. | |
| Epetra_VbrMatrix (Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, int NumBlockEntriesPerRow) | |
| Epetra_VbrMatrix constuctor with fixed number of indices per row. | |
| Epetra_VbrMatrix (Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, const Epetra_BlockMap &ColMap, int *NumBlockEntriesPerRow) | |
| Epetra_VbrMatrix constuctor with variable number of indices per row. | |
| Epetra_VbrMatrix (Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, const Epetra_BlockMap &ColMap, int NumBlockEntriesPerRow) | |
| Epetra_VbrMatrix constuctor with fixed number of indices per row. | |
| Epetra_VbrMatrix (Epetra_DataAccess CV, const Epetra_CrsGraph &Graph) | |
| Construct a matrix using an existing Epetra_CrsGraph object. | |
| Epetra_VbrMatrix (const Epetra_VbrMatrix &Matrix) | |
| Copy constructor. | |
| virtual | ~Epetra_VbrMatrix () |
| Epetra_VbrMatrix Destructor. | |
Insertion/Replace/SumInto methods. | |
| Epetra_VbrMatrix & | operator= (const Epetra_VbrMatrix &src) |
| int | PutScalar (double ScalarConstant) |
| Initialize all values in graph of the matrix with constant value. | |
| int | Scale (double ScalarConstant) |
| Multiply all values in the matrix by a constant value (in place: A <- ScalarConstant * A). | |
| int | BeginInsertGlobalValues (int BlockRow, int NumBlockEntries, int *BlockIndices) |
| Initiate insertion of a list of elements in a given global row of the matrix, values are inserted via SubmitEntry(). | |
| int | BeginInsertMyValues (int BlockRow, int NumBlockEntries, int *BlockIndices) |
| Initiate insertion of a list of elements in a given local row of the matrix, values are inserted via SubmitEntry(). | |
| int | BeginReplaceGlobalValues (int BlockRow, int NumBlockEntries, int *BlockIndices) |
| Initiate replacement of current values with this list of entries for a given global row of the matrix, values are replaced via SubmitEntry(). | |
| int | BeginReplaceMyValues (int BlockRow, int NumBlockEntries, int *BlockIndices) |
| Initiate replacement of current values with this list of entries for a given local row of the matrix, values are replaced via SubmitEntry(). | |
| int | BeginSumIntoGlobalValues (int BlockRow, int NumBlockEntries, int *BlockIndices) |
| Initiate summing into current values with this list of entries for a given global row of the matrix, values are replaced via SubmitEntry(). | |
| int | BeginSumIntoMyValues (int BlockRow, int NumBlockEntries, int *BlockIndices) |
| Initiate summing into current values with this list of entries for a given local row of the matrix, values are replaced via SubmitEntry(). | |
| int | SubmitBlockEntry (double *Values, int LDA, int NumRows, int NumCols) |
| Submit a block entry to the indicated block row and column specified in the Begin routine. | |
| int | SubmitBlockEntry (Epetra_SerialDenseMatrix &Mat) |
| Submit a block entry to the indicated block row and column specified in the Begin routine. | |
| int | EndSubmitEntries () |
| Completes processing of all data passed in for the current block row. | |
| int | ReplaceDiagonalValues (const Epetra_Vector &Diagonal) |
| Replaces diagonal values of the with those in the user-provided vector. | |
| int | FillComplete () |
| Signal that data entry is complete, perform transformations to local index space. | |
| int | FillComplete (const Epetra_BlockMap &DomainMap, const Epetra_BlockMap &RangeMap) |
| Signal that data entry is complete, perform transformations to local index space. | |
| bool | Filled () const |
| If FillComplete() has been called, this query returns true, otherwise it returns false. | |
Extraction methods. | |
| int | ExtractGlobalBlockRowPointers (int BlockRow, int MaxNumBlockEntries, int &RowDim, int &NumBlockEntries, int *BlockIndices, Epetra_SerialDenseMatrix **&Values) const |
| Copy the block indices into user-provided array, set pointers for rest of data for specified global block row. | |
| int | ExtractMyBlockRowPointers (int BlockRow, int MaxNumBlockEntries, int &RowDim, int &NumBlockEntries, int *BlockIndices, Epetra_SerialDenseMatrix **&Values) const |
| Copy the block indices into user-provided array, set pointers for rest of data for specified local block row. | |
| int | BeginExtractGlobalBlockRowCopy (int BlockRow, int MaxNumBlockEntries, int &RowDim, int &NumBlockEntries, int *BlockIndices, int *ColDims) const |
| Initiates a copy of the specified global row in user-provided arrays. | |
| int | BeginExtractMyBlockRowCopy (int BlockRow, int MaxNumBlockEntries, int &RowDim, int &NumBlockEntries, int *BlockIndices, int *ColDims) const |
| Initiates a copy of the specified local row in user-provided arrays. | |
| int | ExtractEntryCopy (int SizeOfValues, double *Values, int LDA, bool SumInto) const |
| Extract a copy of an entry from the block row specified by one of the BeginExtract routines. | |
| int | BeginExtractGlobalBlockRowView (int BlockRow, int &RowDim, int &NumBlockEntries, int *&BlockIndices) const |
| Initiates a view of the specified global row, only works if matrix indices are in global mode. | |
| int | BeginExtractMyBlockRowView (int BlockRow, int &RowDim, int &NumBlockEntries, int *&BlockIndices) const |
| Initiates a view of the specified local row, only works if matrix indices are in local mode. | |
| int | ExtractEntryView (Epetra_SerialDenseMatrix *&entry) const |
| Returns a pointer to the current block entry. | |
| int | ExtractGlobalBlockRowView (int BlockRow, int &RowDim, int &NumBlockEntries, int *&BlockIndices, Epetra_SerialDenseMatrix **&Values) const |
| Initiates a view of the specified global row, only works if matrix indices are in global mode. | |
| int | ExtractMyBlockRowView (int BlockRow, int &RowDim, int &NumBlockEntries, int *&BlockIndices, Epetra_SerialDenseMatrix **&Values) const |
| Initiates a view of the specified local row, only works if matrix indices are in local mode. | |
| int | ExtractDiagonalCopy (Epetra_Vector &Diagonal) const |
| Returns a copy of the main diagonal in a user-provided vector. | |
| int | BeginExtractBlockDiagonalCopy (int MaxNumBlockDiagonalEntries, int &NumBlockDiagonalEntries, int *RowColDims) const |
| Initiates a copy of the block diagonal entries to user-provided arrays. | |
| int | ExtractBlockDiagonalEntryCopy (int SizeOfValues, double *Values, int LDA, bool SumInto) const |
| Extract a copy of a block diagonal entry from the matrix. | |
| int | BeginExtractBlockDiagonalView (int &NumBlockDiagonalEntries, int *&RowColDims) const |
| Initiates a view of the block diagonal entries. | |
| int | ExtractBlockDiagonalEntryView (double *&Values, int &LDA) const |
| Extract a view of a block diagonal entry from the matrix. | |
Computational methods. | |
| int | Multiply1 (bool TransA, const Epetra_Vector &x, Epetra_Vector &y) const |
| Returns the result of a Epetra_VbrMatrix multiplied by a Epetra_Vector x in y. | |
| int | Multiply (bool TransA, const Epetra_MultiVector &X, Epetra_MultiVector &Y) const |
| Returns the result of a Epetra_VbrMatrix multiplied by a Epetra_MultiVector X in Y. | |
| int | Solve (bool Upper, bool Trans, bool UnitDiagonal, const Epetra_Vector &x, Epetra_Vector &y) const |
| Returns the result of a solve using the Epetra_VbrMatrix on a Epetra_Vector x in y. | |
| int | Solve (bool Upper, bool Trans, bool UnitDiagonal, const Epetra_MultiVector &X, Epetra_MultiVector &Y) const |
| Returns the result of a Epetra_VbrMatrix multiplied by a Epetra_MultiVector X in Y. | |
| int | InvRowSums (Epetra_Vector &x) const |
| Computes the sum of absolute values of the rows of the Epetra_VbrMatrix, results returned in x. | |
| int | LeftScale (const Epetra_Vector &x) |
| Scales the Epetra_VbrMatrix on the left with a Epetra_Vector x. | |
| int | InvColSums (Epetra_Vector &x) const |
| Computes the sum of absolute values of the columns of the Epetra_VbrMatrix, results returned in x. | |
| int | RightScale (const Epetra_Vector &x) |
| Scales the Epetra_VbrMatrix on the right with a Epetra_Vector x. | |
Matrix Properties Query Methods. | |
| int | OptimizeStorage () |
| Eliminates memory that is used for construction. Make consecutive row index sections contiguous. | |
| bool | StorageOptimized () const |
| If OptimizeStorage() has been called, this query returns true, otherwise it returns false. | |
| bool | IndicesAreGlobal () const |
| If matrix indices has not been transformed to local, this query returns true, otherwise it returns false. | |
| bool | IndicesAreLocal () const |
| If matrix indices has been transformed to local, this query returns true, otherwise it returns false. | |
| bool | IndicesAreContiguous () const |
| If matrix indices are packed into single array (done in OptimizeStorage()) return true, otherwise false. | |
| bool | LowerTriangular () const |
| If matrix is lower triangular in local index space, this query returns true, otherwise it returns false. | |
| bool | UpperTriangular () const |
| If matrix is upper triangular in local index space, this query returns true, otherwise it returns false. | |
| bool | NoDiagonal () const |
| If matrix has no diagonal entries based on global row/column index comparisons, this query returns true, otherwise it returns false. | |
Atribute access functions | |
| double | NormInf () const |
| Returns the infinity norm of the global matrix. | |
| double | NormOne () const |
| Returns the one norm of the global matrix. | |
| int | MaxRowDim () const |
| Returns the maximum row dimension of all block entries on this processor. | |
| int | MaxColDim () const |
| Returns the maximum column dimension of all block entries on this processor. | |
| int | GlobalMaxRowDim () const |
| Returns the maximum row dimension of all block entries across all processors. | |
| int | GlobalMaxColDim () const |
| Returns the maximum column dimension of all block entries across all processors. | |
| int | NumMyRows () const |
| Returns the number of matrix rows owned by the calling processor. | |
| int | NumMyCols () const |
| Returns the number of matrix columns owned by the calling processor. | |
| int | NumMyNonzeros () const |
| Returns the number of nonzero entriesowned by the calling processor . | |
| int | NumGlobalRows () const |
| Returns the number of global matrix rows. | |
| int | NumGlobalCols () const |
| Returns the number of global matrix columns. | |
| int | NumGlobalNonzeros () const |
| Returns the number of nonzero entries in the global matrix. | |
| int | NumMyBlockRows () const |
| Returns the number of Block matrix rows owned by the calling processor. | |
| int | NumMyBlockCols () const |
| Returns the number of Block matrix columns owned by the calling processor. | |
| int | NumMyBlockEntries () const |
| Returns the number of nonzero block entries in the calling processor's portion of the matrix. | |
| int | NumMyBlockDiagonals () const |
| Returns the number of local nonzero block diagonal entries, based on global row/column index comparisons. | |
| int | NumMyDiagonals () const |
| Returns the number of local nonzero diagonal entries, based on global row/column index comparisons. | |
| int | NumGlobalBlockRows () const |
| Returns the number of global Block matrix rows. | |
| int | NumGlobalBlockCols () const |
| Returns the number of global Block matrix columns. | |
| int | NumGlobalBlockEntries () const |
| Returns the number of nonzero block entries in the global matrix. | |
| int | NumGlobalBlockDiagonals () const |
| Returns the number of global nonzero block diagonal entries, based on global row/column index comparisions. | |
| int | NumGlobalDiagonals () const |
| Returns the number of global nonzero diagonal entries, based on global row/column index comparisions. | |
| int | NumGlobalBlockEntries (int Row) const |
| Returns the current number of nonzero Block entries in specified global row on this processor. | |
| int | NumAllocatedGlobalBlockEntries (int Row) const |
| Returns the allocated number of nonzero Block entries in specified global row on this processor. | |
| int | MaxNumBlockEntries () const |
| Returns the maximum number of nonzero entries across all rows on this processor. | |
| int | GlobalMaxNumBlockEntries () const |
| Returns the maximum number of nonzero entries across all rows on this processor. | |
| int | NumMyBlockEntries (int Row) const |
| Returns the current number of nonzero Block entries in specified local row on this processor. | |
| int | NumAllocatedMyBlockEntries (int Row) const |
| Returns the allocated number of nonzero Block entries in specified local row on this processor. | |
| int | MaxNumNonzeros () const |
| Returns the maximum number of nonzero entries across all block rows on this processor. | |
| int | GlobalMaxNumNonzeros () const |
| Returns the maximum number of nonzero entries across all block rows on all processors. | |
| int | IndexBase () const |
| Returns the index base for row and column indices for this graph. | |
| const Epetra_CrsGraph & | Graph () const |
| Returns a pointer to the Epetra_CrsGraph object associated with this matrix. | |
| const Epetra_Import * | Importer () const |
| Returns the Epetra_Import object that contains the import operations for distributed operations. | |
| const Epetra_Export * | Exporter () const |
| Returns the Epetra_Export object that contains the export operations for distributed operations. | |
| const Epetra_BlockMap & | DomainMap () const |
| Returns the Epetra_BlockMap object associated with the domain of this matrix operator. | |
| const Epetra_BlockMap & | RangeMap () const |
| Returns the Epetra_BlockMap object associated with the range of this matrix operator. | |
| const Epetra_BlockMap & | RowMap () const |
| Returns the RowMap object as an Epetra_BlockMap (the Epetra_Map base class) needed for implementing Epetra_RowMatrix. | |
| const Epetra_BlockMap & | ColMap () const |
| Returns the ColMap as an Epetra_BlockMap (the Epetra_Map base class) needed for implementing Epetra_RowMatrix. | |
| const Epetra_Comm & | Comm () const |
| Fills a matrix with rows from a source matrix based on the specified importer. Returns a pointer to the Epetra_Comm communicator associated with this matrix. | |
Local/Global ID methods | |
| int | LRID (int GRID) const |
| Returns the local row index for given global row index, returns -1 if no local row for this global row. | |
| int | GRID (int LRID) const |
| Returns the global row index for give local row index, returns IndexBase-1 if we don't have this local row. | |
| int | LCID (int GCID) const |
| Returns the local column index for given global column index, returns -1 if no local column for this global column. | |
| int | GCID (int LCID) const |
| Returns the global column index for give local column index, returns IndexBase-1 if we don't have this local column. | |
| bool | MyGRID (int GRID) const |
| Returns true if the GRID passed in belongs to the calling processor in this map, otherwise returns false. | |
| bool | MyLRID (int LRID) const |
| Returns true if the LRID passed in belongs to the calling processor in this map, otherwise returns false. | |
| bool | MyGCID (int GCID) const |
| Returns true if the GCID passed in belongs to the calling processor in this map, otherwise returns false. | |
| bool | MyLCID (int LCID) const |
| Returns true if the LRID passed in belongs to the calling processor in this map, otherwise returns false. | |
| bool | MyGlobalBlockRow (int GID) const |
| Returns true of GID is owned by the calling processor, otherwise it returns false. | |
I/O Methods. | |
| virtual void | Print (ostream &os) const |
| Print method. | |
Additional methods required to support the Epetra_Operator interface. | |
| const char * | Label () const |
| Returns a character string describing the operator. | |
| int | SetUseTranspose (bool UseTranspose) |
| If set true, transpose of this operator will be applied. | |
| int | Apply (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const |
| Returns the result of a Epetra_Operator applied to a Epetra_MultiVector X in Y. | |
| int | ApplyInverse (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const |
| Returns the result of a Epetra_Operator inverse applied to an Epetra_MultiVector X in Y. | |
| bool | HasNormInf () const |
| Returns true because this class can compute an Inf-norm. | |
| bool | UseTranspose () const |
| Returns the current UseTranspose setting. | |
| const Epetra_Map & | OperatorDomainMap () const |
| Returns the Epetra_Map object associated with the domain of this matrix operator. | |
| const Epetra_Map & | OperatorRangeMap () const |
| Returns the Epetra_Map object associated with the range of this matrix operator. | |
Additional methods required to implement RowMatrix interface. | |
| int | ExtractGlobalRowCopy (int GlobalRow, int Length, int &NumEntries, double *Values, int *Indices) const |
| Returns a copy of the specified global row in user-provided arrays. | |
| int | ExtractMyRowCopy (int MyRow, int Length, int &NumEntries, double *Values, int *Indices) const |
| Returns a copy of the specified local row in user-provided arrays. | |
| int | NumMyRowEntries (int MyRow, int &NumEntries) const |
| Return the current number of values stored for the specified local row. | |
| int | MaxNumEntries () const |
| Returns the maximum of NumMyRowEntries() over all rows. | |
| const Epetra_Map & | RowMatrixRowMap () const |
| Returns the EpetraMap object associated with the rows of this matrix. | |
| const Epetra_Map & | RowMatrixColMap () const |
| Returns the Epetra_Map object associated with columns of this matrix. | |
| const Epetra_Import * | RowMatrixImporter () const |
| Returns the Epetra_Import object that contains the import operations for distributed operations. | |
Deprecated methods: These methods still work, but will be removed in a future version. | |
| const Epetra_BlockMap & | BlockImportMap () const |
| Use BlockColMap() instead. | |
| int | TransformToLocal () |
| Use FillComplete() instead. | |
| int | TransformToLocal (const Epetra_BlockMap *DomainMap, const Epetra_BlockMap *RangeMap) |
| Use FillComplete(const Epetra_BlockMap& DomainMap, const Epetra_BlockMap& RangeMap) instead. | |
Protected Member Functions | |
| void | DeleteMemory () |
| bool | Allocated () const |
| int | SetAllocated (bool Flag) |
| Epetra_SerialDenseMatrix *** | Values () const |
| void | InitializeDefaults () |
| int | Allocate () |
| int | BeginInsertValues (int BlockRow, int NumBlockEntries, int *BlockIndices, bool IndicesAreLocal) |
| int | BeginReplaceValues (int BlockRow, int NumBlockEntries, int *BlockIndices, bool IndicesAreLocal) |
| int | BeginSumIntoValues (int BlockRow, int NumBlockEntries, int *BlockIndices, bool IndicesAreLocal) |
| int | SetupForSubmits (int BlockRow, int NumBlockEntries, int *BlockIndices, bool IndicesAreLocal, Epetra_CombineMode SubmitMode) |
| int | EndReplaceSumIntoValues () |
| int | EndInsertValues () |
| int | CopyMat (double *A, int LDA, int NumRows, int NumCols, double *B, int LDB, bool SumInto) const |
| int | BeginExtractBlockRowCopy (int BlockRow, int MaxNumBlockEntries, int &RowDim, int &NumBlockEntries, int *BlockIndices, int *ColDims, bool IndicesAreLocal) const |
| int | SetupForExtracts (int BlockRow, int &RowDim, int NumBlockEntries, bool ExtractView, bool IndicesAreLocal) const |
| int | ExtractBlockDimsCopy (int NumBlockEntries, int *ColDims) const |
| int | ExtractBlockRowPointers (int BlockRow, int MaxNumBlockEntries, int &RowDim, int &NumBlockEntries, int *BlockIndices, Epetra_SerialDenseMatrix **&Values, bool IndicesAreLocal) const |
| int | BeginExtractBlockRowView (int BlockRow, int &RowDim, int &NumBlockEntries, int *&BlockIndices, bool IndicesAreLocal) const |
| int | CopyMatDiag (double *A, int LDA, int NumRows, int NumCols, double *Diagonal) const |
| int | ReplaceMatDiag (double *A, int LDA, int NumRows, int NumCols, double *Diagonal) |
| void | BlockRowMultiply (bool TransA, int RowDim, int NumEntries, int *BlockIndices, int RowOff, int *FirstPointInElementList, int *ElementSizeList, double Alpha, Epetra_SerialDenseMatrix **As, double **X, double Beta, double **Y, int NumVectors) const |
| void | BlockRowMultiply (bool TransA, int RowDim, int NumEntries, int *BlockIndices, int RowOff, int *FirstPointInElementList, int *ElementSizeList, Epetra_SerialDenseMatrix **As, double **X, double **Y, int NumVectors) const |
| void | FastBlockRowMultiply (bool TransA, int RowDim, int NumEntries, int *BlockIndices, int RowOff, int *FirstPointInElementList, int *ElementSizeList, Epetra_SerialDenseMatrix **As, double **X, double **Y, int NumVectors) const |
| int | InverseSums (bool DoRows, Epetra_Vector &x) const |
| int | Scale (bool DoRows, const Epetra_Vector &x) |
| void | BlockRowNormInf (int RowDim, int NumEntries, Epetra_SerialDenseMatrix **As, double *Y) const |
| void | BlockRowNormOne (int RowDim, int NumEntries, int *BlockRowIndices, Epetra_SerialDenseMatrix **As, int *ColFirstPointInElementList, double *x) const |
| void | SetStaticGraph (bool Flag) |
| int | CheckSizes (const Epetra_SrcDistObject &A) |
| Allows the source and target (this) objects to be compared for compatibility, return nonzero if not. | |
| int | CopyAndPermute (const Epetra_SrcDistObject &Source, int NumSameIDs, int NumPermuteIDs, int *PermuteToLIDs, int *PermuteFromLIDs, const Epetra_OffsetIndex *Indexor) |
| Perform ID copies and permutations that are on processor. | |
| int | PackAndPrepare (const Epetra_SrcDistObject &Source, int NumExportIDs, int *ExportLIDs, int &LenExports, char *&Exports, int &SizeOfPacket, int *Sizes, bool &VarSizes, Epetra_Distributor &Distor) |
| Perform any packing or preparation required for call to DoTransfer(). | |
| int | UnpackAndCombine (const Epetra_SrcDistObject &Source, int NumImportIDs, int *ImportLIDs, int LenImports, char *Imports, int &SizeOfPacket, Epetra_Distributor &Distor, Epetra_CombineMode CombineMode, const Epetra_OffsetIndex *Indexor) |
| Perform any unpacking and combining after call to DoTransfer(). | |
| int | SortEntries () |
| Sort column entries, row-by-row, in ascending order. | |
| bool | Sorted () const |
| If SortEntries() has been called, this query returns true, otherwise it returns false. | |
| int | MergeRedundantEntries () |
| Add entries that have the same column index. Remove redundant entries from list. | |
| bool | NoRedundancies () const |
| If MergeRedundantEntries() has been called, this query returns true, otherwise it returns false. | |
| bool | StaticGraph () const |
| int | GeneratePointObjects () const |
| int | BlockMap2PointMap (const Epetra_BlockMap &BlockMap, Epetra_Map *&PointMap) const |
| int | UpdateOperatorXY (const Epetra_MultiVector &X, const Epetra_MultiVector &Y) const |
Protected Attributes | |
| Epetra_CrsGraph * | Graph_ |
| bool | Allocated_ |
| bool | StaticGraph_ |
| bool | UseTranspose_ |
| bool | constructedWithFilledGraph_ |
| bool | matrixFillCompleteCalled_ |
| bool | StorageOptimized_ |
| int | NumMyBlockRows_ |
| Epetra_DataAccess | CV_ |
| int * | NumBlockEntriesPerRow_ |
| int * | NumAllocatedBlockEntriesPerRow_ |
| int ** | Indices_ |
| int * | ElementSizeList_ |
| int * | FirstPointInElementList_ |
| Epetra_SerialDenseMatrix *** | Entries_ |
| double * | All_Values_Orig_ |
| double * | All_Values_ |
| double | NormInf_ |
| double | NormOne_ |
| Epetra_MultiVector * | ImportVector_ |
| Epetra_MultiVector * | ExportVector_ |
| int * | TempRowDims_ |
| Epetra_SerialDenseMatrix ** | TempEntries_ |
| int | LenTemps_ |
| int | CurBlockRow_ |
| int | CurNumBlockEntries_ |
| int * | CurBlockIndices_ |
| int | CurEntry_ |
| bool | CurIndicesAreLocal_ |
| Epetra_CombineMode | CurSubmitMode_ |
| int | CurExtractBlockRow_ |
| int | CurExtractEntry_ |
| int | CurExtractNumBlockEntries_ |
| bool | CurExtractIndicesAreLocal_ |
| bool | CurExtractView_ |
| int | CurRowDim_ |
| int | CurBlockDiag_ |
| Epetra_Map * | RowMatrixRowMap_ |
| Epetra_Map * | RowMatrixColMap_ |
| Epetra_Import * | RowMatrixImporter_ |
| Epetra_Map * | OperatorDomainMap_ |
| Epetra_Map * | OperatorRangeMap_ |
| Epetra_MultiVector * | OperatorX_ |
| Epetra_MultiVector * | OperatorY_ |
| bool | HavePointObjects_ |
The Epetra_VbrMatrix class is a sparse variable block row matrix object. This matrix can be used in a parallel setting, with data distribution described by Epetra_Map attributes. The structure or graph of the matrix is defined by an Epetra_CrsGraph attribute.
In addition to coefficient access, the primary operations provided by Epetra_VbrMatrix are matrix times vector and matrix times multi-vector multiplication.
Creating and filling Epetra_VbrMatrix objects
Constructing Epetra_VbrMatrix objects is a multi-step process. The basic steps are as follows:
Note that even after FillComplete() has been called, it is possible to update existing matrix entries but it is not possible to create new entries.
Epetra_Map attributes
Epetra_VbrMatrix objects have four Epetra_Map attributes, which are held by the Epetra_CrsGraph attribute.
The Epetra_Map attributes can be obtained via these accessor methods:
It is important to note that while the row-map and the range-map are often the same, the column-map and the domain-map are almost never the same. The set of entries in a distributed column-map almost always form overlapping sets, with entries being associated with more than one processor. A domain-map, on the other hand, must be a 1-to-1 map, with entries being associated with only a single processor.
Local versus Global Indices
Epetra_VbrMatrix has query functions IndicesAreLocal() and IndicesAreGlobal(), which are used to determine whether the underlying Epetra_CrsGraph attribute's column-indices have been transformed into a local index space or not. (This transformation occurs when the method Epetra_CrsGraph::FillComplete() is called, which happens when the method Epetra_VbrMatrix::FillComplete() is called.) The state of the indices in the graph determines the behavior of many Epetra_VbrMatrix methods. If an Epetra_VbrMatrix instance is constructed using one of the constructors that does not accept a pre-existing Epetra_CrsGraph object, then an Epetra_CrsGraph attribute is created internally and its indices remain untransformed (IndicesAreGlobal()==true) until Epetra_VbrMatrix::FillComplete() is called. The query function Epetra_VbrMatrix::Filled() returns true if Epetra_VbrMatrix::FillComplete() has been called.
Inputting coefficient values
The process for inputting block-entry coefficients is as follows:
Note that the 'GlobalValues' methods have the precondition that IndicesAreGlobal() must be true, and the 'MyValues' methods have the precondition that IndicesAreLocal() must be true. Furthermore, the 'SumInto' and 'Replace' methods may only be used to update matrix entries which already exist, and the 'Insert' methods may only be used if IndicesAreContiguous() is false.
Counting Floating Point Operations
Each Epetra_VbrMatrix object keeps track of the number of serial floating point operations performed using the specified object as the this argument to the function. The Flops() function returns this number as a double precision number. Using this information, in conjunction with the Epetra_Time class, one can get accurate parallel performance numbers. The ResetFlops() function resets the floating point counter.
|
||||||||||||||||
|
Epetra_VbrMatrix constuctor with variable number of indices per row. Creates a Epetra_VbrMatrix object and allocates storage.
|
|
||||||||||||||||
|
Epetra_VbrMatrix constuctor with fixed number of indices per row. Creates a Epetra_VbrMatrix object and allocates storage.
|
|
||||||||||||||||||||
|
Epetra_VbrMatrix constuctor with variable number of indices per row. Creates a Epetra_VbrMatrix object and allocates storage.
|
|
||||||||||||||||||||
|
Epetra_VbrMatrix constuctor with fixed number of indices per row. Creates a Epetra_VbrMatrix object and allocates storage.
|
|
||||||||||||
|
Construct a matrix using an existing Epetra_CrsGraph object. Allows the nonzero structure from another matrix, or a structure that was constructed independently, to be used for this matrix.
|
|
||||||||||||
|
Returns the result of a Epetra_Operator applied to a Epetra_MultiVector X in Y.
Implements Epetra_Operator. |
|
||||||||||||
|
Returns the result of a Epetra_Operator inverse applied to an Epetra_MultiVector X in Y. In this implementation, we use several existing attributes to determine how virtual method ApplyInverse() should call the concrete method Solve(). We pass in the UpperTriangular(), the Epetra_VbrMatrix::UseTranspose(), and NoDiagonal() methods. The most notable warning is that if a matrix has no diagonal values we assume that there is an implicit unit diagonal that should be accounted for when doing a triangular solve.
Implements Epetra_Operator. |
|
||||||||||||||||
|
Initiates a copy of the block diagonal entries to user-provided arrays.
|
|
||||||||||||
|
Initiates a view of the block diagonal entries.
|
|
||||||||||||||||||||||||||||
|
Initiates a copy of the specified global row in user-provided arrays.
|
|
||||||||||||||||||||
|
Initiates a view of the specified global row, only works if matrix indices are in global mode.
|
|
||||||||||||||||||||||||||||
|
Initiates a copy of the specified local row in user-provided arrays.
|
|
||||||||||||||||||||
|
Initiates a view of the specified local row, only works if matrix indices are in local mode.
|
|
||||||||||||||||
|
Initiate insertion of a list of elements in a given global row of the matrix, values are inserted via SubmitEntry().
Reimplemented in Epetra_FEVbrMatrix. |
|
||||||||||||||||
|
Initiate insertion of a list of elements in a given local row of the matrix, values are inserted via SubmitEntry().
|
|
||||||||||||||||
|
Initiate replacement of current values with this list of entries for a given global row of the matrix, values are replaced via SubmitEntry().
Reimplemented in Epetra_FEVbrMatrix. |
|
||||||||||||||||
|
Initiate replacement of current values with this list of entries for a given local row of the matrix, values are replaced via SubmitEntry().
|
|
||||||||||||||||
|
Initiate summing into current values with this list of entries for a given global row of the matrix, values are replaced via SubmitEntry().
Reimplemented in Epetra_FEVbrMatrix. |
|
||||||||||||||||
|
Initiate summing into current values with this list of entries for a given local row of the matrix, values are replaced via SubmitEntry().
|
|
|
Completes processing of all data passed in for the current block row. This function completes the processing of all block entries submitted via SubmitBlockEntry(). It also checks to make sure that SubmitBlockEntry was called the correct number of times as specified by the Begin routine that initiated the entry process. Reimplemented in Epetra_FEVbrMatrix. |
|
||||||||||||||||||||
|
Extract a copy of a block diagonal entry from the matrix. Once BeginExtractBlockDiagonalCopy() is called, you can extract the block diagonal entries one-entry-at-a-time. The entries will be extracted in ascending order.
|
|
||||||||||||
|
Extract a view of a block diagonal entry from the matrix. Once BeginExtractBlockDiagonalView() is called, you can extract a view of the block diagonal entries one-entry-at-a-time. The views will be extracted in ascending order.
|
|
|
Returns a copy of the main diagonal in a user-provided vector.
Implements Epetra_RowMatrix. |
|
||||||||||||||||||||
|
Extract a copy of an entry from the block row specified by one of the BeginExtract routines. Once BeginExtractGlobalBlockRowCopy() or BeginExtractMyBlockRowCopy() is called, you can extract the block entries of specified block row one-entry-at-a-time. The entries will be extracted in an order corresponding to the BlockIndices list that was returned by the BeginExtract routine.
|
|
|
Returns a pointer to the current block entry. After a call to BeginExtractGlobal() or BlockRowViewBeginExtractMyBlockRowView(), ExtractEntryView() can be called up to NumBlockEntries times to get each block entry in the specified block row.
|
|
||||||||||||||||||||||||||||
|
Copy the block indices into user-provided array, set pointers for rest of data for specified global block row. This function provides the lightest weight approach to accessing a global block row when the matrix may be be stored in local or global index space. In other words, this function will always work because the block indices are returned in user-provided space. All other array arguments are independent of whether or not indices are local or global. Other than the BlockIndices array, all other array argument are returned as pointers to internal data.
|
|
||||||||||||||||||||||||
|
Initiates a view of the specified global row, only works if matrix indices are in global mode.
|
|
||||||||||||||||||||||||
|
Returns a copy of the specified global row in user-provided arrays.
|
|
||||||||||||||||||||||||||||
|
Copy the block indices into user-provided array, set pointers for rest of data for specified local block row. This function provides the lightest weight approach to accessing a local block row when the matrix may be be stored in local or global index space. In other words, this function will always work because the block indices are returned in user-provided space. All other array arguments are independent of whether or not indices are local or global. Other than the BlockIndices array, all other array argument are returned as pointers to internal data.
|
|
||||||||||||||||||||||||
|
Initiates a view of the specified local row, only works if matrix indices are in local mode.
|
|
||||||||||||||||||||||||
|
Returns a copy of the specified local row in user-provided arrays.
Implements Epetra_RowMatrix. |
|
|
Returns the maximum number of nonzero entries across all block rows on all processors. This function returns the max over all processor of MaxNumNonzeros(). |
|
|
Computes the sum of absolute values of the columns of the Epetra_VbrMatrix, results returned in x. The vector x will return such that x[j] will contain the inverse of sum of the absolute values of the this matrix will be sca such that A(i,j) = x(j)*A(i,j) where i denotes the global row number of A and j denotes the global column number of A. Using the resulting vector from this function as input to RighttScale() will make the one norm of the resulting matrix exactly 1.
Implements Epetra_RowMatrix. |
|
|
Computes the sum of absolute values of the rows of the Epetra_VbrMatrix, results returned in x. The vector x will return such that x[i] will contain the inverse of sum of the absolute values of the this matrix will be scaled such that A(i,j) = x(i)*A(i,j) where i denotes the global row number of A and j denotes the global column number of A. Using the resulting vector from this function as input to LeftScale() will make the infinity norm of the resulting matrix exactly 1.
Implements Epetra_RowMatrix. |
|
|
Scales the Epetra_VbrMatrix on the left with a Epetra_Vector x. The this matrix will be scaled such that A(i,j) = x(i)*A(i,j) where i denotes the row number of A and j denotes the column number of A.
Implements Epetra_RowMatrix. |
|
|
Returns the maximum number of nonzero entries across all block rows on this processor. Let ki = the number of nonzero values in the ith block row of the VbrMatrix object. For example, if the ith block row had 5 block entries and the size of each entry was 4-by-4, ki would be 80. Then this function return the max over all ki for all row on this processor. |
|
||||||||||||||||
|
Returns the result of a Epetra_VbrMatrix multiplied by a Epetra_MultiVector X in Y.
Implements Epetra_RowMatrix. |
|
||||||||||||||||
|
Returns the result of a Epetra_VbrMatrix multiplied by a Epetra_Vector x in y.
|
|
||||||||||||
|
Return the current number of values stored for the specified local row.
Implements Epetra_RowMatrix. |
|
|
Initialize all values in graph of the matrix with constant value.
Reimplemented in Epetra_FEVbrMatrix. |
|
|
Replaces diagonal values of the with those in the user-provided vector. This routine is meant to allow replacement of { existing} diagonal values. If a diagonal value does not exist for a given row, the corresponding value in the input Epetra_Vector will be ignored and the return code will be set to 1. The Epetra_Map associated with the input Epetra_Vector must be compatible with the RowMap of the matrix.
|
|
|
Scales the Epetra_VbrMatrix on the right with a Epetra_Vector x. The this matrix will be scaled such that A(i,j) = x(j)*A(i,j) where i denotes the global row number of A and j denotes the global column number of A.
Implements Epetra_RowMatrix. |
|
|
Multiply all values in the matrix by a constant value (in place: A <- ScalarConstant * A).
|
|
|
If set true, transpose of this operator will be applied. This flag allows the transpose of the given operator to be used implicitly. Setting this flag affects only the Apply() and ApplyInverse() methods. If the implementation of this interface does not support transpose use, this method should return a value of -1.
Implements Epetra_Operator. |
|
||||||||||||||||||||||||
|
Returns the result of a Epetra_VbrMatrix multiplied by a Epetra_MultiVector X in Y.
Implements Epetra_RowMatrix. |
|
||||||||||||||||||||||||
|
Returns the result of a solve using the Epetra_VbrMatrix on a Epetra_Vector x in y.
|
1.3.9.1