dune-grid 2.9.0
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Alberta::DuneBoundaryProjection< dim > Class Template Reference

#include <dune/grid/albertagrid/projection.hh>

Public Types

typedef Alberta::ElementInfo< dimensionElementInfo
 
typedef FieldVector< Real, dimWorldGlobalCoordinate
 
typedef Dune::DuneBoundaryProjection< dimWorldProjection
 
typedef std::shared_ptr< const ProjectionProjectionPtr
 

Public Member Functions

 DuneBoundaryProjection (const ProjectionPtr &projection)
 
void operator() (const ElementInfo &, const LocalVector, GlobalVector global) const
 
const Projectionprojection () const
 

Static Public Attributes

static const int dimension = dim
 

Member Typedef Documentation

◆ ElementInfo

template<int dim>
typedef Alberta::ElementInfo< dimension > Dune::Alberta::DuneBoundaryProjection< dim >::ElementInfo

◆ GlobalCoordinate

template<int dim>
typedef FieldVector< Real, dimWorld > Dune::Alberta::DuneBoundaryProjection< dim >::GlobalCoordinate

◆ Projection

template<int dim>
typedef Dune::DuneBoundaryProjection< dimWorld > Dune::Alberta::DuneBoundaryProjection< dim >::Projection

◆ ProjectionPtr

template<int dim>
typedef std::shared_ptr< const Projection > Dune::Alberta::DuneBoundaryProjection< dim >::ProjectionPtr

Constructor & Destructor Documentation

◆ DuneBoundaryProjection()

template<int dim>
Dune::Alberta::DuneBoundaryProjection< dim >::DuneBoundaryProjection ( const ProjectionPtr projection)
inlineexplicit

Member Function Documentation

◆ operator()()

template<int dim>
void Dune::Alberta::DuneBoundaryProjection< dim >::operator() ( const ElementInfo ,
const  LocalVector,
GlobalVector  global 
) const
inline

◆ projection()

template<int dim>
const Projection & Dune::Alberta::DuneBoundaryProjection< dim >::projection ( ) const
inline

Member Data Documentation

◆ dimension

template<int dim>
const int Dune::Alberta::DuneBoundaryProjection< dim >::dimension = dim
static

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