Home
last modified time | relevance | path

Searched refs:Queue (Results 1 – 5 of 5) sorted by relevance

/petsc/include/petsc/private/
H A Dcharacteristicimpl.h31 typedef CharacteristicPointDA2D *Queue; typedef
64 Queue queue;
67 Queue queueLocal; /* Queue of Items to receive from other processes */
70 Queue queueRemote; /* Queue of Items to send to other processes */
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py234 self.error_queue = mp.Queue()
235 self.return_queue = mp.Queue()
/petsc/config/BuildSystem/config/
H A Dframework.py1214 import Queue # novermin
1219 todo = Queue.Queue()
1220 done = Queue.Queue()
1451 import Queue # novermin
1453 if hasattr(Queue.Queue(), 'join'): useParallel = True # novermin
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c18 static PetscErrorCode CharacteristicHeapSort(Characteristic, Queue, PetscInt);
19 static PetscErrorCode CharacteristicSiftDown(Characteristic, Queue, PetscInt, PetscInt);
658 static PetscErrorCode CharacteristicHeapSort(Characteristic c, Queue queue, PetscInt size) in CharacteristicHeapSort()
687 static PetscErrorCode CharacteristicSiftDown(Characteristic c, Queue queue, PetscInt root, PetscInt… in CharacteristicSiftDown()
/petsc/doc/changes/
H A D314.md97 - Add VecViennaCLGetCL{Context|Queue|Mem} for VECVIENNACL to access