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

Public Member Functions | Protected Member Functions
concepts::CellToCellMapping< sdim, tdim > Class Template Reference

#include <meshRelations.hh>

Inheritance diagram for concepts::CellToCellMapping< sdim, tdim >:
Inheritance graph
[legend]
Collaboration diagram for concepts::CellToCellMapping< sdim, tdim >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual PointInCell< tdim > operator() (const PointInCell< sdim > P) const =0

Protected Member Functions

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

Detailed Description

template<uint sdim = 2, uint tdim = 2>
class concepts::CellToCellMapping< sdim, tdim >

Definition at line 42 of file meshRelations.hh.


Member Function Documentation

template<uint sdim = 2, uint tdim = 2>
virtual std::ostream& concepts::CellToCellMapping< sdim, tdim >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Reimplemented in concepts::ThinMeshes2d, concepts::ThinEllipseMeshes2d, and concepts::ThinStraightMeshes2d.

Definition at line 46 of file meshRelations.hh.

template<uint sdim = 2, uint tdim = 2>
virtual PointInCell<tdim> concepts::CellToCellMapping< sdim, tdim >::operator() ( const PointInCell< sdim >  P) const [pure virtual]

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

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