|
Epetra Package Browser (Single Doxygen Collection)
Development
|
This is the complete list of members for Epetra_FECrsGraph, including all inherited members.
| All_Indices() const | Epetra_CrsGraph | inlineprotected |
| buildNonlocalGraph_ | Epetra_FECrsGraph | private |
| ColMap() const | Epetra_CrsGraph | inline |
| Comm() const | Epetra_CrsGraph | inline |
| Comm_ | Epetra_DistObject | protected |
| DataPtr() const | Epetra_CrsGraph | inline |
| DeleteMemory() | Epetra_FECrsGraph | private |
| DetermineTriangular() | Epetra_CrsGraph | protected |
| DistributedGlobal() const | Epetra_DistObject | inline |
| DomainMap() const | Epetra_CrsGraph | inline |
| DoTransfer(const Epetra_SrcDistObject &A, Epetra_CombineMode CombineMode, int NumSameIDs, int NumPermuteIDs, int NumRemoteIDs, int NumExportIDs, int *PermuteToLIDs, int *PermuteFromLIDs, int *RemoteLIDs, int *ExportLIDs, int &LenExports, char *&Exports, int &LenImports, char *&Imports, Epetra_Distributor &Distor, bool DoReverse, const Epetra_OffsetIndex *Indexor) | Epetra_DistObject | protectedvirtual |
| Epetra_CrsGraph(Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, const int *NumIndicesPerRow, bool StaticProfile=false) | Epetra_CrsGraph | |
| Epetra_CrsGraph(Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, int NumIndicesPerRow, bool StaticProfile=false) | Epetra_CrsGraph | |
| Epetra_CrsGraph(Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, const Epetra_BlockMap &ColMap, const int *NumIndicesPerRow, bool StaticProfile=false) | Epetra_CrsGraph | |
| Epetra_CrsGraph(Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, const Epetra_BlockMap &ColMap, int NumIndicesPerRow, bool StaticProfile=false) | Epetra_CrsGraph | |
| Epetra_CrsGraph(const Epetra_CrsGraph &Graph) | Epetra_CrsGraph | |
| Epetra_DistObject(const Epetra_BlockMap &Map) | Epetra_DistObject | |
| Epetra_DistObject(const Epetra_BlockMap &Map, const char *const Label) | Epetra_DistObject | |
| Epetra_DistObject(const Epetra_DistObject &Source) | Epetra_DistObject | |
| Epetra_FECrsGraph(Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, int *NumIndicesPerRow, bool ignoreNonLocalEntries=false, bool buildNonlocalGraph=false) | Epetra_FECrsGraph | |
| Epetra_FECrsGraph(Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, int NumIndicesPerRow, bool ignoreNonLocalEntries=false, bool buildNonlocalGraph=false) | Epetra_FECrsGraph | |
| Epetra_FECrsGraph(Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, const Epetra_BlockMap &ColMap, int *NumIndicesPerRow, bool ignoreNonLocalEntries=false, bool buildNonlocalGraph=false) | Epetra_FECrsGraph | |
| Epetra_FECrsGraph(Epetra_DataAccess CV, const Epetra_BlockMap &RowMap, const Epetra_BlockMap &ColMap, int NumIndicesPerRow, bool ignoreNonLocalEntries=false, bool buildNonlocalGraph=false) | Epetra_FECrsGraph | |
| Epetra_FECrsMatrix class | Epetra_FECrsGraph | friend |
| Epetra_Object(int TracebackModeIn=-1, bool set_label=true) | Epetra_Object | |
| Epetra_Object(const char *const Label, int TracebackModeIn=-1) | Epetra_Object | |
| Epetra_Object(const Epetra_Object &Object) | Epetra_Object | |
| ExpertExtractIndexOffset() | Epetra_CrsGraph | |
| ExpertExtractIndices() | Epetra_CrsGraph | |
| Export(const Epetra_SrcDistObject &A, const Epetra_Import &Importer, Epetra_CombineMode CombineMode, const Epetra_OffsetIndex *Indexor=0) | Epetra_DistObject | |
| Export(const Epetra_SrcDistObject &A, const Epetra_Export &Exporter, Epetra_CombineMode CombineMode, const Epetra_OffsetIndex *Indexor=0) | Epetra_DistObject | |
| Exporter() const | Epetra_CrsGraph | inline |
| Exports_ | Epetra_DistObject | protected |
| ExtractGlobalRowCopy(int GlobalRow, int LenOfIndices, int &NumIndices, int *Indices) const | Epetra_CrsGraph | |
| ExtractGlobalRowCopy(long long GlobalRow, int LenOfIndices, int &NumIndices, long long *Indices) const | Epetra_CrsGraph | |
| ExtractGlobalRowView(int GlobalRow, int &NumIndices, int *&Indices) const | Epetra_CrsGraph | |
| ExtractGlobalRowView(long long GlobalRow, int &NumIndices, long long *&Indices) const | Epetra_CrsGraph | |
| ExtractMyRowCopy(int LocalRow, int LenOfIndices, int &NumIndices, int *Indices) const | Epetra_CrsGraph | |
| ExtractMyRowView(int LocalRow, int &NumIndices, int *&Indices) const | Epetra_CrsGraph | |
| FillComplete() | Epetra_CrsGraph | |
| FillComplete(const Epetra_BlockMap &DomainMap, const Epetra_BlockMap &RangeMap) | Epetra_CrsGraph | |
| Filled() const | Epetra_CrsGraph | inline |
| FindGlobalIndexLoc(int LocalRow, int Index, int Start, int &Loc) const | Epetra_CrsGraph | protected |
| FindGlobalIndexLoc(int NumIndices, const int *Indices, int Index, int Start, int &Loc) const | Epetra_CrsGraph | protected |
| FindGlobalIndexLoc(int LocalRow, long long Index, int Start, int &Loc) const | Epetra_CrsGraph | protected |
| FindGlobalIndexLoc(int NumIndices, const long long *Indices, long long Index, int Start, int &Loc) const | Epetra_CrsGraph | protected |
| FindMyIndexLoc(int LocalRow, int Index, int Start, int &Loc) const | Epetra_CrsGraph | protected |
| FindMyIndexLoc(int NumIndices, const int *Indices, int Index, int Start, int &Loc) const | Epetra_CrsGraph | protected |
| GCID(int LCID_in) const | Epetra_CrsGraph | inline |
| GCID64(int LCID_in) const | Epetra_CrsGraph | inline |
| GetTracebackMode() | Epetra_Object | static |
| GetTracebackStream() | Epetra_Object | static |
| GlobalAssemble(bool callFillComplete=true) | Epetra_FECrsGraph | |
| GlobalAssemble(const Epetra_Map &domain_map, const Epetra_Map &range_map, bool callFillComplete=true) | Epetra_FECrsGraph | |
| GlobalAssemble(const Epetra_Map &domain_map, const Epetra_Map &range_map, bool callFillComplete) | Epetra_FECrsGraph | private |
| GlobalConstantsComputed() const | Epetra_CrsGraph | protected |
| GlobalMaxColDim() const | Epetra_CrsGraph | inline |
| GlobalMaxNumIndices() const | Epetra_CrsGraph | inline |
| GlobalMaxNumNonzeros() const | Epetra_CrsGraph | inline |
| GlobalMaxRowDim() const | Epetra_CrsGraph | inline |
| GRID(int LRID_in) const | Epetra_CrsGraph | inline |
| GRID64(int LRID_in) const | Epetra_CrsGraph | inline |
| HaveColMap() const | Epetra_CrsGraph | inline |
| ignoreNonLocalEntries_ | Epetra_FECrsGraph | private |
| Import(const Epetra_SrcDistObject &A, const Epetra_Import &Importer, Epetra_CombineMode CombineMode, const Epetra_OffsetIndex *Indexor=0) | Epetra_DistObject | |
| Import(const Epetra_SrcDistObject &A, const Epetra_Export &Exporter, Epetra_CombineMode CombineMode, const Epetra_OffsetIndex *Indexor=0) | Epetra_DistObject | |
| Importer() const | Epetra_CrsGraph | inline |
| ImportMap() const | Epetra_CrsGraph | inline |
| Imports_ | Epetra_DistObject | protected |
| IndexBase() const | Epetra_CrsGraph | inline |
| IndexBase64() const | Epetra_CrsGraph | inline |
| IndexOffset() const | Epetra_CrsGraph | inlineprotected |
| Indices() const | Epetra_CrsGraph | inlineprotected |
| Indices(int LocalRow) const | Epetra_CrsGraph | inlineprotected |
| IndicesAreContiguous() const | Epetra_CrsGraph | inlineprotected |
| IndicesAreGlobal() const | Epetra_CrsGraph | inline |
| IndicesAreLocal() const | Epetra_CrsGraph | inline |
| InputNonlocalIndex(int rowoffset, int col) | Epetra_FECrsGraph | private |
| InputNonlocalIndices(int row, int numCols, const int *cols) | Epetra_FECrsGraph | private |
| InsertGlobalIndices(int numRows, const int *rows, int numCols, const int *cols) | Epetra_FECrsGraph | |
| InsertGlobalIndices(int numRows, const long long *rows, int numCols, const long long *cols) | Epetra_FECrsGraph | |
| InsertGlobalIndices(int numRows, const int_type *rows, int numCols, const int_type *cols) | Epetra_FECrsGraph | private |
| Epetra_CrsGraph::InsertGlobalIndices(int GlobalRow, int NumIndices, int *Indices) | Epetra_CrsGraph | |
| Epetra_CrsGraph::InsertGlobalIndices(long long GlobalRow, int NumIndices, long long *Indices) | Epetra_CrsGraph | |
| InsertIndices(int Row, int NumIndices, int *Indices) | Epetra_CrsGraph | protected |
| InsertIndices(int Row, int NumIndices, long long *Indices) | Epetra_CrsGraph | protected |
| InsertIndicesIntoSorted(int Row, int NumIndices, int *Indices) | Epetra_CrsGraph | protected |
| InsertIndicesIntoSorted(int Row, int NumIndices, long long *Indices) | Epetra_CrsGraph | protected |
| InsertMyIndices(int LocalRow, int NumIndices, int *Indices) | Epetra_CrsGraph | |
| InsertNonlocalRow(int row, int offset) | Epetra_FECrsGraph | private |
| Label() const | Epetra_Object | virtual |
| LCID(int GCID_in) const | Epetra_CrsGraph | inline |
| LCID(long long GCID_in) const | Epetra_CrsGraph | inline |
| LenExports_ | Epetra_DistObject | protected |
| LenImports_ | Epetra_DistObject | protected |
| LowerTriangular() const | Epetra_CrsGraph | inline |
| LRID(int GRID_in) const | Epetra_CrsGraph | inline |
| LRID(long long GRID_in) const | Epetra_CrsGraph | inline |
| MakeIndicesLocal(const Epetra_BlockMap &DomainMap, const Epetra_BlockMap &RangeMap) | Epetra_CrsGraph | protected |
| Map() const | Epetra_DistObject | inlinevirtual |
| Map_ | Epetra_DistObject | protected |
| MaxColDim() const | Epetra_CrsGraph | inline |
| MaxNumIndices() const | Epetra_CrsGraph | inline |
| MaxNumNonzeros() const | Epetra_CrsGraph | inline |
| MaxRowDim() const | Epetra_CrsGraph | inline |
| myFirstRow_ | Epetra_FECrsGraph | private |
| MyGCID(int GCID_in) const | Epetra_CrsGraph | inline |
| MyGCID(long long GCID_in) const | Epetra_CrsGraph | inline |
| MyGlobalRow(int GID) const | Epetra_CrsGraph | inline |
| MyGlobalRow(long long GID) const | Epetra_CrsGraph | inline |
| MyGRID(int GRID_in) const | Epetra_CrsGraph | inline |
| MyGRID(long long GRID_in) const | Epetra_CrsGraph | inline |
| MyLCID(int LCID_in) const | Epetra_CrsGraph | inline |
| MyLRID(int LRID_in) const | Epetra_CrsGraph | inline |
| myNumRows_ | Epetra_FECrsGraph | private |
| NoDiagonal() const | Epetra_CrsGraph | inline |
| nonlocalGraph_ | Epetra_FECrsGraph | private |
| nonlocalRowData() | Epetra_FECrsGraph | private |
| nonlocalRowData() | Epetra_FECrsGraph | inline |
| nonlocalRowData() | Epetra_FECrsGraph | inline |
| nonlocalRowData_int_ | Epetra_FECrsGraph | private |
| nonlocalRowData_LL_ | Epetra_FECrsGraph | private |
| NoRedundancies() const | Epetra_CrsGraph | inlineprotected |
| NumAllocatedGlobalIndices(long long Row) const | Epetra_CrsGraph | |
| NumAllocatedIndicesPerRow() const | Epetra_CrsGraph | inlineprotected |
| NumAllocatedMyIndices(int Row) const | Epetra_CrsGraph | inline |
| NumGlobalBlockCols() const | Epetra_CrsGraph | inline |
| NumGlobalBlockCols64() const | Epetra_CrsGraph | inline |
| NumGlobalBlockDiagonals() const | Epetra_CrsGraph | inline |
| NumGlobalBlockDiagonals64() const | Epetra_CrsGraph | inline |
| NumGlobalBlockRows() const | Epetra_CrsGraph | inline |
| NumGlobalBlockRows64() const | Epetra_CrsGraph | inline |
| NumGlobalCols() const | Epetra_CrsGraph | inline |
| NumGlobalCols64() const | Epetra_CrsGraph | inline |
| NumGlobalDiagonals() const | Epetra_CrsGraph | inline |
| NumGlobalDiagonals64() const | Epetra_CrsGraph | inline |
| NumGlobalEntries() const | Epetra_CrsGraph | inline |
| NumGlobalEntries64() const | Epetra_CrsGraph | inline |
| NumGlobalIndices(long long Row) const | Epetra_CrsGraph | |
| NumGlobalNonzeros() const | Epetra_CrsGraph | inline |
| NumGlobalNonzeros64() const | Epetra_CrsGraph | inline |
| NumGlobalRows() const | Epetra_CrsGraph | inline |
| NumGlobalRows64() const | Epetra_CrsGraph | inline |
| NumIndicesPerRow() const | Epetra_CrsGraph | inlineprotected |
| NumMyBlockCols() const | Epetra_CrsGraph | inline |
| NumMyBlockDiagonals() const | Epetra_CrsGraph | inline |
| NumMyBlockRows() const | Epetra_CrsGraph | inline |
| NumMyCols() const | Epetra_CrsGraph | inline |
| NumMyDiagonals() const | Epetra_CrsGraph | inline |
| NumMyEntries() const | Epetra_CrsGraph | inline |
| NumMyIndices(int Row) const | Epetra_CrsGraph | inline |
| NumMyNonzeros() const | Epetra_CrsGraph | inline |
| NumMyRows() const | Epetra_CrsGraph | inline |
| operator=(const Epetra_FECrsGraph &Graph) | Epetra_FECrsGraph | private |
| Epetra_CrsGraph::operator=(const Epetra_CrsGraph &Source) | Epetra_CrsGraph | |
| operator[](int Loc) | Epetra_CrsGraph | inline |
| operator[](int Loc) const | Epetra_CrsGraph | inline |
| OptimizeStorage() | Epetra_CrsGraph | |
| Print(std::ostream &os) const | Epetra_CrsGraph | virtual |
| PrintGraphData(std::ostream &os) const | Epetra_CrsGraph | inline |
| PrintGraphData(std::ostream &os, int level) const | Epetra_CrsGraph | inline |
| RangeMap() const | Epetra_CrsGraph | inline |
| ReferenceCount() const | Epetra_CrsGraph | inline |
| RemoveEmptyProcessesInPlace(const Epetra_BlockMap *NewMap) | Epetra_CrsGraph | |
| RemoveGlobalIndices(int GlobalRow, int NumIndices, int *Indices) | Epetra_CrsGraph | |
| RemoveGlobalIndices(long long GlobalRow, int NumIndices, long long *Indices) | Epetra_CrsGraph | |
| RemoveGlobalIndices(long long Row) | Epetra_CrsGraph | |
| RemoveMyIndices(int LocalRow, int NumIndices, int *Indices) | Epetra_CrsGraph | |
| RemoveMyIndices(int Row) | Epetra_CrsGraph | |
| RemoveRedundantIndices() | Epetra_CrsGraph | protected |
| ReplaceColMap(const Epetra_BlockMap &newmap) | Epetra_CrsGraph | |
| ReplaceDomainMapAndImporter(const Epetra_BlockMap &NewDomainMap, const Epetra_Import *NewImporter) | Epetra_CrsGraph | |
| ReplaceRowMap(const Epetra_BlockMap &newmap) | Epetra_CrsGraph | |
| ReportError(const std::string Message, int ErrorCode) const | Epetra_Object | virtual |
| RowMap() const | Epetra_CrsGraph | inline |
| SetIndicesAreGlobal(bool Flag) | Epetra_CrsGraph | inlineprotected |
| SetIndicesAreLocal(bool Flag) | Epetra_CrsGraph | inlineprotected |
| SetLabel(const char *const Label) | Epetra_Object | virtual |
| SetSorted(bool Flag) | Epetra_CrsGraph | inlineprotected |
| SetTracebackMode(int TracebackModeValue) | Epetra_Object | static |
| Sizes_ | Epetra_DistObject | protected |
| Sorted() const | Epetra_CrsGraph | inlineprotected |
| SortGhostsAssociatedWithEachProcessor(bool Flag) | Epetra_CrsGraph | inline |
| SortIndices() | Epetra_CrsGraph | protected |
| StaticProfile() const | Epetra_CrsGraph | inlineprotected |
| StorageOptimized() const | Epetra_CrsGraph | inline |
| TIndices() const | Epetra_CrsGraph | inlineprotected |
| TIndices(int LocalRow) const | Epetra_CrsGraph | inlineprotected |
| toString(const int &x) const | Epetra_Object | inlineprotected |
| toString(const long long &x) const | Epetra_Object | inlineprotected |
| toString(const double &x) const | Epetra_Object | inlineprotected |
| TracebackMode | Epetra_Object | static |
| TransformToLocal() | Epetra_CrsGraph | |
| TransformToLocal(const Epetra_BlockMap *DomainMap, const Epetra_BlockMap *RangeMap) | Epetra_CrsGraph | |
| UpperTriangular() const | Epetra_CrsGraph | inline |
| UseNonlocalGraph() const | Epetra_FECrsGraph | inline |
| ~Epetra_CrsGraph() | Epetra_CrsGraph | virtual |
| ~Epetra_DistObject() | Epetra_DistObject | virtual |
| ~Epetra_FECrsGraph() | Epetra_FECrsGraph | virtual |
| ~Epetra_Object() | Epetra_Object | virtual |
| ~Epetra_SrcDistObject() | Epetra_SrcDistObject | inlinevirtual |
1.8.5