42 #ifndef EPETRAEXT_RESTRICTEDCRSMATRIXWRAPPER_H
43 #define EPETRAEXT_RESTRICTEDCRSMATRIXWRAPPER_H
45 #if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS)
47 #warning "The EpetraExt package is deprecated"
61 class RestrictedCrsMatrixWrapper{
64 RestrictedCrsMatrixWrapper();
66 ~RestrictedCrsMatrixWrapper();
73 int SetMPISubComm(MPI_Comm MPI_SubComm);
76 MPI_Comm GetMPISubComm(){
return MPI_SubComm_;}
82 bool RestrictedProcIsActive(){
return proc_is_active;}
106 MPI_Comm MPI_SubComm_;
114 template<
typename int_type>