vertexborderlistfromgrid.hh
Go to the documentation of this file.
Expresses which degrees of freedom are blacklisted for the parallel linear solvers and which domestic... Definition: blacklist.hh:49 Uses communication on the grid to find the initial seed list of indices. Definition: vertexborderlistfromgrid.hh:52 const BlackList & blackList() const Definition: vertexborderlistfromgrid.hh:123 void scatter(MessageBufferImp &buff, const EntityType &e, size_t) Definition: vertexborderlistfromgrid.hh:98 bool fixedSize(int, int) const Definition: vertexborderlistfromgrid.hh:82 const BorderList & borderList() const Definition: vertexborderlistfromgrid.hh:119 size_t size(const EntityType &) const Definition: vertexborderlistfromgrid.hh:87 bool contains(int dim, int codim) const Definition: vertexborderlistfromgrid.hh:76 VertexBorderListFromGrid(const GridView &gridView, const VertexMapper &map) Definition: vertexborderlistfromgrid.hh:56 void gather(MessageBufferImp &buff, const EntityType &e) const Definition: vertexborderlistfromgrid.hh:91 unsigned ProcessRank The type of the rank of a process. Definition: overlaptypes.hh:49 int Index The type of an index of a degree of freedom. Definition: overlaptypes.hh:44 std::list< BorderIndex > BorderList This class managages a list of indices which are on the border of a process' partition of the grid. Definition: overlaptypes.hh:120 Definition: blackoilboundaryratevector.hh:37 This files provides several data structures for storing tuples of indices of remote and/or local proc... A single index intersecting with the process boundary. Definition: overlaptypes.hh:102 Index localIdx Index of the entity for the local process. Definition: overlaptypes.hh:104 BorderDistance borderDistance Distance to the process border for the peer (in hops) Definition: overlaptypes.hh:113 ProcessRank peerRank Rank of the peer process. Definition: overlaptypes.hh:110 Index peerIdx Index of the entity for the peer process. Definition: overlaptypes.hh:107 |