|
EntityRep.hpp
Go to the documentation of this file.
Struct that hods all the data needed to represent a Cpgrid. Definition: CpGridData.hpp:118 Represents an entity of a given codim, with positive or negative orientation. Definition: EntityRep.hpp:98 bool operator<(const EntityRep &other) const Ordering relation used for maps etc. Definition: EntityRep.hpp:166 EntityRep(int index_arg, bool orientation_arg) Constructor taking an entity index and an orientation. Definition: EntityRep.hpp:110 bool operator!=(const EntityRep &other) const Inequality operator. Definition: EntityRep.hpp:186 bool orientation() const Returns true if the entity has positive orientation. Not a Dune interface method. Definition: EntityRep.hpp:139 void setValue(int index_arg, bool orientation_arg) Set entity value. Definition: EntityRep.hpp:118 EntityRep opposite() const Returns an EntityRep with opposite orientation. Definition: EntityRep.hpp:146 bool operator==(const EntityRep &other) const Equality operator. Definition: EntityRep.hpp:178 int index() const The (positive) index of an entity. Not a Dune interface method. Definition: EntityRep.hpp:125 int signedIndex() const The signed index that also tells us the orientation. Definition: EntityRep.hpp:131 void increment() Increments the entityrep's index() by one. Definition: EntityRep.hpp:152 Base class for EntityVariable and SignedEntityVariable. Forwards a restricted subset of the std::vect... Definition: EntityRep.hpp:218 std::vector< T >::iterator iterator Definition: EntityRep.hpp:222 std::vector< T >::const_iterator const_iterator Definition: EntityRep.hpp:223 EntityVariableBase() Default constructor. Definition: EntityRep.hpp:238 void swap(EntityVariableBase &other) Definition: EntityRep.hpp:252 A class design to hold a variable with a value for each entity of the given codimension,... Definition: EntityRep.hpp:271 const T & operator[](const EntityRep< codim > &e) const Random access to the variable through an EntityRep. Definition: EntityRep.hpp:280 T & operator[](const EntityRep< codim > &e) Random access to the variable through an EntityRep. Definition: EntityRep.hpp:287 EntityVariable() Default constructor. Definition: EntityRep.hpp:274 A class design to hold a variable with a value for each entity of the given codimension,... Definition: EntityRep.hpp:306 const T operator[](const EntityRep< codim > &e) const Random access to the variable through an EntityRep. Note that this operator always returns a copy,... Definition: EntityRep.hpp:315 SignedEntityVariable() Default constructor. Definition: EntityRep.hpp:309 The namespace Dune is the main namespace for all Dune code. Definition: common/CartesianIndexMapper.hpp:10 FieldVector< K, n > operator-(const FieldVector< K, n > &v) Definition: EntityRep.hpp:57 |