|
EpetraExt
Development
|
#include <EpetraExt_MMHelpers.h>

Public Member Functions | |
| CrsWrapper_GraphBuilder (const Epetra_Map &emap) | |
| virtual | ~CrsWrapper_GraphBuilder () |
| const Epetra_Map & | RowMap () const |
| bool | Filled () |
| int | InsertGlobalValues (int_type GlobalRow, int NumEntries, double *Values, int_type *Indices) |
| int | SumIntoGlobalValues (int_type GlobalRow, int NumEntries, double *Values, int_type *Indices) |
| std::map< int_type, std::set < int_type > * > & | get_graph () |
| int | get_max_row_length () |
Definition at line 151 of file EpetraExt_MMHelpers.h.
| EpetraExt::CrsWrapper_GraphBuilder< int_type >::CrsWrapper_GraphBuilder | ( | const Epetra_Map & | emap | ) |
Definition at line 216 of file EpetraExt_MMHelpers.cpp.
| EpetraExt::CrsWrapper_GraphBuilder< int_type >::~CrsWrapper_GraphBuilder | ( | ) | [virtual] |
Definition at line 231 of file EpetraExt_MMHelpers.cpp.
| const Epetra_Map& EpetraExt::CrsWrapper_GraphBuilder< int_type >::RowMap | ( | ) | const [inline, virtual] |
Implements EpetraExt::CrsWrapper.
Definition at line 156 of file EpetraExt_MMHelpers.h.
| bool EpetraExt::CrsWrapper_GraphBuilder< int_type >::Filled | ( | ) | [virtual] |
Implements EpetraExt::CrsWrapper.
Definition at line 243 of file EpetraExt_MMHelpers.cpp.
| int EpetraExt::CrsWrapper_GraphBuilder< int_type >::InsertGlobalValues | ( | int_type | GlobalRow, |
| int | NumEntries, | ||
| double * | Values, | ||
| int_type * | Indices | ||
| ) |
Definition at line 250 of file EpetraExt_MMHelpers.cpp.
| int EpetraExt::CrsWrapper_GraphBuilder< int_type >::SumIntoGlobalValues | ( | int_type | GlobalRow, |
| int | NumEntries, | ||
| double * | Values, | ||
| int_type * | Indices | ||
| ) |
Definition at line 271 of file EpetraExt_MMHelpers.cpp.
| std::map< int_type, std::set< int_type > * > & EpetraExt::CrsWrapper_GraphBuilder< int_type >::get_graph | ( | ) |
Definition at line 278 of file EpetraExt_MMHelpers.cpp.
| int EpetraExt::CrsWrapper_GraphBuilder< int_type >::get_max_row_length | ( | ) | [inline] |
Definition at line 165 of file EpetraExt_MMHelpers.h.
1.7.6.1