#include <element.hh>
Public Types | |
typedef F | type |
Public Member Functions | |
Linear3d000 (const concepts::Triangle3d &cell, uint idx[]) | |
const concepts::TMatrixBase< F > & | T () const |
Returns the T matix of the element. | |
const concepts::Unit3d & | n () const |
Returns the normal of the element. | |
const concepts::Triangle & | support () const |
Returns the support. | |
const concepts::Real3d & | vertex (uint i) const |
virtual const concepts::Triangle3d & | cell () const |
Returns the cell on which the element is built. | |
virtual const concepts::ElementGraphics< F > * | graphics () const |
Real3d | elemMap (const Real coord_local) const |
Real3d | elemMap (const Real2d &coord_local) const |
Real3d | elemMap (const Real3d &coord_local) const |
uint & | tag () |
Returns the tag. | |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Linear triangular element. The vertices are computed only once in the contructor.
F | Field of the element (valid Real or Cmplx). |
Definition at line 141 of file element.hh.
|
inherited |
Definition at line 81 of file element.hh.
bem::Linear3d000< F >::Linear3d000 | ( | const concepts::Triangle3d & | cell, |
uint | idx[] | ||
) |
Constructor.
cell | Support |
idx | Map from the local to the global DoF |
|
inlinevirtual |
Returns the cell on which the element is built.
Implements concepts::ElementWithCell< F >.
Definition at line 160 of file element.hh.
|
inlineinherited |
Definition at line 86 of file element.hh.
|
inlineinherited |
Definition at line 90 of file element.hh.
|
inlineinherited |
Definition at line 94 of file element.hh.
|
virtual |
Reimplemented from concepts::Element< F >.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inline |
Returns the normal of the element.
Definition at line 152 of file element.hh.
|
inline |
Returns the support.
Definition at line 180 of file element.hh.
|
inlinevirtual |
Returns the T matix of the element.
Implements concepts::ElementWithCell< F >.
Definition at line 150 of file element.hh.
|
inlineinherited |
Returns the tag.
Definition at line 66 of file element.hh.
|
inline |
Returns a vertex of triangle
i | Number of vertex. |
Definition at line 158 of file element.hh.