| /petsc/doc/developers/contributing/ |
| H A D | index.md | 45 …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 D | anisotropic_adaptation.py | 66 dmGrad = plex.clone() 77 dmHess = plex.clone()
|
| /petsc/doc/install/ |
| H A D | download.md | 10 $ 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 D | install_tutorial.md | 110 $ 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 D | rebuildtar | 8 PETSC_DIR=/home/balay/git-repo/petsc-release.clone
|
| /petsc/doc/ |
| H A D | makefile | 32 git clone https://gitlab.com/petsc/images.git -b main-2 --depth=1 images
|
| /petsc/doc/developers/ |
| H A D | mrfork.md | 21 - Setup a local Git clone to access the merge request branch via the `MR-NUMBER`. Here use the foll…
|
| H A D | documentation.md | 235 - Update both `release` and `main` in the primary PETSc repository to clone this new branch
|
| H A D | testing.md | 75 To run these tests one must first clone the datafiles repository and then set the environmental var…
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_dmshell.py | 94 dms = [dm.clone() for _ in range(len(ises))] 99 dms = [dm.clone() for _ in range(len(ises))]
|
| /petsc/src/dm/impls/network/ |
| H A D | networkcreate.c | 322 dm->ops->clone = DMClone_Network; in DMInitialize_Network()
|
| /petsc/ |
| H A D | makefile | 422 git clone ${PETSC_DIR} $${PETSC_DIR_OLD} ;\
|
| /petsc/include/petsc/private/ |
| H A D | dmimpl.h | 39 PetscErrorCode (*clone)(DM, DM *); member
|
| /petsc/src/dm/impls/da/ |
| H A D | dacreate.c | 423 da->ops->clone = DMClone_DA; in DMCreate_DA()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Section.pyx | 80 def clone(self) -> Section: member in Section
|
| H A D | KSP.pyx | 703 `DM.setKSPComputeOperators`. Use `DM.clone` to get a distinct 709 PETSc.KSP, DM, DM.setKSPComputeOperators, setOperators, DM.clone
|
| H A D | TS.pyx | 244 def clone(self) -> TS: member in TS 245 """Return a shallow clone of the `TS` object.
|
| H A D | DM.pyx | 155 def clone(self) -> DM: member in DM
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 1652 dm->ops->clone = DMClone_Forest; in DMInitialize_Forest()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag.c | 1009 dm->ops->clone = DMClone_Stag; in DMCreate_Stag()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 1458 dm->ops->clone = DMClone_Moab; in DMInitialize_Moab()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 2697 sw->ops->clone = DMClone_Swarm; in DMInitialize_Swarm()
|
| /petsc/doc/faq/ |
| H A D | index.md | 2056 $ git clone https://gitlab.com/petsc/petsc.git
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 148 PetscTryTypeMethod(dm, clone, newdm); in DMClone()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 5128 dm->ops->clone = DMClone_pforest; in DMInitialize_pforest()
|