dune-grid  2.2.0
Public Types | Public Member Functions
Dune::ALU2dGridBoundaryProjection< Grid > Class Template Reference

#include <dune/grid/alugrid/2d/bndprojection.hh>

List of all members.

Public Types

enum  { ncoord = Base::ncoord }
typedef Base::hbndel_t hbndel_t
typedef Base::helement_t helement_t
typedef
Grid::DuneBoundaryProjectionType 
DuneBoundaryProjectionType
typedef
DuneBoundaryProjectionType::CoordinateType 
CoordinateType

Public Member Functions

 ALU2dGridBoundaryProjection (const Grid &grid)
int operator() (const hbndel_t *hbndel, const double local, double(&global)[ncoord]) const
int operator() (const helement_t *helement, const double(&local)[2], double(&global)[ncoord]) const

template<class Grid>
class Dune::ALU2dGridBoundaryProjection< Grid >


Member Typedef Documentation

template<class Grid >
typedef DuneBoundaryProjectionType::CoordinateType Dune::ALU2dGridBoundaryProjection< Grid >::CoordinateType
template<class Grid >
typedef Grid::DuneBoundaryProjectionType Dune::ALU2dGridBoundaryProjection< Grid >::DuneBoundaryProjectionType
template<class Grid >
typedef Base::hbndel_t Dune::ALU2dGridBoundaryProjection< Grid >::hbndel_t
template<class Grid >
typedef Base::helement_t Dune::ALU2dGridBoundaryProjection< Grid >::helement_t

Member Enumeration Documentation

template<class Grid >
anonymous enum
Enumerator:
ncoord 

Constructor & Destructor Documentation

template<class Grid >
Dune::ALU2dGridBoundaryProjection< Grid >::ALU2dGridBoundaryProjection ( const Grid grid) [inline, explicit]

Member Function Documentation

template<class Grid >
int Dune::ALU2dGridBoundaryProjection< Grid >::operator() ( const hbndel_t hbndel,
const double  local,
double(&)  global[ncoord] 
) const [inline]
template<class Grid >
int Dune::ALU2dGridBoundaryProjection< Grid >::operator() ( const helement_t helement,
const double(&)  local[2],
double(&)  global[ncoord] 
) const [inline]

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