|
OOFEM 3.0
|
#include <dg.h>
Public Member Functions | |
| DGBoundaryEntity () | |
| virtual | ~DGBoundaryEntity () |
| void | addElement (int elem, int boundaryID) |
Public Attributes | |
| IntArray | elements |
| IntArray | elementBoundaryIDs |
|
inline |
Definition at line 179 of file dg.h.
References elementBoundaryIDs, and elements.
|
inlinevirtual |
|
inline |
Definition at line 181 of file dg.h.
References elementBoundaryIDs, and elements.
| IntArray oofem::DGProblem::DGBoundaryEntity::elementBoundaryIDs |
Definition at line 178 of file dg.h.
Referenced by addElement(), and DGBoundaryEntity().
| IntArray oofem::DGProblem::DGBoundaryEntity::elements |
Definition at line 177 of file dg.h.
Referenced by addElement(), and DGBoundaryEntity().