Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bcRecTop Class Reference

Public Member Functions

 bcRecTop (int in, int out, int coupled)
 
bool hasNumber (int n) const
 

Public Attributes

int outNo
 
int isCoupled
 

Private Attributes

int inNo
 

Detailed Description

Definition at line 64 of file writetop.cpp.

Constructor & Destructor Documentation

bcRecTop ( int  in,
int  out,
int  coupled 
)
inline

Definition at line 69 of file writetop.cpp.

70  :inNo(in),outNo(out),isCoupled(coupled) { }
int isCoupled
Definition: writetop.cpp:68
int inNo
Definition: writetop.cpp:65
int outNo
Definition: writetop.cpp:67

Member Function Documentation

bool hasNumber ( int  n) const
inline

Definition at line 71 of file writetop.cpp.

References inNo.

71 { return n==inNo; }
const NT & n
int inNo
Definition: writetop.cpp:65

Member Data Documentation

int inNo
private

Definition at line 65 of file writetop.cpp.

Referenced by hasNumber().

int isCoupled

Definition at line 68 of file writetop.cpp.

Referenced by externalBCpatch::writeTop().

int outNo

Definition at line 67 of file writetop.cpp.

Referenced by externalBCpatch::writeTop().


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