concepts::MapEdge1d Class Reference
A 1D element map for an edge. More...
#include <elementMaps.hh>
Inheritance diagram for concepts::MapEdge1d:
Public Member Functions | |
MapEdge1d * | clone () const |
Returns a copy of the map. More... | |
Real | jacobian (const Real) const |
Returns the jacobian. More... | |
MapEdge1d (const Real vtx0, const Real vtx1) | |
Constructor. More... | |
Real | operator() (const Real x) const |
Application operator. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
Real | vtx0_ |
Coordinates of the vertices. More... | |
Real | vtx1_ |
Detailed Description
A 1D element map for an edge.
The parameter domain is the unit intervall [0,1].
- Examples
- meshes.cc.
Definition at line 47 of file elementMaps.hh.
Constructor & Destructor Documentation
◆ MapEdge1d()
Constructor.
- Parameters
-
vtx0 Left vertex vtx1 Right vertex
Definition at line 53 of file elementMaps.hh.
Member Function Documentation
◆ clone()
|
inline |
Returns a copy of the map.
Definition at line 66 of file elementMaps.hh.
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Map1d.
◆ jacobian()
|
inline |
Returns the jacobian.
Definition at line 63 of file elementMaps.hh.
◆ operator()()
Application operator.
Maps the point from the parameter domain onto the physical space.
Definition at line 59 of file elementMaps.hh.
Member Data Documentation
◆ vtx0_
|
private |
Coordinates of the vertices.
Definition at line 71 of file elementMaps.hh.
◆ vtx1_
|
private |
Definition at line 71 of file elementMaps.hh.
The documentation for this class was generated from the following file:
- geometry/elementMaps.hh