EntityRep.hpp File Reference
#include <opm/grid/utility/platform_dependent/disable_warnings.h>
#include <dune/common/fvector.hh>
#include <opm/grid/utility/platform_dependent/reenable_warnings.h>
#include <opm/common/ErrorMacros.hpp>
#include <climits>
#include <vector>
Include dependency graph for EntityRep.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dune::cpgrid::EntityRep< codim >
 Represents an entity of a given codim, with positive or negative orientation. More...
 
class  Dune::cpgrid::EntityVariableBase< T >
 Base class for EntityVariable and SignedEntityVariable. Forwards a restricted subset of the std::vector interface. More...
 
class  Dune::cpgrid::EntityVariable< T, codim >
 A class design to hold a variable with a value for each entity of the given codimension, where the variable is not changing in sign with orientation. Examples include pressures and positions. More...
 
class  Dune::cpgrid::SignedEntityVariable< T, codim >
 A class design to hold a variable with a value for each entity of the given codimension, where the variable is changing in sign with orientation. An example is velocity fields. More...
 

Namespaces

namespace  Dune
 The namespace Dune is the main namespace for all Dune code.
 
namespace  Dune::cpgrid
 

Functions

template<typename K , int n>
FieldVector< K, n > Dune::operator- (const FieldVector< K, n > &v)