dune-grid
2.1.1
|
#include <dune/grid/albertagrid/projection.hh>
Public Types | |
typedef Alberta::ElementInfo < dimension > | ElementInfo |
typedef FieldVector< Real, dimWorld > | GlobalCoordinate |
typedef Dune::DuneBoundaryProjection < dimWorld > | Projection |
typedef Dune::shared_ptr < const Projection > | ProjectionPtr |
Public Member Functions | |
DuneBoundaryProjection (const ProjectionPtr &projection) | |
void | operator() (const ElementInfo &elementInfo, const LocalVector local, GlobalVector global) const |
const Projection & | projection () const |
Static Public Attributes | |
static const int | dimension = dim |
typedef Alberta::ElementInfo< dimension > Dune::Alberta::DuneBoundaryProjection< dim >::ElementInfo |
typedef FieldVector< Real, dimWorld > Dune::Alberta::DuneBoundaryProjection< dim >::GlobalCoordinate |
typedef Dune::DuneBoundaryProjection< dimWorld > Dune::Alberta::DuneBoundaryProjection< dim >::Projection |
typedef Dune::shared_ptr< const Projection > Dune::Alberta::DuneBoundaryProjection< dim >::ProjectionPtr |
Dune::Alberta::DuneBoundaryProjection< dim >::DuneBoundaryProjection | ( | const ProjectionPtr & | projection | ) | [inline, explicit] |
void Dune::Alberta::DuneBoundaryProjection< dim >::operator() | ( | const ElementInfo & | elementInfo, |
const LocalVector | local, | ||
GlobalVector | global | ||
) | const [inline] |
const Projection& Dune::Alberta::DuneBoundaryProjection< dim >::projection | ( | ) | const [inline] |
Referenced by Dune::Alberta::DuneBoundaryProjection< dim >::operator()().
const int Dune::Alberta::DuneBoundaryProjection< dim >::dimension = dim [static] |