Searched refs:md (Results 1 – 14 of 14) sorted by relevance
| /petsc/lib/petsc/bin/maint/ |
| H A D | createpatch | 27 if [ ! -f doc/install/download.md ]; then 80 /bin/mv doc/install/download.md doc/install/download.md.bak 81 cat doc/install/download.md.bak | \ 82 sed -e "s/-${oldver}.tar.gz/-${newver}.tar.gz/g" > doc/install/download.md 83 /bin/rm -f doc/install/download.md.bak 86 git commit -m"Increase patchlevel to ${newver}" include/petscversion.h doc/install/download.md src/…
|
| H A D | xclude | 16 petsc-dist/README.md
|
| /petsc/doc/ |
| H A D | .gitignore | 5 /manualpages/*/*.md 6 /manualpages/singleindex.md
|
| /petsc/ |
| H A D | .editorconfig | 5 [*.{c,h,hpp,cpp,cxx,cu,h90,F90,py,yaml,yml,json,tex,md}] 15 [*.{md}]
|
| H A D | README.md | 24 * See the file [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)
|
| /petsc/src/mat/graphops/color/impls/greedy/ |
| H A D | greedy.c | 22 Mat md = NULL, mo = NULL; in GreedyColoringLocalDistanceOne_Private() local 46 md = aij->A; in GreedyColoringLocalDistanceOne_Private() 47 dseq = (Mat_SeqAIJ *)md->data; in GreedyColoringLocalDistanceOne_Private() 58 md = m; in GreedyColoringLocalDistanceOne_Private() 59 dseq = (Mat_SeqAIJ *)md->data; in GreedyColoringLocalDistanceOne_Private() 176 Mat md = NULL, mo = NULL; in GreedyColoringLocalDistanceTwo_Private() local 200 md = aij->A; in GreedyColoringLocalDistanceTwo_Private() 201 dseq = (Mat_SeqAIJ *)md->data; in GreedyColoringLocalDistanceTwo_Private() 215 md = m; in GreedyColoringLocalDistanceTwo_Private() 216 dseq = (Mat_SeqAIJ *)md->data; in GreedyColoringLocalDistanceTwo_Private()
|
| /petsc/doc/manualpages/ |
| H A D | index.md | 31 singleindex.md
|
| /petsc/doc/developers/ |
| H A D | communication.md | 35 … according to the [Code of Conduct](https://gitlab.com/petsc/petsc/-/blob/main/CODE_OF_CONDUCT.md).
|
| H A D | documentation.md | 9 …se best practices](https://github.com/google/styleguide/blob/gh-pages/docguide/best_practices.md)). 279 …ever made. This stuff is now in the main repository but does not work as advertised from .md files.
|
| H A D | style.md | 572 see the documentation for `doctext`. Currently, doctext produces Markdown files ending in `.md`, wh…
|
| /petsc/doc/community/ |
| H A D | governance.md | 98 …artially based on <https://github.com/dask/governance/blob/main/governance.md> and <https://numpy.…
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 4232 PetscInt ldi, Iii, md; in MatUpdateMPIAIJWithArrays() local 4255 md = Adi[i + 1] - Adi[i]; in MatUpdateMPIAIJWithArrays() 4257 PetscCall(PetscArraycpy(ad, v + Iii + ldi, md)); in MatUpdateMPIAIJWithArrays() 4258 PetscCall(PetscArraycpy(ao + ldi, v + Iii + ldi + md, nnz - ldi - md)); in MatUpdateMPIAIJWithArrays() 4259 ad += md; in MatUpdateMPIAIJWithArrays() 4260 ao += nnz - md; in MatUpdateMPIAIJWithArrays() 4303 PetscInt ldi, Iii, md; in MatUpdateMPIAIJWithArray() local 4315 md = Adi[i + 1] - Adi[i]; in MatUpdateMPIAIJWithArray() 4316 PetscCall(PetscArraycpy(ad, v + Iii + ldi, md)); in MatUpdateMPIAIJWithArray() 4317 ad += md; in MatUpdateMPIAIJWithArray() [all …]
|
| /petsc/doc/faq/ |
| H A D | index.md | 72 …om/pmodels/mpich/blob/main/doc/wiki/how_to/Using_the_Hydra_Process_Manager.md#process-core-binding]
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 590 (md/verbosity 0) 4517 (mp/filtered-model/solid-press-md-select 0)
|