#include <elementMaps.hh>
Public Member Functions | |
MapEdge1d (const Real vtx0, const Real vtx1) | |
Real | operator() (const Real x) const |
Real | jacobian (const Real) const |
Returns the jacobian. | |
MapEdge1d * | clone () const |
Returns a copy of the map. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
A 1D element map for an edge. The parameter domain is the unit intervall [0,1].
Definition at line 47 of file elementMaps.hh.
Constructor.
vtx0 | Left vertex |
vtx1 | Right vertex |
Definition at line 53 of file elementMaps.hh.
|
inline |
Returns a copy of the map.
Definition at line 66 of file elementMaps.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Map1d.
Returns the jacobian.
Definition at line 63 of file elementMaps.hh.
Application operator. Maps the point from the parameter domain onto the physical space.
Definition at line 59 of file elementMaps.hh.