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

#include <elementMaps.hh>

Inheritance diagram for concepts::MapEdge1d:
concepts::Map1d concepts::OutputOperator

Public Member Functions

MapEdge1dclone () 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].

Author
Philipp Frauenfelder, 2001.
Examples
meshes.cc.

Definition at line 47 of file elementMaps.hh.

Constructor & Destructor Documentation

◆ MapEdge1d()

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

Constructor.

Parameters
vtx0Left vertex
vtx1Right vertex

Definition at line 53 of file elementMaps.hh.

Member Function Documentation

◆ clone()

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

Returns a copy of the map.

Definition at line 66 of file elementMaps.hh.

◆ info()

virtual std::ostream& concepts::MapEdge1d::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::Map1d.

◆ jacobian()

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

Returns the jacobian.

Definition at line 63 of file elementMaps.hh.

◆ operator()()

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 59 of file elementMaps.hh.

Member Data Documentation

◆ vtx0_

Real concepts::MapEdge1d::vtx0_
private

Coordinates of the vertices.

Definition at line 71 of file elementMaps.hh.

◆ vtx1_

Real concepts::MapEdge1d::vtx1_
private

Definition at line 71 of file elementMaps.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich