FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
CommNodeSet.hpp
Go to the documentation of this file.
1#ifndef _CommNodeSet_h_
2#define _CommNodeSet_h_
3
4/*--------------------------------------------------------------------*/
5/* Copyright 2005 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
13 public:
16
19 int** procs_;
21 private:
22 void deleteMemory();
23};
24
25#endif
26
void deleteMemory()
Definition: CommNodeSet.cpp:29
int ** procs_
Definition: CommNodeSet.hpp:19
GlobalID * nodeIDs_
Definition: CommNodeSet.hpp:18
int * procsPerNode_
Definition: CommNodeSet.hpp:20
int GlobalID
Definition: fei_defs.h:60