#include <entity.hh>
EntityDefaultImplementation provides default implementations for Entity which uses the implemented interface which has to be done by the user.
Public Types | |
enum | |
know your own codimension | |
enum | |
know your own dimension | |
enum | |
Know dimension of the entity. | |
enum | |
know your own dimension of world | |
typedef ct | ctype |
define type used for coordinates in grid module | |
Public Member Functions | |
bool | isRegular () const |
Returns true if element is of regular type in red/green type refinement. In bisection or hanging node refinement this is always true. | |
GeometryType | type () const |
Return the name of the reference element. The type can be used to access the Dune::ReferenceElement. | |
bool | wasRefined () const |
Returns true, if entity was refined during last adaptation cycle. | |
bool | mightBeCoarsened () const |
Returns true, if entity might be coarsened during next adaption cycle. | |
bool | isNew () const |
Returns true, if the entity has been created during the last call to adapt(). | |
bool | mightVanish () const |
Returns true, if entity might disappear during the next call to adapt(). | |
bool | hasBoundaryIntersections () const |
Returns true, if entity has intersections with boundary, this implementation uses the Level- and LeafIntersectionIterator to check for boundary intersections. |
bool Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp >::wasRefined | ( | ) | const [inline] |
bool Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp >::mightBeCoarsened | ( | ) | const [inline] |