Lines Matching refs:com
11 PETSc uses [Git](https://git-scm.com/), [GitLab](https://gitlab.com/petsc/petsc),
17 described in the [PETSc open-source license](https://gitlab.com/petsc/petsc/-/blob/main/CONTRIBUTIN…
24 - [Add a new PC type](https://gitlab.com/petsc/petsc/-/blob/main/src/ksp/pc/impls/jacobi/jacobi.c)
25 - [Add a new KSP type](https://gitlab.com/petsc/petsc/-/blob/main/src/ksp/ksp/impls/cg/cg.c)
26 - [Add a new subclass of a matrix type (implementation inheritance)](https://gitlab.com/petsc/petsc…
34 …here; for more details, see `git help`, `man git`, or [the Git book](https://git-scm.com/book/en/).
36 - [Install Git](https://git-scm.com/downloads) if it is not already installed on your machine, then…
37 - [Set up your Git environment](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup…
39 [git-prompt](https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh).
41 …[git-completion.bash](https://raw.github.com/git/git/master/contrib/completion/git-completion.bash…
45 …cess to the PETSc [GitLab repository](https://gitlab.com/petsc/petsc), use `git clone git@gitlab.c…
48 - Otherwise, [Create a fork](https://gitlab.com/petsc/petsc/-/forks/new) (your own copy of the PETS…
55 $ git remote set-url origin git@gitlab.com:YOURGITLABUSERNAME/petsc.git
61 $ git clone git@gitlab.com:YOURGITLABUSERNAME/petsc.git