SideList Class Reference
[Finite Element Mesh]
#include <MeshExtract.h>
Detailed Description
To a list of sides having some common properties.This class enables choosing multiple selection criteria byb using function select... However, the intersection of these properties must be empty.
Public Member Functions | |
| Side * | get () const |
| Return pointer to current side and move to next one (Constant version). | |
| Side * | get () |
| Return pointer to current side and move to next one (Non constant version). | |
| size_t | getNbSides () const |
| Return number of selected sides. | |
| void | selectCode (int code, int dof=1) |
| Select sides having a given code for a given degree of freedom. | |
| SideList (Mesh &ms) | |
| Constructor using a Mesh instance. | |
| void | top () const |
| Reset list of sides at its top position (Constant version). | |
| void | top () |
| Reset list of sides at its top position (Non constant version). | |
| ~SideList () | |
| Destructor. | |
Member Function Documentation
| void selectCode | ( | int | code, | |
| int | dof = 1 | |||
| ) |
Select sides having a given code for a given degree of freedom.
- Parameters:
-
[in] code Code that sides share [in] dof Degree of Freedom label (Default value is 1)