Tetrehedral element with linear shape functions in 2D. More...
#include <element3D.hh>


Public Types | |
| typedef Real | type |
Public Member Functions | |
| virtual const concepts::Tetrahedron3d & | cell () const |
| Returns the cell of this element. | |
| Real3d | elemMap (const Real2d &coord_local) const |
| Real3d | elemMap (const Real3d &coord_local) const |
| Real3d | elemMap (const Real coord_local) const |
| virtual const concepts::ElementGraphics < Real > * | graphics () const |
| virtual const concepts::Tetrahedron & | support () const |
| Returns the support of this element. | |
| virtual const concepts::TMatrixBase< Real > & | T () const |
| Returns the T matrix of this element. | |
| uint & | tag () |
| Returns the tag. | |
| Tetrahedron (const concepts::Tetrahedron3d &cell, concepts::TColumn< Real > *T0, concepts::TColumn< Real > *T1=0) | |
| Constructor. | |
| Tetrahedron (const concepts::Tetrahedron3d &cell, uint idx[]) | |
| Constructor. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Protected Attributes | |
| std::auto_ptr < concepts::TMatrixBase< Real > > | T_ |
| T matrix of this element. | |
Private Attributes | |
| const concepts::Tetrahedron3d & | cell_ |
| Cell of the element. | |
Static Private Attributes | |
| static std::auto_ptr < TetrahedronGraphics > | graphics_ |
| Graphics object of the element. | |
Tetrehedral element with linear shape functions in 2D.
Definition at line 24 of file element3D.hh.
typedef Real concepts::Element< Real >::type [inherited] |
Definition at line 53 of file element.hh.
| linearFEM::Tetrahedron::Tetrahedron | ( | const concepts::Tetrahedron3d & | cell, |
| uint | idx[] | ||
| ) | [inline] |
Constructor.
| cell | Cell of the element |
| idx | Assembling information |
Definition at line 30 of file element3D.hh.
| linearFEM::Tetrahedron::Tetrahedron | ( | const concepts::Tetrahedron3d & | cell, |
| concepts::TColumn< Real > * | T0, | ||
| concepts::TColumn< Real > * | T1 = 0 |
||
| ) | [inline] |
Constructor.
| cell | Cell of the element |
| T0 | Assembling information |
| T1 | Assembling information |
Definition at line 37 of file element3D.hh.
| virtual const concepts::Tetrahedron3d& linearFEM::Tetrahedron::cell | ( | ) | const [inline, virtual] |
Returns the cell of this element.
Implements linearFEM::Element.
Definition at line 43 of file element3D.hh.
| Real3d concepts::ElementWithCell< Real >::elemMap | ( | const Real3d & | coord_local | ) | const [inline, inherited] |
| Real3d concepts::ElementWithCell< Real >::elemMap | ( | const Real | coord_local | ) | const [inline, inherited] |
| Real3d concepts::ElementWithCell< Real >::elemMap | ( | const Real2d & | coord_local | ) | const [inline, inherited] |
| virtual const concepts::ElementGraphics<Real>* linearFEM::Tetrahedron::graphics | ( | ) | const [virtual] |
Reimplemented from concepts::Element< Real >.
| virtual std::ostream& linearFEM::Tetrahedron::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| virtual const concepts::Tetrahedron& linearFEM::Tetrahedron::support | ( | ) | const [inline, virtual] |
Returns the support of this element.
Implements linearFEM::Element.
Definition at line 41 of file element3D.hh.

| virtual const concepts::TMatrixBase<Real>& linearFEM::Element::T | ( | ) | const [inline, virtual, inherited] |
Returns the T matrix of this element.
Implements concepts::Element< Real >.
Definition at line 44 of file element.hh.
| uint& concepts::Element< Real >::tag | ( | ) | [inline, inherited] |
Returns the tag.
Definition at line 65 of file element.hh.
const concepts::Tetrahedron3d& linearFEM::Tetrahedron::cell_ [private] |
Cell of the element.
Definition at line 49 of file element3D.hh.
std::auto_ptr<TetrahedronGraphics> linearFEM::Tetrahedron::graphics_ [static, private] |
Graphics object of the element.
Definition at line 51 of file element3D.hh.
std::auto_ptr<concepts::TMatrixBase<Real> > linearFEM::Element::T_ [protected, inherited] |
T matrix of this element.
Definition at line 47 of file element.hh.