DataHandleWrappers.hpp
Go to the documentation of this file.
98 OPM_THROW(std::logic_error, "This should never throw! We can only gather cell values and indicate that");
113 OPM_THROW(std::logic_error, "This should never throw! We can only gather cell values and indicate that");
193 OPM_THROW(std::logic_error, "This should never throw! We can only gather cell values and indicate that");
208 OPM_THROW(std::logic_error, "This should never throw! We can only gather cell values and indicate that");
Represents an entity of a given codim, with positive or negative orientation. Definition: EntityRep.hpp:99 int index() const The (positive) index of an entity. Not a Dune interface method. Definition: EntityRep.hpp:126 Definition: GridPartitioning.hpp:121 A data handle to send data attached to faces via cell communication. Definition: DataHandleWrappers.hpp:57 void scatter(B &buffer, const EntityRep< 0 > &t, std::size_t) Definition: DataHandleWrappers.hpp:116 typename Handle::DataType DataType Definition: DataHandleWrappers.hpp:58 std::size_t size(const EntityRep< 0 > &t) Definition: DataHandleWrappers.hpp:83 FaceViaCellHandleWrapper(Handle &handle, const C2FTable &c2fGather, const C2FTable &c2f) Constructs the data handle. Definition: DataHandleWrappers.hpp:66 bool contains(std::size_t dim, std::size_t codim) Definition: DataHandleWrappers.hpp:90 OrientedEntityTable< 0, 1 > C2FTable Definition: DataHandleWrappers.hpp:59 std::enable_if< T::codimension!=0, void >::type scatter(B &, const T &, std::size_t) Definition: DataHandleWrappers.hpp:111 void gather(B &buffer, const EntityRep< 0 > &t) Definition: DataHandleWrappers.hpp:101 std::enable_if< T::codimension!=0, std::size_t >::type size(const T &) Definition: DataHandleWrappers.hpp:78 bool fixedSize(int, int) Definition: DataHandleWrappers.hpp:72 std::enable_if< T::codimension!=0, void >::type gather(B &, const T &) Definition: DataHandleWrappers.hpp:96 A data handle to send data attached to points via cell communication. Definition: DataHandleWrappers.hpp:149 std::size_t size(const EntityRep< 0 > &t) Definition: DataHandleWrappers.hpp:178 PointViaCellHandleWrapper(Handle &handle, const C2PTable &c2pGather, const C2PTable &c2p) Constructs the data handle. Definition: DataHandleWrappers.hpp:158 std::enable_if< T::codimension!=0, std::size_t >::type size(const T &) Definition: DataHandleWrappers.hpp:173 typename Handle::DataType DataType Definition: DataHandleWrappers.hpp:150 void scatter(B &buffer, const EntityRep< 0 > &t, std::size_t s) Definition: DataHandleWrappers.hpp:211 void gather(B &buffer, const EntityRep< 0 > &t) Definition: DataHandleWrappers.hpp:196 std::vector< std::array< int, 8 > > C2PTable Definition: DataHandleWrappers.hpp:151 bool fixedSize(int i, int j) Definition: DataHandleWrappers.hpp:163 bool contains(std::size_t dim, std::size_t codim) Definition: DataHandleWrappers.hpp:185 std::enable_if< T::codimension!=0, void >::type scatter(B &, const T &, std::size_t) Definition: DataHandleWrappers.hpp:206 std::enable_if< T::codimension!=0, void >::type gather(B &, const T &) Definition: DataHandleWrappers.hpp:191 Definition: DataHandleWrappers.hpp:133 static bool printWarn Definition: DataHandleWrappers.hpp:134 void warn() |