A 1D element map for an edge. More...
#include <elementMaps.hh>


Public Member Functions | |
| MapEdge1d * | clone () const |
| Returns a copy of the map. | |
| Real | jacobian (const Real) const |
| Returns the jacobian. | |
| MapEdge1d (const Real vtx0, const Real vtx1) | |
| Constructor. | |
| Real | operator() (const Real x) const |
| Application operator. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| Real | vtx0_ |
| Coordinates of the vertices. | |
| Real | vtx1_ |
A 1D element map for an edge.
The parameter domain is the unit intervall [0,1].
Definition at line 45 of file elementMaps.hh.
Constructor.
| vtx0 | Left vertex |
| vtx1 | Right vertex |
Definition at line 51 of file elementMaps.hh.
| MapEdge1d* concepts::MapEdge1d::clone | ( | ) | const [inline] |
Returns a copy of the map.
Definition at line 64 of file elementMaps.hh.

| virtual std::ostream& concepts::MapEdge1d::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::Map1d.
Returns the jacobian.
Definition at line 61 of file elementMaps.hh.
Application operator.
Maps the point from the parameter domain onto the physical space.
Definition at line 57 of file elementMaps.hh.
Real concepts::MapEdge1d::vtx0_ [private] |
Coordinates of the vertices.
Definition at line 69 of file elementMaps.hh.
Real concepts::MapEdge1d::vtx1_ [private] |
Definition at line 69 of file elementMaps.hh.