FEI Package Browser (Single Doxygen Collection)
Version of the Day
Loading...
Searching...
No Matches
test_utils
BCNodeSet.hpp
Go to the documentation of this file.
1
#ifndef _BCNodeSet_h_
2
#define _BCNodeSet_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
#include <
fei_macros.hpp
>
13
14
#include <
fei_defs.h
>
15
16
class
BCNodeSet
{
17
public
:
18
BCNodeSet
();
19
~BCNodeSet
();
20
21
int
numNodes_
;
22
GlobalID
*
nodeIDs_
;
23
int
fieldID_
;
24
int
*
offsetsIntoField_
;
25
double
*
prescribed_values_
;
26
27
private
:
28
void
deleteMemory
();
29
};
30
31
#endif
32
BCNodeSet
Definition
BCNodeSet.hpp:16
BCNodeSet::~BCNodeSet
~BCNodeSet()
Definition
BCNodeSet.cpp:25
BCNodeSet::BCNodeSet
BCNodeSet()
Definition
BCNodeSet.cpp:15
BCNodeSet::deleteMemory
void deleteMemory()
Definition
BCNodeSet.cpp:30
BCNodeSet::numNodes_
int numNodes_
Definition
BCNodeSet.hpp:21
BCNodeSet::offsetsIntoField_
int * offsetsIntoField_
Definition
BCNodeSet.hpp:24
BCNodeSet::nodeIDs_
GlobalID * nodeIDs_
Definition
BCNodeSet.hpp:22
BCNodeSet::fieldID_
int fieldID_
Definition
BCNodeSet.hpp:23
BCNodeSet::prescribed_values_
double * prescribed_values_
Definition
BCNodeSet.hpp:25
fei_defs.h
GlobalID
int GlobalID
Definition
fei_defs.h:60
fei_macros.hpp
Generated by
1.10.0