25#ifndef DUMUX_VERTEX_HANDLES_HH
26#define DUMUX_VERTEX_HANDLES_HH
28#warning "This header is deprecated and will be removed after release 3.2. Use parallel/vectorcommdatahandle.hh"
35 template<
class FieldType,
class Container,
class VertexMapper>
41 const VertexMapper &mapper)
52 template<
class FieldType,
class Container,
class VertexMapper>
58 const VertexMapper &mapper)
69 template<
class FieldType,
class Container,
class VertexMapper>
75 const VertexMapper &mapper)
Contains a class to exchange entries of a vector.
A data handle class to exchange entries of a vector.
Definition: vectorcommdatahandle.hh:79
Definition: vertexhandles.hh:37
bool contains(int dim, int codim) const
Definition: vertexhandles.hh:45
VertexHandleSum(Container &container, const VertexMapper &mapper)
Definition: vertexhandles.hh:40
Definition: vertexhandles.hh:54
VertexHandleMax(Container &container, const VertexMapper &mapper)
Definition: vertexhandles.hh:57
bool contains(int dim, int codim) const
Definition: vertexhandles.hh:62
Definition: vertexhandles.hh:71
bool contains(int dim, int codim) const
Definition: vertexhandles.hh:79
VertexHandleMin(Container &container, const VertexMapper &mapper)
Definition: vertexhandles.hh:74