Class documentation of Concepts

Loading...
Searching...
No Matches

#include <elementMaps.hh>

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

Public Member Functions

 MapEdge1d (const Real vtx0, const Real vtx1)
 
Real operator() (const Real x) const
 
Real jacobian (const Real) const
 Returns the jacobian.
 
MapEdge1dclone () const
 Returns a copy of the map.
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

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.


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