Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 27) sorted by relevance

12

/petsc/doc/developers/contributing/
H A Dindex.md45 …o the PETSc [GitLab repository](https://gitlab.com/petsc/petsc), use `git clone git@gitlab.com/pet…
46 (or use a clone you already have).
52 - If you already have a clone on your machine of the PETSc repository you would like to reuse
61 $ git clone git@gitlab.com:YOURGITLABUSERNAME/petsc.git
/petsc/src/binding/petsc4py/demo/legacy/dmplex/
H A Danisotropic_adaptation.py66 dmGrad = plex.clone()
77 dmHess = plex.clone()
/petsc/doc/install/
H A Ddownload.md10 $ git clone -b release https://gitlab.com/petsc/petsc.git petsc
11 $ git pull # obtain new release fixes (since a prior clone or pull)
60 $ git clone https://gitlab.com/petsc/petsc.git petsc
63 or if you already have a local clone of PETSc Git repository
H A Dinstall_tutorial.md110 $ git clone -b release https://gitlab.com/petsc/petsc
134 $ git clone -b release https://gitlab.com/petsc/petsc.git petsc
/petsc/lib/petsc/bin/maint/
H A Drebuildtar8 PETSC_DIR=/home/balay/git-repo/petsc-release.clone
/petsc/doc/
H A Dmakefile32 git clone https://gitlab.com/petsc/images.git -b main-2 --depth=1 images
/petsc/doc/developers/
H A Dmrfork.md21 - Setup a local Git clone to access the merge request branch via the `MR-NUMBER`. Here use the foll…
H A Ddocumentation.md235 - Update both `release` and `main` in the primary PETSc repository to clone this new branch
H A Dtesting.md75 To run these tests one must first clone the datafiles repository and then set the environmental var…
/petsc/src/binding/petsc4py/test/
H A Dtest_dmshell.py94 dms = [dm.clone() for _ in range(len(ises))]
99 dms = [dm.clone() for _ in range(len(ises))]
/petsc/src/dm/impls/network/
H A Dnetworkcreate.c322 dm->ops->clone = DMClone_Network; in DMInitialize_Network()
/petsc/
H A Dmakefile422 git clone ${PETSC_DIR} $${PETSC_DIR_OLD} ;\
/petsc/include/petsc/private/
H A Ddmimpl.h39 PetscErrorCode (*clone)(DM, DM *); member
/petsc/src/dm/impls/da/
H A Ddacreate.c423 da->ops->clone = DMClone_DA; in DMCreate_DA()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSection.pyx80 def clone(self) -> Section: member in Section
H A DKSP.pyx703 `DM.setKSPComputeOperators`. Use `DM.clone` to get a distinct
709 PETSc.KSP, DM, DM.setKSPComputeOperators, setOperators, DM.clone
H A DTS.pyx244 def clone(self) -> TS: member in TS
245 """Return a shallow clone of the `TS` object.
H A DDM.pyx155 def clone(self) -> DM: member in DM
/petsc/src/dm/impls/forest/
H A Dforest.c1652 dm->ops->clone = DMClone_Forest; in DMInitialize_Forest()
/petsc/src/dm/impls/stag/
H A Dstag.c1009 dm->ops->clone = DMClone_Stag; in DMCreate_Stag()
/petsc/src/dm/impls/moab/
H A Ddmmoab.cxx1458 dm->ops->clone = DMClone_Moab; in DMInitialize_Moab()
/petsc/src/dm/impls/swarm/
H A Dswarm.c2697 sw->ops->clone = DMClone_Swarm; in DMInitialize_Swarm()
/petsc/doc/faq/
H A Dindex.md2056 $ git clone https://gitlab.com/petsc/petsc.git
/petsc/src/dm/interface/
H A Ddm.c148 PetscTryTypeMethod(dm, clone, newdm); in DMClone()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h5128 dm->ops->clone = DMClone_pforest; in DMInitialize_pforest()

12