#include <hyp.fem.interfaces.h>
Inheritance diagram for IFEOBoundaryConditions::
Public Methods | |
virtual void | FixDOF (const t_size &Label)=0 |
virtual void | UnFixDOF (const t_size &Label)=0 |
virtual void | ClearDOF ()=0 |
virtual bool | IsFixed (const t_size &Label) const=0 |
For instance it is :
IID_hypIFEOBoundaryConditions
{2CC70D24-AB21-11d4-A098-0080AD97951B}
|
Removes all the DOF associated to the component. Reimplemented in CFEONode. |
|
Fixs one of the DOF of the component. The DOF is identified by a Coordinate Label. For instance, if Coodinate Label is equal to 0, the component is fixed along the X-axe.
Reimplemented in CFEONode. |
|
Checks if a DOF, characterized by its coordinate label, is associated to the component.
Reimplemented in CFEONode. |
|
Removes one of the DOF of the component.
Reimplemented in CFEONode. |
|
|