Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
concepts::MapEdge1d Class Reference

A 1D element map for an edge. More...

#include <elementMaps.hh>

Inheritance diagram for concepts::MapEdge1d:
Inheritance graph
[legend]
Collaboration diagram for concepts::MapEdge1d:
Collaboration graph
[legend]

List of all members.

Public Member Functions

MapEdge1dclone () 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_

Detailed Description

A 1D element map for an edge.

The parameter domain is the unit intervall [0,1].

Author:
Philipp Frauenfelder, 2001.
Examples:

meshes.cc.

Definition at line 45 of file elementMaps.hh.


Constructor & Destructor Documentation

concepts::MapEdge1d::MapEdge1d ( const Real  vtx0,
const Real  vtx1 
) [inline]

Constructor.

Parameters:
vtx0Left vertex
vtx1Right vertex

Definition at line 51 of file elementMaps.hh.


Member Function Documentation

MapEdge1d* concepts::MapEdge1d::clone ( ) const [inline]

Returns a copy of the map.

Definition at line 64 of file elementMaps.hh.

Here is the call graph for this function:

virtual std::ostream& concepts::MapEdge1d::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::Map1d.

Real concepts::MapEdge1d::jacobian ( const Real  ) const [inline]

Returns the jacobian.

Definition at line 61 of file elementMaps.hh.

Real concepts::MapEdge1d::operator() ( const Real  x) const [inline]

Application operator.

Maps the point from the parameter domain onto the physical space.

Definition at line 57 of file elementMaps.hh.


Member Data Documentation

Coordinates of the vertices.

Definition at line 69 of file elementMaps.hh.

Definition at line 69 of file elementMaps.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)