FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
nodeBC Class Reference

#include <driverData.hpp>

Public Member Functions

 nodeBC ()
 
 ~nodeBC ()
 

Public Attributes

int numNodes
 
GlobalIDnodeIDs
 
int fieldID
 
int fieldSize
 
double ** alpha
 
double ** beta
 
double ** gamma
 

Detailed Description

Definition at line 49 of file driverData.hpp.

Constructor & Destructor Documentation

nodeBC::nodeBC ( )
inline

Definition at line 51 of file driverData.hpp.

nodeBC::~nodeBC ( )
inline

Definition at line 52 of file driverData.hpp.

References alpha, beta, gamma, nodeIDs, and numNodes.

Member Data Documentation

int nodeBC::numNodes

Definition at line 64 of file driverData.hpp.

Referenced by driverData::readData(), and ~nodeBC().

GlobalID* nodeBC::nodeIDs

Definition at line 65 of file driverData.hpp.

Referenced by driverData::readData(), and ~nodeBC().

int nodeBC::fieldID

Definition at line 66 of file driverData.hpp.

Referenced by driverData::readData().

int nodeBC::fieldSize

Definition at line 67 of file driverData.hpp.

Referenced by driverData::readData().

double** nodeBC::alpha

Definition at line 68 of file driverData.hpp.

Referenced by driverData::readData(), and ~nodeBC().

double** nodeBC::beta

Definition at line 69 of file driverData.hpp.

Referenced by driverData::readData(), and ~nodeBC().

double** nodeBC::gamma

Definition at line 70 of file driverData.hpp.

Referenced by driverData::readData(), and ~nodeBC().


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