FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <fei_DirichletBCRecord.hpp>
Public Member Functions | |
bool | operator!= (const DirichletBCRecord &rhs) const |
Public Attributes | |
int | IDType |
int | ID |
int | fieldID |
int | whichComponent |
double | prescribedValue |
Definition at line 16 of file fei_DirichletBCRecord.hpp.
|
inline |
Definition at line 23 of file fei_DirichletBCRecord.hpp.
References fieldID, ID, IDType, and whichComponent.
int fei::DirichletBCRecord::IDType |
Definition at line 17 of file fei_DirichletBCRecord.hpp.
Referenced by operator!=(), and fei::less_DirichletBCRecord::operator()().
int fei::DirichletBCRecord::ID |
Definition at line 18 of file fei_DirichletBCRecord.hpp.
Referenced by operator!=(), and fei::less_DirichletBCRecord::operator()().
int fei::DirichletBCRecord::fieldID |
Definition at line 19 of file fei_DirichletBCRecord.hpp.
Referenced by operator!=(), and fei::less_DirichletBCRecord::operator()().
int fei::DirichletBCRecord::whichComponent |
Definition at line 20 of file fei_DirichletBCRecord.hpp.
Referenced by operator!=(), and fei::less_DirichletBCRecord::operator()().
double fei::DirichletBCRecord::prescribedValue |
Definition at line 21 of file fei_DirichletBCRecord.hpp.