| /petsc/config/BuildSystem/ |
| H A D | retrieval.py | 111 def genericRetrieve(self,proto,url,root): argument 124 def dirRetrieve(self, url, root): argument 132 def linkRetrieve(self, url, root): argument 140 def gitRetrieve(self, url, root): argument 160 def hgRetrieve(self, url, root): argument 174 def tarballRetrieve(self, url, root): argument
|
| H A D | logger.py | 425 def setRoot(self, root): argument 428 root = property(getRoot, setRoot, doc = 'The directory containing this module') variable in Logger
|
| /petsc/doc/ |
| H A D | fix_man_page_edit_links.py | 11 def fix_man_page_edit_link(root,filename): argument 35 def fix_man_page_edit_links(root): argument
|
| H A D | fix_pydata_margins.py | 8 def fix_pydata_margins(root): argument
|
| H A D | make_links_relative.py | 8 def make_links_relative(root, placeholder=PETSC_DOC_OUT_ROOT_PLACEHOLDER): argument
|
| H A D | add_man_page_redirects.py | 18 def add_man_page_redirects(root): argument
|
| /petsc/lib/petsc/bin/ |
| H A D | extract.py | 32 root = subprocess.check_output(["git", "rev-parse", "--show-toplevel"]).splitlines() variable
|
| /petsc/src/mat/graphops/order/ |
| H A D | genrcm.c | 42 PetscInt nlvl, root, i, ccsize; in SPARSEPACKgenrcm() local
|
| H A D | qmdqt.c | 26 PetscErrorCode SPARSEPACKqmdqt(const PetscInt *root, const PetscInt *xadj, const PetscInt *inadjncy… in SPARSEPACKqmdqt()
|
| H A D | rootls.c | 24 PetscErrorCode SPARSEPACKrootls(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKrootls()
|
| H A D | qmdrch.c | 30 PetscErrorCode SPARSEPACKqmdrch(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy,… in SPARSEPACKqmdrch()
|
| H A D | degree.c | 26 PetscErrorCode SPARSEPACKdegree(const PetscInt *root, const PetscInt *inxadj, const PetscInt *adjnc… in SPARSEPACKdegree()
|
| H A D | fnroot.c | 32 PetscErrorCode SPARSEPACKfnroot(PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy, Petsc… in SPARSEPACKfnroot()
|
| H A D | gennd.c | 60 PetscInt nsep, root, i; in SPARSEPACKgennd() local
|
| H A D | gen1wd.c | 36 PetscInt node, nsep, lnum, nlvl, root; in SPARSEPACKgen1wd() local
|
| H A D | rcm.c | 37 PetscErrorCode SPARSEPACKrcm(const PetscInt *root, const PetscInt *xadj, const PetscInt *adjncy, Pe… in SPARSEPACKrcm()
|
| H A D | fndsep.c | 34 PetscErrorCode SPARSEPACKfndsep(PetscInt *root, const PetscInt *inxadj, const PetscInt *adjncy, Pet… in SPARSEPACKfndsep()
|
| H A D | fn1wd.c | 30 PetscErrorCode SPARSEPACKfn1wd(PetscInt *root, const PetscInt *inxadj, const PetscInt *adjncy, Pets… in SPARSEPACKfn1wd()
|
| H A D | qmdmrg.c | 40 …PetscInt head, inhd, irch, node, mark, ilink, root, j, lnode, nabor, jstop, jstrt, rchsze, mrgsze,… in SPARSEPACKqmdmrg() local
|
| /petsc/config/ |
| H A D | gmakegentest.py | 544 def genRunScript(self,testname,root,isRun,srcDict): argument 626 def genScriptsAndInfo(self,exfile,root,srcDict): argument 829 def checkOutput(self,exfile,root,srcDict): argument 887 def genPetscTests(self,root,dirs,files,dataDict): argument
|
| /petsc/src/snes/interface/ |
| H A D | snesj.c | 59 PetscMPIInt size, root; in SNESComputeJacobianDefault() local
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | ximage.c | 80 Window root; in PetscDrawGetImage_X() local
|
| /petsc/include/ |
| H A D | petscsys.h | 2789 …buf, void *outbuf, MPIU_Count count, MPI_Datatype dtype, MPI_Op op, PetscMPIInt root, MPI_Comm com… in MPIU_Reduce() 2810 …#define MPIU_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, c… argument 2811 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument 2813 …#define MPIU_Scatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, co… argument 2815 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument 2841 …#define MPIU_Reduce(inbuf, outbuf, count, dtype, op, root, comm) MPI_Reduce_c(inbuf, outbuf, … argument 2885 …#define MPIU_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, c… argument 2886 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument 2888 …#define MPIU_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, c… argument 2889 …#define MPIU_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, co… argument
|
| H A D | petsclog.h | 532 …#define MPI_Bcast(buffer, count, datatype, root, comm) (PetscAddLogDouble(&petsc_allreduce_ct, &pe… argument 549 #define MPI_Gather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) \ argument 552 …#define MPI_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, root, comm… argument 555 #define MPI_Scatter(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) \ argument 558 …#define MPI_Scatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, com… argument 573 …#define MPI_Igather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, reques… argument 576 …#define MPI_Igatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, root, com… argument 579 …#define MPI_Iscatter(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, reque… argument 582 …#define MPI_Iscatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, co… argument
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | lognested.h | 32 PetscLogEvent root; member
|