42 #ifndef EPETRAEXT_RESTRICTEDCRSMATRIXWRAPPER_H
43 #define EPETRAEXT_RESTRICTEDCRSMATRIXWRAPPER_H
55 class RestrictedCrsMatrixWrapper{
58 RestrictedCrsMatrixWrapper();
60 ~RestrictedCrsMatrixWrapper();
67 int SetMPISubComm(MPI_Comm MPI_SubComm);
70 MPI_Comm GetMPISubComm(){
return MPI_SubComm_;}
76 bool RestrictedProcIsActive(){
return proc_is_active;}
100 MPI_Comm MPI_SubComm_;
108 template<
typename int_type>