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);
90#if defined(Isorropia_SHOW_DEPRECATED_WARNINGS)
92#warning "The Isorropia package is deprecated"
Utils is the namespace within the Isorropia namespace that defines general definitions of utilities t...
Definition Isorropia_Utils.hpp:52
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.
double cpu_time()
Return CPU time.
Isorropia is the namespace that contains general definitions that apply to all partitioners and that ...
Definition Isorropia_Epetra.hpp:60