concepts::EdgeNd Class Referenceabstract
A 1D cell in any dimension: edge. More...
#include <cell1D.hh>
Public Types | |
typedef uint | index_type |
Public Member Functions | |
virtual Real3d | center () const |
Returns the center of the cell. More... | |
virtual const EdgeNd * | child (uint i) const =0 |
Returns a pointer to the ith child. More... | |
virtual EdgeNd * | child (uint i)=0 |
Returns a pointer to the ith child. More... | |
Edge & | connector () const |
Returns the connector (topology) More... | |
virtual uint | dim () const =0 |
Returns the dimension of the space, i.e. N. More... | |
EdgeNd (Edge &cntr) | |
Constructor. More... | |
virtual Real3d | elemMap (const Real coord_local) const |
Element map from point local coordinates in 1D. More... | |
virtual Real3d | elemMap (const Real2d &coord_local) const |
Element map from point local coordinates in 2D. More... | |
virtual Real3d | elemMap (const Real3d &coord_local) const |
Element map from point local coordinates in 3D. More... | |
bool | hasChildren () const |
Returns true if there is a least one child. More... | |
virtual Real | jacobianDeterminant (const Real x) const =0 |
Returns the determinant of the Jacobian. More... | |
virtual Real3d | vertex (const uint i) const |
Returns the coordinates of the ith vertex. More... | |
virtual | ~EdgeNd () |
Static Public Attributes | |
static uint | MAX_LEVEL |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Protected Attributes | |
Edge & | cntr_ |
Reference to the edge (topology) More... | |
Detailed Description
Member Typedef Documentation
◆ index_type
typedef uint concepts::EdgeNd::index_type |
Constructor & Destructor Documentation
◆ EdgeNd()
|
inline |
◆ ~EdgeNd()
Member Function Documentation
◆ center()
|
virtual |
Returns the center of the cell.
Implements concepts::Cell1.
◆ child() [1/2]
|
pure virtual |
Returns a pointer to the ith child.
Children are not created if they do not already exist, instead 0 is returned.
Implements concepts::Cell1.
Implemented in concepts::Edge2d, and concepts::Edge1d.
◆ child() [2/2]
|
pure virtual |
Returns a pointer to the ith child.
Children are created if they do not already exist.
Implements concepts::Cell1.
Implemented in concepts::Edge2d, and concepts::Edge1d.
◆ connector()
|
inlinevirtual |
Returns the connector (topology)
Implements concepts::Cell1.
◆ dim()
|
pure virtual |
Returns the dimension of the space, i.e. N.
Implemented in concepts::Edge2d, and concepts::Edge1d.
◆ elemMap() [1/3]
Element map from point local coordinates in 1D.
Reimplemented in concepts::Edge2d, concepts::Edge1d, concepts::Sphere3d, and concepts::SphericalSurface3d.
◆ elemMap() [2/3]
Element map from point local coordinates in 2D.
Reimplemented in concepts::Edge2d, concepts::Edge1d, concepts::Sphere3d, concepts::SphericalSurface3d, concepts::Cell2, concepts::Quad3d, concepts::Triangle3d, concepts::InfiniteRect2d, concepts::Quad2d, and concepts::Triangle2d.
◆ elemMap() [3/3]
Element map from point local coordinates in 3D.
Reimplemented in concepts::Edge2d, concepts::Edge1d, concepts::Sphere3d, concepts::SphericalSurface3d, concepts::Hexahedron3d, and concepts::Cell2.
◆ hasChildren()
|
inlineinherited |
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Implements concepts::Cell.
Reimplemented in concepts::Edge2d, and concepts::Edge1d.
◆ jacobianDeterminant()
Returns the determinant of the Jacobian.
Implemented in concepts::Edge2d, and concepts::Edge1d.
◆ vertex()
|
virtual |
Returns the coordinates of the ith vertex.
Implements concepts::Cell1.
Member Data Documentation
◆ cntr_
|
protected |
◆ MAX_LEVEL
The documentation for this class was generated from the following file:
- geometry/cell1D.hh