Linear hexhahedral element. More...
#include <element.hh>


Public Types | |
| typedef F | type |
Public Member Functions | |
| const concepts::Hexahedron3d & | cell () const |
| Returns the cell of the element. | |
| virtual const ElementGraphics < F > * | graphics () const |
| Linear3d001 (const concepts::Hexahedron3d &cell, uint idx[]) | |
| Constructor. | |
| const concepts::Real3d & | map (uint i) const |
| Returns the constants for the mapping and jacobian. | |
| concepts::Real | size () const |
| Volume of the hexahedron. | |
| 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. | |
| concepts::Real3d | vertex (uint i) |
| Returns a vertex of the hexahedron. | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const concepts::Hexahedron3d & | cell_ |
| concepts::Real3d | map_ [8] |
| constants to compute the map and the jacobian (used for integration) | |
| concepts::Real | size_ |
| Volume of the hexahedron. | |
| concepts::TIndex< F > | T_ |
| T matrix. | |
Linear hexhahedral element.
The vertices are computed only once in the constructor.
| F | Field of the element (valid Real or Cmplx). |
Definition at line 224 of file element.hh.
typedef F concepts::Element< F >::type [inherited] |
Definition at line 53 of file element.hh.
| Linear3d001< F >::Linear3d001 | ( | const concepts::Hexahedron3d & | cell, |
| uint | idx[] | ||
| ) |
Constructor.
| cell | Support |
| idx | Map from the local to the global DoF |
| const concepts::Hexahedron3d& Linear3d001< F >::cell | ( | ) | const [inline] |
Returns the cell of the element.
Definition at line 241 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& Linear3d001< F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| const concepts::Real3d& Linear3d001< F >::map | ( | uint | i | ) | const [inline] |
Returns the constants for the mapping and jacobian.
Definition at line 245 of file element.hh.
| concepts::Real Linear3d001< F >::size | ( | ) | const [inline] |
Volume of the hexahedron.
Definition at line 243 of file element.hh.
| const concepts::Hexahedron & Linear3d001< F >::support | ( | ) | const [inline] |
Returns the support.
Definition at line 261 of file element.hh.
| const concepts::TMatrixBase<F>& Linear3d001< F >::T | ( | ) | const [inline, virtual] |
Returns the T matix of the element.
Implements concepts::Element< F >.
Definition at line 233 of file element.hh.
| uint& concepts::Element< F >::tag | ( | ) | [inline, inherited] |
Returns the tag.
Definition at line 65 of file element.hh.
| concepts::Real3d Linear3d001< F >::vertex | ( | uint | i | ) |
Returns a vertex of the hexahedron.
| i | Number of vertex. |
const concepts::Hexahedron3d& Linear3d001< F >::cell_ [private] |
Definition at line 251 of file element.hh.
concepts::Real3d Linear3d001< F >::map_[8] [private] |
constants to compute the map and the jacobian (used for integration)
Definition at line 255 of file element.hh.
concepts::Real Linear3d001< F >::size_ [private] |
Volume of the hexahedron.
Definition at line 257 of file element.hh.
concepts::TIndex<F> Linear3d001< F >::T_ [private] |
T matrix.
Definition at line 253 of file element.hh.