| /petsc/doc/community/ |
| H A D | petsc_team.md | 19 The full list of contributors can be found [on GitLab](https://gitlab.com/petsc/petsc/-/graphs/main… 32 :link: https://gitlab.com/markadams4 33 :img-top: https://gitlab.com/uploads/-/system/user/avatar/524115/avatar.png 36 :link: https://gitlab.com/sbalay 37 :img-top: https://gitlab.com/uploads/-/system/user/avatar/3919065/avatar.png 40 :link: https://gitlab.com/jedbrown 41 :img-top: https://gitlab.com/uploads/-/system/user/avatar/500187/avatar.png 44 :link: https://gitlab.com/dalcinl 45 … :img-top: https://secure.gravatar.com/avatar/5f37aff3d274a0effbf20be82804d012?s=80&d=identicon 48 :link: https://gitlab.com/tisaac [all …]
|
| H A D | CODE_OF_CONDUCT.md | 3 …ode-of-conduct) including its [reporting system](https://numfocus.typeform.com/to/ynjGdT?typeform-…
|
| /petsc/ |
| H A D | .mailmap | 9 Alp Dener <alp.dener@me.com> <adener@anl.gov> 10 Alp Dener <alp.dener@me.com> <adener@mcs.anl.gov> 13 Arthur Soprano <arthursoprano@gmail.com> <arthur@esss.com.br> 19 Dave May <dave.mayhem23@gmail.com> dmay <dave.mayhem23@gmail.com> 21 Dmitry Karpeev <karpeev@gmail.com> <karpeev@mcs.anl.gov> 25 Florian Wechsung <f.wechsung@gmail.com> <e0425375@gmail.com> 26 Getnet Betrie <d.getnet@gmail.com> <getnetdubale@yahoo.com> 27 Getnet Betrie <d.getnet@gmail.com> <d.getnet@gmail.com> 29 Hansol Suh <hansol.suh.123@gmail.com> 31 Ivan Yashchuk <ivan.yashchuk@aalto.fi> <zoerwow@gmail.com> [all …]
|
| H A D | CODE_OF_CONDUCT.md | 3 …ode-of-conduct) including its [reporting system](https://numfocus.typeform.com/to/ynjGdT?typeform-…
|
| /petsc/src/dm/impls/composite/ |
| H A D | pack.c | 44 DM_Composite *com = (DM_Composite *)dm->data; in DMCompositeSetCoupling() local 50 com->FormCoupleLocations = FormCoupleLocations; in DMCompositeSetCoupling() 57 DM_Composite *com = (DM_Composite *)dm->data; in DMDestroy_Composite() local 60 next = com->next; in DMDestroy_Composite() 70 PetscCall(PetscFree(com)); in DMDestroy_Composite() 77 DM_Composite *com = (DM_Composite *)dm->data; in DMView_Composite() local 82 struct DMCompositeLink *lnk = com->next; in DMView_Composite() 86 PetscCall(PetscViewerASCIIPrintf(v, " contains %" PetscInt_FMT " DMs\n", com->nDM)); in DMView_Composite() 103 DM_Composite *com = (DM_Composite *)dm->data; in DMSetUp_Composite() local 104 struct DMCompositeLink *next = com->next; in DMSetUp_Composite() [all …]
|
| H A D | packm.c | 5 const DM_Composite *com = (DM_Composite *)dm->data; in DMCreateMatrix_Composite_Nest() local 12 n = com->nDM; /* Total number of entries */ in DMCreateMatrix_Composite_Nest() 20 for (i = 0, rlink = com->next; rlink; i++, rlink = rlink->next) { in DMCreateMatrix_Composite_Nest() 21 for (j = 0, clink = com->next; clink; j++, clink = clink->next) { in DMCreateMatrix_Composite_Nest() 24 …else PetscCheck(!com->FormCoupleLocations, PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "Canno… in DMCreateMatrix_Composite_Nest() 44 DM_Composite *com = (DM_Composite *)dm->data; in DMCreateMatrix_Composite_AIJ() local 53 m = com->n; in DMCreateMatrix_Composite_AIJ() 67 mA = com->N; in DMCreateMatrix_Composite_AIJ() 86 next = com->next; in DMCreateMatrix_Composite_AIJ() 117 PetscCall(MatPreallocateSet(com->rstart + next->rstart + i, nc, ccols, dnz, onz)); in DMCreateMatrix_Composite_AIJ() [all …]
|
| /petsc/doc/developers/contributing/ |
| H A D | index.md | 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… [all …]
|
| H A D | developingmr.md | 100 Reported-by: Helpful User <helpful@example.com> 101 Based-on-patch-by: Original Idea <original@example.com> 102 Thanks-to: Incremental Improver <improver@example.com> 154 Rewriting history can be done in [several ways](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-… 175 …i](https://git-scm.com/docs/git-gui/), [lazygit](https://github.com/jesseduffield/lazygit), or [va… 181 You may also need to occasionally [rebase](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) y… 197 … usually-undesired "non fast-forward" merges when pulling](https://git-scm.com/docs/git-config#Doc…
|
| H A D | submittingmr.md | 6 Alternatively, use [GitLab's web interface](https://docs.gitlab.com/ee/user/project/merge_requests/… 9 - If the merge request resolves an outstanding [issue](https://gitlab.com/petsc/petsc/issues), 10 …include a [closing pattern](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#de… 15 - Select appropriate [labels](https://gitlab.com/petsc/petsc/-/labels) including a {any}`workflow l… 35 The MR process, including testing and reviewing, is managed by [workflow labels](https://gitlab.com… 70 … window. A useful feature is the ["insert suggestion"](https://docs.gitlab.com/ee/user/project/mer… 95 …ing patterns [only work for MRs to a single default branch](https://gitlab.com/gitlab-org/gitlab/-…
|
| /petsc/src/dm/tests/ |
| H A D | ex43.c | 20 MPI_Comm com; in PrintVecWithGhosts() local 24 com = PetscObjectComm((PetscObject)da); in PrintVecWithGhosts() 25 PetscCallMPI(MPI_Comm_rank(com, &rank)); in PrintVecWithGhosts() 27 …PetscCall(PetscSynchronizedPrintf(com, "begin rank %d portion (with ghosts, %" PetscInt_FMT " x %"… in PrintVecWithGhosts() 30 …for (j = info.gys; j < info.gys + info.gym; j++) PetscCall(PetscSynchronizedPrintf(com, "%g, ", (d… in PrintVecWithGhosts() 31 PetscCall(PetscSynchronizedPrintf(com, "\n")); in PrintVecWithGhosts() 34 PetscCall(PetscSynchronizedPrintf(com, "end rank %d portion\n", rank)); in PrintVecWithGhosts() 35 PetscCall(PetscSynchronizedFlush(com, PETSC_STDOUT)); in PrintVecWithGhosts()
|
| /petsc/doc/developers/ |
| H A D | communication.md | 7 Day-to-day development happens at the [PETSc GitLab repository](https://gitlab.com/petsc/petsc). 9 [see or create issues](https://gitlab.com/petsc/petsc/issues), 10 [see or create merge requests](https://gitlab.com/petsc/petsc/-/merge_requests), 21 For bugs and other issues, we encourage developers to create a [GitLab](https://gitlab.com) account… 22 [file issues directly](https://gitlab.com/petsc/petsc/issues); 32 [PETSc GitLab Issues](https://gitlab.com/petsc/petsc/-/issues). When responding there, 35 - Be polite and behave according to the [Code of Conduct](https://gitlab.com/petsc/petsc/-/blob/mai…
|
| H A D | mrfork.md | 25 url = https://gitlab.com/petsc/petsc.git 26 pushurl = git@gitlab.com:petsc/petsc.git 52 For example, with `merge request` at <https://gitlab.com/petsc/petsc/-/merge_requests/8619> we have: 56 - `URL with branchname` = `https://gitlab.com/paul.kuehner/petsc/-/tree/add-tao-get-constraints` ("… 57 - `URL` = `https://gitlab.com/paul.kuehner/petsc` 58 - `ssh-URL` = `git@gitlab.com:paul.kuehner/petsc.git`
|
| H A D | documentation.md | 9 …d as small as possible (adapted from [these best practices](https://github.com/google/styleguide/b… 18 [These slides](https://gitlab.com/psanan/petsc-sphinx-slides) contain an overview of Sphinx and how… 148 …cks at the bottom of a page, including citations ([example](https://gitlab.com/petsc/petsc/-/raw/m… 149 …/latest/usage.html#key-prefixing) on one of them ([example](https://gitlab.com/petsc/petsc/-/raw/m… 174 In addition to the [PETSc repository](https://gitlab.com/petsc/petsc), there are three other PETSc … 177 - [Images](https://gitlab.com/petsc/images) contains images that are used in the PETSc documentatio… 179 - [Annual-Meetings](https://gitlab.com/petsc/annual-meetings) contains various documents from the {… 180 - [Datafiles](https://gitlab.com/petsc/datafiles) contains large matrices, meshes, and various othe… 182 - [Tutorials]((https://gitlab.com/petsc/annual-meetings) contains slides from {any}`tutorials`. See… 184 Other repositories containing software PETSc uses are located at [GitLab](https://gitlab.com/petsc/) [all …]
|
| /petsc/doc/miscellaneous/ |
| H A D | applications_publications.md | 16 - [COOLFluiD Simulation Environment](https://github.com/andrealani/COOLFluiD/wiki/Gallery-of-applic… 30 - [MOOSE Full-core reactor simulation](https://www.youtube.com/watch?v=4xTfQxpGAI4) 46 …Landreman.](https://github.com/landreman/sfincs/blob/master/doc/SFINCS_calculation_of_parallel_cur… 48 - [HiFi modeling framework, Vyacheslav Lukin](https://hifi-framework.webnode.com/hifi-framework/) 52 …- [SSX Plasma Wind Tunnel -- Counter-helicity Merging](https://www.dropbox.com/s/v2g8vzns7na685v/m… 53 - [Movie 1](https://www.dropbox.com/s/nc4vwnxw3lt01mi/full_movie.mpeg?dl=0) and 54 [Movie 2](https://www.dropbox.com/s/nn06fa8hsiqmqmw/zoom_movie.mpeg?dl=0) from 58 - [CFDShip-Iowa simulations by Pablo Carrica](https://www.youtube.com/user/pcarrica) 61 …simulation done by Andy Aschwanden at the University of Alaska Fairbanks](https://www.dropbox.com/… 63 - [Design Optimization of Aircraft Wings](https://www.youtube.com/user/MDOLaboratory)
|
| H A D | acknowledgements.md | 7 Recent contributors to PETSc are listed in the [repository system](https://gitlab.com/petsc/petsc).… 8 [github.com/petsc/petsc/graphs/contributors](https://github.com/petsc/petsc/graphs/contributors). 73 <http://www.sbsi-sol-optimize.com/> 111 - [Git](https://git-scm.com/) revision control system
|
| /petsc/doc/install/ |
| H A D | external_software.md | 15 - [CUDA](https://developer.nvidia.com/cuda-toolkit) A parallel computing platform and application p… 17 - [ESSL](https://www.ibm.com/support/knowledgecenter/en/SSFHY8/essl_welcome.html) IBM's math librar… 19 - [Git](https://git-scm.com/) Distributed version control system 22 - [Kokkos](https://github.com/kokkos/kokkos) A programming model in C++ for writing performance por… 24 - [Mathematica](http://www.wolfram.com/) A general multi-paradigm computational language developed … 25 - [MATLAB](https://www.mathworks.com/) A proprietary multi-paradigm programming language and numeri… 27 - [MeTis](https://github.com/KarypisLab/METIS) and [ParMeTiS](https://github.com/KarypisLab/PARMETI… 31 - [SPAI](https://link.springer.com/referenceworkentry/10.1007%2F978-0-387-09766-4_144) Parallel spa…
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 173 …e.readthedocs.io/en/latest/solvers-boomeramg.html>`__, `AmgX <https://developer.nvidia.com/amgx>`__ 187 - `HPDDM <https://github.com/hpddm/hpddm>`__ 194 - `H2OPUS <https://github.com/ecrc/h2opus>`__ 304 - `MATLAB <https://www.mathworks.com/products/matlab.html>`__ 332 - `ESSL <https://www.ibm.com/support/knowledgecenter/en/SSFHY8/essl_welcome.html>`__ 361 …<https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/t… 369 …<https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/t… 376 - `Elemental <https://github.com/elemental/Elemental>`__ 411 - `Elemental <https://github.com/elemental/Elemental>`__ 419 …<https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/t… [all …]
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | links.txt | 11 .. _mpi4py: https://github.com/mpi4py/mpi4py 13 .. _slepc4py: https://gitlab.com/slepc/slepc
|
| H A D | index.rst | 8 :Contact: dalcinl@gmail.com 9 :Web Site: https://gitlab.com/petsc/petsc
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 41 … | [Mark Adams](https://www.youtube.com/watch?v=vl5WOooGg_M… 42 … | [Hansol Suh](https://www.youtube.com/watch?v=efOjxXJeEXU… 43 … | [David Wells](https://www.youtube.com/watch?v=-TYu8x8hkcU… 44 … | [Toby Isaac](https://www.youtube.com/watch?v=XwEZ6-VqEt8… 46 … | [Peter Boyle](https://www.youtube.com/watch?v=eKks1IXHQ2E… 47 … | [Joseph Pusztay](https://www.youtube.com/watch?v=IrQ0ptBbzSU… 48 … | [Matt Jones](https://www.youtube.com/watch?v=dHF2D2NIdgA… 50 … | [Cheng-Chien Chen](https://www.youtube.com/watch?v=MDYmajrhLsw… 51 … | [Boyce Griffith](https://www.youtube.com/watch?v=4T4sU4pmfEc… 52 …tion | [Chris Kees](https://www.youtube.com/watch?v=l-z2Hj9pGtY… [all …]
|
| /petsc/doc/ |
| H A D | index.md | 30 > - [Google Play E-book](https://play.google.com/store/books/details/Ed_Bueler_PETSc_for_Partial_Di… 55 - [ADflow](https://github.com/mdolab/adflow) An open-source 67 - [COOLFluiD](https://github.com/andrealani/COOLFluiD) CFD, 70 with [OpenFOAM](https://openfoam.com) for aerodynamic 86 …finite element simulation package through the [GridapPETSc](https://github.com/gridap/GridapPETSc.… 94 - [MLSVM](https://github.com/esadr/mlsvm), Multilevel Support 104 - [OpenFOAM](https://develop.openfoam.com/modules/external-solver) 113 - [PetIGA](https://github.com/dalcinl/PetIGA) A framework 125 - [tmm4py](https://github.com/samarkhatiwala/tmm) Transport Matrix Method for simulating ocean biog…
|
| /petsc/src/binding/petsc4py/docs/ |
| H A D | index.rst | 6 :Contact: dalcinl@gmail.com 33 + Issue Tracker: https://gitlab.com/petsc/petsc/-/issues 34 + Git Repository: https://gitlab.com/petsc/petsc.git
|
| /petsc/src/ts/tutorials/ |
| H A D | gasoline.inp | 12 -chem https://raw.githubusercontent.com/OpenFOAM/OpenFOAM-dev/master/tutorials/combustion/chemFoam/… 13 -thermo https://raw.githubusercontent.com/OpenFOAM/OpenFOAM-dev/master/tutorials/combustion/chemFoa…
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | __init__.pxd | 2 # Contact: dalcinl@gmail.com
|
| /petsc/src/sys/webclient/tutorials/output/ |
| H A D | urlshorten_1.out | 1 Long url http://www.google.com short url https://goo.gl/fbsS
|