FEI Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
test_utils
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
12
class
CommNodeSet
{
13
public
:
14
CommNodeSet
();
15
~CommNodeSet
();
16
17
int
numNodes_
;
18
GlobalID
*
nodeIDs_
;
19
int
**
procs_
;
20
int
*
procsPerNode_
;
21
private
:
22
void
deleteMemory
();
23
};
24
25
#endif
26
CommNodeSet::procsPerNode_
int * procsPerNode_
Definition:
CommNodeSet.hpp:20
CommNodeSet::~CommNodeSet
~CommNodeSet()
Definition:
CommNodeSet.cpp:24
GlobalID
int GlobalID
Definition:
fei_defs.h:60
CommNodeSet::nodeIDs_
GlobalID * nodeIDs_
Definition:
CommNodeSet.hpp:18
CommNodeSet::CommNodeSet
CommNodeSet()
Definition:
CommNodeSet.cpp:15
CommNodeSet::numNodes_
int numNodes_
Definition:
CommNodeSet.hpp:17
CommNodeSet::procs_
int ** procs_
Definition:
CommNodeSet.hpp:19
CommNodeSet
Definition:
CommNodeSet.hpp:12
CommNodeSet::deleteMemory
void deleteMemory()
Definition:
CommNodeSet.cpp:29
Generated on Fri Sep 1 2023 07:58:30 for FEI Package Browser (Single Doxygen Collection) by
1.8.5