Home
last modified time | relevance | path

Searched refs:nSendDescs (Results 1 – 2 of 2) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/basic/
H A Dnotify.cc365 ctx.nSendDescs = n; in DDD_NotifyBegin()
398 if (ctx.nSendDescs<0) in DDD_Notify()
406 << " is sending global exception #" << (-ctx.nSendDescs) << "\n"; in DDD_Notify()
409 nRecvMsgs = NotifyTwoWave(context, allInfos, ctx.lastInfo, -ctx.nSendDescs); in DDD_Notify()
414 for(i=0; i<ctx.nSendDescs; i++) in DDD_Notify()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/
H A Ddddcontext.hh39 int nSendDescs; member