Home
last modified time | relevance | path

Searched refs:setJIJoin (Results 1 – 3 of 3) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/join/
H A Djoin.cc218 ctx.setJIJoin = reinterpret_cast<DDD::Join::JIJoinSet*>(New_JIJoinSet()); in ddd_JoinInit()
242 JIJoinSet_Free(reinterpret_cast<JIJoinSet*>(ctx.setJIJoin)); in ddd_JoinExit()
H A Djcmds.cc787 …std::vector<JIJoin*> arrayJIJoin = JIJoinSet_GetArray(reinterpret_cast<JIJoinSet*>(ctx.setJIJoin)); in DDD_JoinEnd()
788 obsolete = JIJoinSet_GetNDiscarded(reinterpret_cast<JIJoinSet*>(ctx.setJIJoin)); in DDD_JoinEnd()
824 int all = JIJoinSet_GetNItems(reinterpret_cast<JIJoinSet*>(ctx.setJIJoin)); in DDD_JoinEnd()
1100 JIJoinSet_Reset(reinterpret_cast<JIJoinSet*>(ctx.setJIJoin)); in DDD_JoinEnd()
1176 JIJoin* ji = JIJoinSet_NewItem(reinterpret_cast<JIJoinSet*>(ctx.setJIJoin)); in DDD_JoinObj()
1181 if (! JIJoinSet_ItemOK(reinterpret_cast<JIJoinSet*>(ctx.setJIJoin))) in DDD_JoinObj()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/
H A Ddddcontext.hh107 JIJoinSet *setJIJoin; member