FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Member Functions | List of all members
BCNodeSet Class Reference

#include <BCNodeSet.hpp>

Public Member Functions

 BCNodeSet ()
 
 ~BCNodeSet ()
 

Public Attributes

int numNodes_
 
GlobalIDnodeIDs_
 
int fieldID_
 
int * offsetsIntoField_
 
double * prescribed_values_
 

Private Member Functions

void deleteMemory ()
 

Detailed Description

Definition at line 16 of file BCNodeSet.hpp.

Constructor & Destructor Documentation

◆ BCNodeSet()

BCNodeSet::BCNodeSet ( )

Definition at line 15 of file BCNodeSet.cpp.

◆ ~BCNodeSet()

BCNodeSet::~BCNodeSet ( )

Definition at line 25 of file BCNodeSet.cpp.

References deleteMemory().

Member Function Documentation

◆ deleteMemory()

void BCNodeSet::deleteMemory ( )
private

Definition at line 30 of file BCNodeSet.cpp.

References nodeIDs_, numNodes_, offsetsIntoField_, and prescribed_values_.

Referenced by ~BCNodeSet().

Member Data Documentation

◆ numNodes_

int BCNodeSet::numNodes_

◆ nodeIDs_

GlobalID* BCNodeSet::nodeIDs_

◆ fieldID_

int BCNodeSet::fieldID_

◆ offsetsIntoField_

int* BCNodeSet::offsetsIntoField_

◆ prescribed_values_

double* BCNodeSet::prescribed_values_

The documentation for this class was generated from the following files: