Constant parallelepiped element. More...
#include <element.hh>


Public Types | |
| typedef F | type |
Public Member Functions | |
| const concepts::Parallelepiped3d & | cell () const |
| Returns the cell of the element. | |
| Constant3d002 (const concepts::Parallelepiped3d &cell, uint idx) | |
| Constructor. | |
| virtual const ElementGraphics < F > * | graphics () const |
| concepts::Real | size () const |
| Volume of the parallelepiped. | |
| const concepts::Hexahedron & | support () const |
| Returns the support. | |
| const concepts::TMatrixBase< F > & | T () const |
| Returns the T matix of the element. | |
| uint & | tag () |
| Returns the tag. | |
| const concepts::Real3d & | vertex (uint i) const |
| Returns a vertex of the parallelepiped. | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const concepts::Parallelepiped3d & | cell_ |
| concepts::Real | size_ |
| Volume of the parallelepiped. | |
| concepts::TIndex< F > | T_ |
| T matrix. | |
| concepts::Real3d | v_ [8] |
| vertices | |
Constant parallelepiped element.
The vertices are computed only once in the constructor.
| F | Field of the element (valid Real or Cmplx). |
Definition at line 124 of file element.hh.
typedef F concepts::Element< F >::type [inherited] |
Definition at line 53 of file element.hh.
| Constant3d002< F >::Constant3d002 | ( | const concepts::Parallelepiped3d & | cell, |
| uint | idx | ||
| ) |
Constructor.
| cell | Support |
| idx | Map from the local to the global DoF |
| const concepts::Parallelepiped3d& Constant3d002< F >::cell | ( | ) | const [inline] |
Returns the cell of the element.
Definition at line 141 of file element.hh.
| virtual const ElementGraphics<F>* concepts::Element< F >::graphics | ( | ) | const [inline, virtual, inherited] |
Reimplemented in concepts::gfem::GfemQuad, concepts::gfem::GfemQuadFast, hp2D::ThinSheetQuad, TriangleP2, bem::Linear3d000< F >, bem::Constant3d000< F >, bem::Constant3d001< F >, bem::Constant3d002< F >, hp1D::Element< F >, hp2D::BaseQuad< F >, hp2D::Quad< F >, hp2D::InfiniteQuad, hp2D::InfiniteLaguerreQuad, hp2Dedge::Quad< F >, hp3D::Hexahedron, linDG2D::Triangle, linDG3D::FvdgElement, linDG3D::FvdgP0TetElem, linDG3D::FvdgP1TetElem, linearFEM::Line, linearFEM::Triangle, linearFEM::Quad, linearFEM::Tetrahedron, vectorial::Element< F >, hp1D::Element< Real >, hp2D::BaseQuad< Real >, and hp2D::Quad< Real >.
Definition at line 62 of file element.hh.
| std::ostream& Constant3d002< F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| concepts::Real Constant3d002< F >::size | ( | ) | const [inline] |
Volume of the parallelepiped.
Definition at line 143 of file element.hh.
| const concepts::Hexahedron & Constant3d002< F >::support | ( | ) | const [inline] |
Returns the support.
Definition at line 159 of file element.hh.
| const concepts::TMatrixBase<F>& Constant3d002< F >::T | ( | ) | const [inline, virtual] |
Returns the T matix of the element.
Implements concepts::Element< F >.
Definition at line 133 of file element.hh.
| uint& concepts::Element< F >::tag | ( | ) | [inline, inherited] |
Returns the tag.
Definition at line 65 of file element.hh.
| const concepts::Real3d& Constant3d002< F >::vertex | ( | uint | i | ) | const [inline] |
Returns a vertex of the parallelepiped.
| i | Number of vertex. |
Definition at line 139 of file element.hh.
const concepts::Parallelepiped3d& Constant3d002< F >::cell_ [private] |
Definition at line 149 of file element.hh.
concepts::Real Constant3d002< F >::size_ [private] |
Volume of the parallelepiped.
Definition at line 155 of file element.hh.
concepts::TIndex<F> Constant3d002< F >::T_ [private] |
T matrix.
Definition at line 151 of file element.hh.
concepts::Real3d Constant3d002< F >::v_[8] [private] |
vertices
Definition at line 153 of file element.hh.