Lines Matching refs:petsc
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…
45 …the PETSc [GitLab repository](https://gitlab.com/petsc/petsc), use `git clone git@gitlab.com/petsc…
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
65 [Installation page](https://petsc.org/release/install/)
82 $ $PETSC_DIR/$PETSC_ARCH/lib/petsc/conf/reconfigure-$PETSC_ARCH.py && make all