Home
last modified time | relevance | path

Searched refs:play (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c146 PetscLayout play; in PCBDDCSetupFETIDPMatContext() local
162 play = NULL; in PCBDDCSetupFETIDPMatContext()
182 PetscCall(PetscLayoutCreate(comm, &play)); in PCBDDCSetupFETIDPMatContext()
183 PetscCall(PetscLayoutSetBlockSize(play, 1)); in PCBDDCSetupFETIDPMatContext()
184 PetscCall(PetscLayoutSetSize(play, nPg)); in PCBDDCSetupFETIDPMatContext()
186 PetscCall(PetscLayoutSetLocalSize(play, nPgl)); in PCBDDCSetupFETIDPMatContext()
187 PetscCall(PetscLayoutSetUp(play)); in PCBDDCSetupFETIDPMatContext()
195 PetscCall(PetscLayoutReference(llay, &play)); in PCBDDCSetupFETIDPMatContext()
651 PetscCall(PetscLayoutGetRanges(play, &pranges)); in PCBDDCSetupFETIDPMatContext()
664 PetscCall(PetscLayoutFindOwner(play, idxs[i], &owner)); in PCBDDCSetupFETIDPMatContext()
[all …]
/petsc/doc/developers/contributing/
H A Dpipelines.md21 To un-pause the pipeline, click the "play" button (or start a new one with "Run Pipeline" if necess…
/petsc/doc/community/
H A Dgovernance.md51 …plus two long-term contributors who now play important non-coding roles in the community. The init…
/petsc/doc/
H A Dindex.md30 > - [Google Play E-book](https://play.google.com/store/books/details/Ed_Bueler_PETSc_for_Partial_Di…
/petsc/config/BuildSystem/config/
H A Dlibraries.py544 (3) you may have VPN running whose network settings may not play nice with MPI\n')
/petsc/doc/developers/
H A Dobjects.md203 function pointers of the parent, so they play the role of virtual methods in C++.
H A Dstyle.md465 `assert()`, it doesn’t play well in the parallel MPI world.
/petsc/config/BuildSystem/config/packages/
H A DMPI.py384 (3) you may have VPN running whose network settings may not play nice with MPI\n'
/petsc/doc/install/
H A Dinstall.md195 play nice with PETSc.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DVec.pyx765 # DLPack does not currently play well with our get/restore model
H A DMat.pyx6008 # DLPack does not currently play well with our get/restore model