FEI Package Browser (Single Doxygen Collection)
Version of the Day
base
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
16
namespace
fei
{
17
22
void
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
fei
Definition:
fei_ArrayUtils.hpp:16
fei::set_shared_ids
void set_shared_ids(MPI_Comm comm, const snl_fei::RecordCollection &records, fei::SharedIDs< int > &sharedIDs, int lowest_global_id, int highest_global_id)
Definition:
fei_set_shared_ids.cpp:55
MPI_Comm
#define MPI_Comm
Definition:
fei_mpi.h:56
fei::SharedIDs< int >
snl_fei::RecordCollection
Definition:
snl_fei_RecordCollection.hpp:32
fei_fwd.hpp
fei_mpi.h
fei_macros.hpp
Generated by
1.8.14