dune-grid 2.9.0
Public Types | Public Member Functions | List of all members
Dune::YaspGeometry< mydim, mydim, GridImp > Class Template Reference

specialize for dim=dimworld, i.e. a volume element More...

#include <dune/grid/yaspgrid/yaspgridgeometry.hh>

Inheritance diagram for Dune::YaspGeometry< mydim, mydim, GridImp >:
Inheritance graph

Public Types

typedef GridImp::ctype ctype
 

Public Member Functions

 YaspGeometry (const FieldVector< ctype, mydim > &ll, const FieldVector< ctype, mydim > &ur)
 constructor from midpoint and extension More...
 
 YaspGeometry (const YaspGeometry &other)
 copy constructor (skipping temporary variables) More...
 

Detailed Description

template<int mydim, class GridImp>
class Dune::YaspGeometry< mydim, mydim, GridImp >

specialize for dim=dimworld, i.e. a volume element

Member Typedef Documentation

◆ ctype

template<int mydim, class GridImp >
typedef GridImp::ctype Dune::YaspGeometry< mydim, mydim, GridImp >::ctype

Constructor & Destructor Documentation

◆ YaspGeometry() [1/2]

template<int mydim, class GridImp >
Dune::YaspGeometry< mydim, mydim, GridImp >::YaspGeometry ( const FieldVector< ctype, mydim > &  ll,
const FieldVector< ctype, mydim > &  ur 
)
inline

constructor from midpoint and extension

◆ YaspGeometry() [2/2]

template<int mydim, class GridImp >
Dune::YaspGeometry< mydim, mydim, GridImp >::YaspGeometry ( const YaspGeometry< mydim, mydim, GridImp > &  other)
inline

copy constructor (skipping temporary variables)


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