EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
EpetraExt::Perm_traits< Epetra_CrsGraph > Struct Template Reference

A specialization of Perm_traits for the specific type Epetra_CrsGraph. More...

#include <EpetraExt_Permutation_impl.h>

Static Public Member Functions

static const char * typeName ()
 typeName implementation More...
 
static Epetra_CrsGraphclone (Epetra_CrsGraph *example, Epetra_DataAccess CV, const Epetra_BlockMap &map, int rowLength)
 clone implementation More...
 
static void replaceMap (Epetra_CrsGraph *graph, const Epetra_BlockMap &map)
 replaceMap implementation More...
 
template<typename int_type >
static Epetra_CrsGraphTproduceColumnPermutation (TPermutation< Epetra_CrsGraph, int_type > *perm, Epetra_CrsGraph *srcObj)
 return new object which is a column-permutation of srcObj More...
 
static Epetra_CrsGraphproduceColumnPermutation (TPermutation< Epetra_CrsGraph, int > *perm, Epetra_CrsGraph *srcObj)
 return new object which is a column-permutation of srcObj More...
 
static Epetra_CrsGraphproduceColumnPermutation (TPermutation< Epetra_CrsGraph, long long > *perm, Epetra_CrsGraph *srcObj)
 return new object which is a column-permutation of srcObj More...
 

Detailed Description

template<>
struct EpetraExt::Perm_traits< Epetra_CrsGraph >

A specialization of Perm_traits for the specific type Epetra_CrsGraph.

Definition at line 256 of file EpetraExt_Permutation_impl.h.

Member Function Documentation

static const char* EpetraExt::Perm_traits< Epetra_CrsGraph >::typeName ( )
inlinestatic

typeName implementation

Definition at line 259 of file EpetraExt_Permutation_impl.h.

static Epetra_CrsGraph* EpetraExt::Perm_traits< Epetra_CrsGraph >::clone ( Epetra_CrsGraph example,
Epetra_DataAccess  CV,
const Epetra_BlockMap map,
int  rowLength 
)
inlinestatic

clone implementation

Definition at line 264 of file EpetraExt_Permutation_impl.h.

static void EpetraExt::Perm_traits< Epetra_CrsGraph >::replaceMap ( Epetra_CrsGraph graph,
const Epetra_BlockMap map 
)
inlinestatic

replaceMap implementation

Definition at line 277 of file EpetraExt_Permutation_impl.h.

template<typename int_type >
static Epetra_CrsGraph* EpetraExt::Perm_traits< Epetra_CrsGraph >::TproduceColumnPermutation ( TPermutation< Epetra_CrsGraph, int_type > *  perm,
Epetra_CrsGraph srcObj 
)
inlinestatic

return new object which is a column-permutation of srcObj

Definition at line 283 of file EpetraExt_Permutation_impl.h.

static Epetra_CrsGraph* EpetraExt::Perm_traits< Epetra_CrsGraph >::produceColumnPermutation ( TPermutation< Epetra_CrsGraph, int > *  perm,
Epetra_CrsGraph srcObj 
)
inlinestatic

return new object which is a column-permutation of srcObj

Definition at line 359 of file EpetraExt_Permutation_impl.h.

static Epetra_CrsGraph* EpetraExt::Perm_traits< Epetra_CrsGraph >::produceColumnPermutation ( TPermutation< Epetra_CrsGraph, long long > *  perm,
Epetra_CrsGraph srcObj 
)
inlinestatic

return new object which is a column-permutation of srcObj

Definition at line 369 of file EpetraExt_Permutation_impl.h.


The documentation for this struct was generated from the following file: