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.
More...
template<typename T, int codim>
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.
- Template Parameters
-
T | A value type for the variable, such as double for pressure etc. |
codim | Codimension. |