Abstract class for 2D cell inside a thin sheet of thickness d. More...
#include <thinSheetGeom.hh>

Public Member Functions | |
| virtual const bool | constThickness () const =0 |
| Returns true, if the thickness is constant in the cell. | |
| virtual const Real | d (const Real &xi) const =0 |
| Returns the thickness in sheet. | |
Abstract class for 2D cell inside a thin sheet of thickness d.
Definition at line 273 of file thinSheetGeom.hh.
| virtual const bool concepts::ThinSheetCell< 2 >::constThickness | ( | ) | const [pure virtual] |
Returns true, if the thickness is constant in the cell.
Implemented in concepts::ThinSheetQuad2d.
| virtual const Real concepts::ThinSheetCell< 2 >::d | ( | const Real & | xi | ) | const [pure virtual] |
Returns the thickness in sheet.
| xi | Point in the reference intervall |
Implemented in concepts::ThinSheetQuad2d.