Home
last modified time | relevance | path

Searched refs:cits (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/
H A Dpinit.c1486 char *cits, filename[PETSC_MAX_PATH_LEN]; in PetscFinalize() local
1491 PetscCall(PetscSegBufferGet(PetscCitationsList, 1, &cits)); in PetscFinalize()
1492 cits[0] = 0; in PetscFinalize()
1493 PetscCall(PetscSegBufferExtractAlloc(PetscCitationsList, &cits)); in PetscFinalize()
1496 PetscCall(PetscFPrintf(PETSC_COMM_WORLD, fd, "%s", cits)); in PetscFinalize()
1499 PetscCall(PetscFree(cits)); in PetscFinalize()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTAO.pyx1418 cdef PetscInt cits = 0
1423 CHKERR(TaoGetSolutionStatus(self.tao, &cits, &cf, &cres, &ccnorm, &cstep, NULL))
1425 cits = asInt(its)
1434 CHKERR(TaoMonitor(self.tao, cits, cf, cres, ccnorm, cstep))
H A DMat.pyx3980 cdef PetscInt cits = asInt(its)
3982 CHKERR(MatSOR(self.mat, b.vec, comega, csortype, cshift, cits, clits, x.vec))
/petsc/doc/
H A Dpetsc.bib16062 @Misc{ cits:web,
16065 note = {Stanford University, see \url{http://www.stanford.edu/group/cits}}