dune-grid  2.4.1-rc2
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral > Class Template Reference

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

Inheritance diagram for Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >:
Inheritance graph

Public Member Functions

 MyALU2dGridGeometryImpl ()
 
GeometryType type () const
 
template<class Geo , class LocalGeo >
void updateLocal (const Geo &geo, const LocalGeo &localGeo)
 
template<class HElement >
void update (const HElement &item)
 
void reset ()
 reset status and reference count More...
 
void operator++ ()
 increase reference count More...
 
void operator-- ()
 decrease reference count More...
 
bool operator! () const
 return true if object has no references anymore More...
 
bool stillUsed () const
 return true if there exists more then on reference More...
 
void invalidate ()
 
bool valid () const
 
double volume () const
 
bool affine () const
 
int corners () const
 
world_t corner (int i) const
 
void map2world (const map_t &m, world_t &w) const
 
void world2map (const world_t &w, map_t &m) const
 
const matrix_tjacobianTransposed (const map_t &m) const
 
const inv_tjacobianInverseTransposed (const map_t &m) const
 
ctype det (const map_t &m) const
 

Protected Types

enum  
 
typedef BilinearMapping< cdim > MappingType
 the type of the mapping More...
 
typedef MappingType::ctype ctype
 
typedef MappingType::map_t map_t
 
typedef MappingType::world_t world_t
 
typedef MappingType::matrix_t matrix_t
 
typedef MappingType::inv_t inv_t
 
typedef ReferenceElement< ctype, mydim > ReferenceElementType
 

Protected Member Functions

const MappingTypemapping () const
 

Protected Attributes

MappingType mapping_
 the mapping More...
 
const ReferenceElementTypereferenceElement_
 reference element More...
 
double volume_
 volume of element More...
 
unsigned int refCount_
 the reference counter More...
 
bool valid_
 valid flag, true if mapping was built More...
 

Static Protected Attributes

static const int corners_
 number of corners More...
 

Member Typedef Documentation

typedef MappingType::ctype Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::ctype
protectedinherited
typedef MappingType::inv_t Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::inv_t
protectedinherited
typedef MappingType::map_t Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::map_t
protectedinherited
typedef BilinearMapping< cdim > Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::MappingType
protectedinherited

the type of the mapping

typedef MappingType::matrix_t Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::matrix_t
protectedinherited
typedef ReferenceElement< ctype, mydim > Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::ReferenceElementType
protectedinherited
typedef MappingType::world_t Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::world_t
protectedinherited

Member Enumeration Documentation

anonymous enum
protectedinherited

Constructor & Destructor Documentation

template<int cdim>
Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::MyALU2dGridGeometryImpl ( )
inline

Member Function Documentation

bool Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::affine ( ) const
inlineinherited
world_t Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::corner ( int  i) const
inlineinherited
int Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::corners ( ) const
inlineinherited
ctype Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::det ( const map_t m) const
inlineinherited
void Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::invalidate ( )
inlineinherited
const inv_t& Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::jacobianInverseTransposed ( const map_t m) const
inlineinherited
const matrix_t& Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::jacobianTransposed ( const map_t m) const
inlineinherited
void Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::map2world ( const map_t m,
world_t w 
) const
inlineinherited
const MappingType& Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::mapping ( ) const
inlineprotectedinherited
bool Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::operator! ( ) const
inlineinherited

return true if object has no references anymore

void Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::operator++ ( )
inlineinherited

increase reference count

void Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::operator-- ( )
inlineinherited

decrease reference count

void Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::reset ( )
inlineinherited

reset status and reference count

bool Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::stillUsed ( ) const
inlineinherited

return true if there exists more then on reference

template<int cdim>
GeometryType Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::type ( ) const
inline
template<int cdim>
template<class HElement >
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::update ( const HElement &  item)
inline
template<int cdim>
template<class Geo , class LocalGeo >
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::updateLocal ( const Geo &  geo,
const LocalGeo &  localGeo 
)
inline
bool Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::valid ( ) const
inlineinherited
double Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::volume ( ) const
inlineinherited
void Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::world2map ( const world_t w,
map_t m 
) const
inlineinherited

Member Data Documentation

const int Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::corners_
staticprotectedinherited

number of corners

MappingType Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::mapping_
protectedinherited

the mapping

unsigned int Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::refCount_
mutableprotectedinherited

the reference counter

const ReferenceElementType& Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::referenceElement_
protectedinherited

reference element

bool Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::valid_
protectedinherited

valid flag, true if mapping was built

double Dune::MyALU2dGridGeometryImplBase< ncorners, BilinearMapping< cdim > >::volume_
protectedinherited

volume of element


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