40 #ifndef _Isorropia_Utils_hpp_ 
   41 #define _Isorropia_Utils_hpp_ 
   75                       const std::vector<int>& all_proc_old_offsets,
 
   76                       const std::vector<int>& all_proc_new_offsets,
 
   77                       std::vector<int>& send_info,
 
   78                       std::vector<int>& recv_info);
 
double cpu_time()
Return CPU time. 
 
void create_comm_plan(int myPID, const std::vector< int > &all_proc_old_offsets, const std::vector< int > &all_proc_new_offsets, std::vector< int > &send_info, std::vector< int > &recv_info)
Internal Isorropia implementation utility.