FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
fei_set_shared_ids.hpp
Go to the documentation of this file.
1#ifndef _fei_set_shared_ids_hpp_
2#define _fei_set_shared_ids_hpp_
3
4/*--------------------------------------------------------------------*/
5/* Copyright 2009 Sandia Corporation. */
6/* Under the terms of Contract DE-AC04-94AL85000, there is a */
7/* non-exclusive license for use of this work by or on behalf */
8/* of the U.S. Government. Export of this program may require */
9/* a license from the United States Government. */
10/*--------------------------------------------------------------------*/
11
12#include <fei_macros.hpp>
13#include <fei_mpi.h>
14#include <fei_fwd.hpp>
15
16namespace fei {
17
22void set_shared_ids(MPI_Comm comm,
23 const snl_fei::RecordCollection& records,
24 fei::SharedIDs<int>& sharedIDs,
25 int lowest_global_id, int highest_global_id);
26
27}
28
29#endif
30
#define MPI_Comm
Definition fei_mpi.h:56
void set_shared_ids(MPI_Comm comm, const snl_fei::RecordCollection &records, fei::SharedIDs< int > &sharedIDs, int lowest_global_id, int highest_global_id)