dune-grid
2.3.1
|
#include <dune/grid/alugrid/2d/entity.hh>
Public Types | |
enum | { dimension = GridImp::dimension } |
enum | { dimensionworld = GridImp::dimensionworld } |
typedef GridImp::GridObjectFactoryType | FactoryType |
typedef ALUMemoryProvider < ThisType > | StorageType |
typedef GridImp::template Codim< 0 >::Entity | Entity |
typedef GridImp::template Codim< 1 >::Geometry | Geometry |
typedef GridImp::template Codim< 1 >::LocalGeometry | LocalGeometry |
typedef ALU2dGridEntity < 0, dim, GridImp > | EntityImp |
typedef ALU2dGridGeometry< dim-1, dimworld, GridImp > | GeometryImp |
typedef ALU2dGridGeometry< dim-1, dim, GridImp > | LocalGeometryImp |
typedef FieldVector < alu2d_ctype, dimworld > | NormalType |
typedef ALU2dGridEntityPointer < 0, GridImp > | EntityPointer |
typedef MakeableInterfaceObject < Geometry > | GeometryObject |
enum | { dimension = GridImp::dimension } |
enum | { dimensionworld = GridImp::dimensionworld } |
typedef ALU2dGridIntersectionBase < GridImp > | ImplementationType |
typedef Dune::Intersection < GridImp, Dune::ALU2dGridIntersectionBase < GridImp > > | Intersection |
type of the intersection More... | |
typedef FieldVector < alu2d_ctype, dim-1 > | LocalCoordinate |
typedef ALU2dGridEntityPointer < 0, GridImp > | EntityPointerImp |
typedef ALU2DIntersectionGeometryStorage < GridImp, LocalGeometryImpl > | LocalGeometryStorageType |
Public Member Functions | |
ALU2dGridLeafIntersectionIterator (const FactoryType &factory, int wLevel) | |
The default Constructor , createing an empty ALU2dGridIntersectionIterator. More... | |
ALU2dGridLeafIntersectionIterator (const FactoryType &factory, const HElementType *el, int wLevel, bool end=true) | |
The default Constructor , level tells on which level we want neighbours. More... | |
ALU2dGridLeafIntersectionIterator (const ALU2dGridLeafIntersectionIterator< GridImp > &org) | |
The copy constructor. More... | |
void | assign (const ALU2dGridLeafIntersectionIterator< GridImp > &org) |
The copy constructor. More... | |
void | increment () |
increment iterator More... | |
bool | conforming () const |
leaf is conforming, when conform grid version used More... | |
void | assign (const ThisType &org) |
The copy constructor. More... | |
const Intersection & | dereference () const |
bool | equals (const ThisType &i) const |
check whether entities are the same or whether iterator is done More... | |
int | level () const |
return level of inside(entity) More... | |
bool | boundary () const |
return true if intersection is with boundary More... | |
int | boundaryId () const |
return boundary type More... | |
size_t | boundarySegmentIndex () const |
return the boundary segment index More... | |
bool | neighbor () const |
return true if intersection is with neighbor on this level More... | |
EntityPointer | inside () const |
return EntityPointer to the Entity on the inside of this intersection. More... | |
EntityPointer | outside () const |
return EntityPointer to the Entity on the outside of this intersection. More... | |
int | indexInInside () const |
local index of codim 1 entity in self where intersection is contained in More... | |
int | indexInOutside () const |
local index of codim 1 entity in neighbor where intersection is contained in More... | |
int | twistInInside () const |
int | twistInOutside () const |
int | twistInSelf () const |
int | twistInNeighbor () const |
NormalType | outerNormal (const LocalCoordinate &local) const |
NormalType | integrationOuterNormal (const LocalCoordinate &local) const |
NormalType | unitOuterNormal (const LocalCoordinate &local) const |
LocalGeometry | geometryInInside () const |
LocalGeometry | geometryInOutside () const |
Geometry | geometry () const |
GeometryType | type () const |
obtain the type of reference element for this intersection More... | |
Protected Member Functions | |
bool | isConform () const |
const GridImp & | grid () const |
void | checkValid () |
return true if intersection is with boundary More... | |
void | done (const HElementType *inside) |
void | done (const EntityImp &en) |
void | unsetUp2Date () |
void | first (const EntityImp &en, int wLevel) |
reset IntersectionIterator to first neighbour More... | |
Protected Attributes | |
struct Dune::ALU2dGridIntersectionBase::impl | current |
GeometryImpl | intersectionGlobal_ |
LocalGeometryImpl | intersectionSelfLocal_ |
LocalGeometryImpl | intersectionNeighborLocal_ |
const FactoryType & | factory_ |
const LocalGeometryStorageType & | localGeomStorage_ |
int | walkLevel_ |
Friends | |
class | LeafIntersectionIteratorWrapper< GridImp > |
class | IntersectionIteratorWrapper< GridImp, ThisType > |
typedef GridImp::template Codim<0>::Entity Dune::ALU2dGridLeafIntersectionIterator< GridImp >::Entity |
typedef ALU2dGridEntity<0,dim,GridImp> Dune::ALU2dGridLeafIntersectionIterator< GridImp >::EntityImp |
typedef ALU2dGridEntityPointer<0,GridImp> Dune::ALU2dGridLeafIntersectionIterator< GridImp >::EntityPointer |
|
inherited |
typedef GridImp :: GridObjectFactoryType Dune::ALU2dGridLeafIntersectionIterator< GridImp >::FactoryType |
typedef GridImp::template Codim<1>::Geometry Dune::ALU2dGridLeafIntersectionIterator< GridImp >::Geometry |
typedef ALU2dGridGeometry<dim-1,dimworld,GridImp> Dune::ALU2dGridLeafIntersectionIterator< GridImp >::GeometryImp |
typedef MakeableInterfaceObject< Geometry > Dune::ALU2dGridLeafIntersectionIterator< GridImp >::GeometryObject |
|
inherited |
|
inherited |
type of the intersection
|
inherited |
typedef GridImp::template Codim<1>::LocalGeometry Dune::ALU2dGridLeafIntersectionIterator< GridImp >::LocalGeometry |
typedef ALU2dGridGeometry<dim-1,dim,GridImp> Dune::ALU2dGridLeafIntersectionIterator< GridImp >::LocalGeometryImp |
|
inherited |
typedef FieldVector<alu2d_ctype, dimworld> Dune::ALU2dGridLeafIntersectionIterator< GridImp >::NormalType |
typedef ALUMemoryProvider< ThisType > Dune::ALU2dGridLeafIntersectionIterator< GridImp >::StorageType |
|
inline |
The default Constructor , createing an empty ALU2dGridIntersectionIterator.
|
inline |
The default Constructor , level tells on which level we want neighbours.
References Dune::ALU2dGridIntersectionBase< GridImp >::done(), and Dune::ALU2dGridIntersectionBase< GridImp >::walkLevel_.
|
inline |
The copy constructor.
|
inlineinherited |
The copy constructor.
References Dune::ALU2dGridIntersectionBase< GridImp >::current, Dune::ALU2dGridIntersectionBase< GridImp >::factory_, and Dune::ALU2dGridIntersectionBase< GridImp >::walkLevel_.
|
inline |
The copy constructor.
|
inlineinherited |
return true if intersection is with boundary
|
inlineinherited |
return boundary type
References Dune::Alberta::abs().
|
inlineinherited |
return the boundary segment index
|
inlineprotectedinherited |
return true if intersection is with boundary
References Dune::All_Partition.
|
inlinevirtual |
leaf is conforming, when conform grid version used
Implements Dune::ALU2dGridIntersectionBase< GridImp >.
References Dune::ALU2dGridIntersectionBase< GridImp >::grid(), and Dune::ALU2dGridLeafIntersectionIterator< GridImp >::isConform().
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
check whether entities are the same or whether iterator is done
References Dune::ALU2dGridIntersectionBase< GridImp >::current, Dune::ALU2dGridIntersectionBase< GridImp >::impl::index_, and Dune::ALU2dGridIntersectionBase< GridImp >::impl::inside().
|
inlineprotectedinherited |
reset IntersectionIterator to first neighbour
References Dune::ALU2dGridEntity< 0, dim, GridImp >::getItem().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
References Dune::conforming.
|
inlineprotectedinherited |
|
inline |
increment iterator
|
inlineinherited |
local index of codim 1 entity in self where intersection is contained in
local number of codim 1 entity in self where intersection is contained in
References ALU2DSPACE, Dune::mixed, and ALU2DSPACENAME::triangle.
|
inlineinherited |
local index of codim 1 entity in neighbor where intersection is contained in
local number of codim 1 entity in neighbor where intersection is contained in
References ALU2DSPACE, Dune::mixed, and ALU2DSPACENAME::triangle.
|
inlineinherited |
return EntityPointer to the Entity on the inside of this intersection.
|
inlineinherited |
|
inlineprotected |
|
inlineinherited |
return level of inside(entity)
return level of inside() entitiy
|
inlineinherited |
return true if intersection is with neighbor on this level
|
inlineinherited |
References Dune::cube.
|
inlineinherited |
return EntityPointer to the Entity on the outside of this intersection.
|
inlineinherited |
Referenced by Dune::ALU2dGridIntersectionBase< GridImp >::twistInSelf().
|
inlineinherited |
References Dune::ALU2dGridIntersectionBase< GridImp >::twistInOutside().
|
inlineinherited |
References ALU2DSPACE, Dune::mixed, and ALU2DSPACENAME::triangle.
Referenced by Dune::ALU2dGridIntersectionBase< GridImp >::twistInNeighbor().
|
inlineinherited |
References Dune::ALU2dGridIntersectionBase< GridImp >::twistInInside().
|
inlineinherited |
obtain the type of reference element for this intersection
References ALU2DSPACE, and ALU2DSPACENAME::triangle.
|
inlineinherited |
|
inlineprotectedinherited |
|
friend |
|
friend |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |