Home
last modified time | relevance | path

Searched full:tags (Results 1 – 25 of 64) sorted by relevance

123

/petsc/
H A D.gitlab-ci.yml51 tags:
64 tags:
119 tags:
128 tags:
191 tags:
229 tags:
251 tags:
264 tags:
288 tags:
447 # The tags variable used in the tests below connects the particular test with the runners
[all …]
H A D.gitlab-alcf-ci.yml45 tags:
58 tags:
/petsc/src/sys/objects/
H A Dtagm.c6 A simple way to manage tags inside a communicator.
9 is needed and to store the available tags.
31 …ing MPI communication code involving message passing and needs unique MPI tags to ensure the messa…
75 …PetscCall(PetscInfo(NULL, "Out of tags for object, starting to recycle. Comm reference count %" Pe… in PetscCommGetNewTag()
78 …counter->tag = *maxval - 128; /* hope that any still active tags were issued right at the beginnin… in PetscCommGetNewTag()
192 tags have been used to prevent tag conflict. If you pass a non-PETSc communicator into
228 …PetscCall(PetscInfo(NULL, "Duplicating a communicator %ld %ld max tags = %d\n", (long)comm_in, (lo… in PetscCommDuplicate()
254 …PetscCall(PetscInfo(NULL, "Out of tags for object, starting to recycle. Comm reference count %" Pe… in PetscCommDuplicate()
257 …counter->tag = *maxval - 128; /* hope that any still active tags were issued right at the beginnin… in PetscCommDuplicate()
/petsc/lib/petsc/bin/maint/
H A Dgenerateetags.py4 # Adds file names to list of tags in a TAGS file
5 # Also removes the #define somefunction_ somefunction from the tags list
9 # Walks through the PETSc tree generating the TAGS file
42 g = open('TAGS', 'wb')
172 try: os.unlink('TAGS')
H A Dcheck-merge-branch.sh9 …git fetch -q ${UNSHALLOW} --no-tags origin +"${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}":remotes/origi…
15 …git fetch -q ${UNSHALLOW} --no-tags origin +release:remotes/origin/release +main:remotes/origin/ma…
H A Dbuilddist159 # Create EMACS-TAGS
176 # recreate EMACS-TAGS [after deletion]
/petsc/doc/install/
H A Ddownload.md79 Releases (for example: 3.20.0, 3.21.0, etc. with corresponding Git tags v3.20.0, v3.21.0, etc):
84 Patch updates (for example: 3.21.1, 2.21.2, etc. with corresponding Git tags v3.21.1, v3.21.2, etc)
92 The ordering of PETSc branches and tags, as of May 2024 is given by (each level also contains the c…
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md94 …l standard commit message tags you should use; this makes it easy to search for specific types of …
98 …ugs or by writing an initial version of the patch, acknowledge them using tags at the end of the c…
104 …lar well defined funding source or project you should label the commit with one or more of the tags
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c398 int tags[GMSH_MAX_TAGS]; /* Tag array */ member
486 int tags[GMSH_MAX_TAGS]; /* Physical tag array */ member
613 const int *id = ibuf, *nodes = ibuf + 1 + numTags, *tags = ibuf + 1; in GmshReadElements_v22() local
624 for (p = 0; p < element->numTags; p++) element->tags[p] = tags[p]; in GmshReadElements_v22()
688 for (t = 0; t < numTags; ++t) entity->tags[t] = ibuf[t]; in GmshReadEntities_v40()
823 for (p = 0; p < element->numTags; p++) element->tags[p] = entity->tags[p]; in GmshReadElements_v40()
933 int dim, eid, *tags = NULL; in GmshReadEntities_v41() local
945 PetscCall(GmshBufferGet(gmsh, numTags, sizeof(int), &tags)); in GmshReadEntities_v41()
946 PetscCall(GmshReadInt(gmsh, tags, numTags)); in GmshReadEntities_v41()
947 …ELF, PETSC_ERR_ARG_SIZ, "PETSc currently supports up to %" PetscInt_FMT " tags per entity, not %" … in GmshReadEntities_v41()
[all …]
/petsc/src/dm/impls/plex/tests/
H A Dex60.c59 /* Set tags to be preserved */ in main()
66 /* Cell tags */ in main()
80 /* Face tags */ in main()
272 …omm, PETSC_ERR_ARG_OUTOFRANGE, "Adapted mesh has the wrong number of face tags (got %" PetscInt_FM… in main()
280 …omm, PETSC_ERR_ARG_OUTOFRANGE, "Adapted mesh has the wrong number of cell tags (got %" PetscInt_FM… in main()
/petsc/include/petsc/private/
H A Ddmmbimpl.h65 moab::Tag ltog_tag; /* MOAB supports "global id" tags */
66 moab::Tag material_tag; /* MOAB supports "material_set" tags */
/petsc/src/dm/impls/moab/
H A Ddmmbio.cxx31 DMMoabOutput - Output the solution vectors that are stored in the DMMoab object as tags
38 + dm - the discretization manager object containing solution in MOAB tags.
H A Ddmmbfield.cxx35 /* Create a tag in MOAB mesh to index and keep track of number of PETSc vec tags */ in DMMoabSetFieldVector()
104 /* Create a tag in MOAB mesh to index and keep track of number of PETSc vec tags */ in DMMoabSetGlobalFieldVector()
122 /* Create a tag in MOAB mesh to index and keep track of number of PETSc vec tags */ in DMMoabSetGlobalFieldVector()
/petsc/src/sys/utils/
H A Dmpits.c330 PetscMPIInt nrecvs, tag, *tags, done, i; in PetscCommBuildTwoSidedFReq_Ibarrier() local
339 PetscCall(PetscMalloc1(ntags, &tags)); in PetscCommBuildTwoSidedFReq_Ibarrier()
340 for (i = 0; i < ntags; i++) PetscCall(PetscCommGetNewTag(comm, &tags[i])); in PetscCommBuildTwoSidedFReq_Ibarrier()
353 …PetscCall((*send)(comm, tags, i, toranks[i], tdata + count * unitbytes * i, usendreqs + i * ntags,… in PetscCommBuildTwoSidedFReq_Ibarrier()
378 PetscCall((*recv)(comm, tags, status.MPI_SOURCE, buf, req, ctx)); in PetscCommBuildTwoSidedFReq_Ibarrier()
402 PetscCall(PetscFree(tags)); in PetscCommBuildTwoSidedFReq_Ibarrier()
420 . ntags - number of tags needed by send/recv callbacks
465 . ntags - number of tags needed by send/recv callbacks
/petsc/doc/manual/
H A Dother.md883 ### Tags subsection
885 It is sometimes useful to cross-reference tags across projects.
888 Tags for PETSc can be generated by running `make allgtags` from `$PETSC_DIR`, or one can generate t…
913 PETSc home directory to generate the file `$PETSC_DIR/TAGS`, and
917 M-x visit-tags-table
921 `TAGS` file. Then the command `M-.` will cause Emacs to find the
923 string in any of the PETSc files can be found with the command `M-x tags-search`.
945 ### Tags subsection
947 The `tags` feature can be used to search PETSc files quickly and efficiently.
954 :set tags=CTAGS
[all …]
/petsc/config/BuildSystem/config/packages/
H A Dhcephes.py8 …hub.com/limix/hcephes.git','https://github.com/limix/hcephes/archive/refs/tags/'+self.gitcommit+'.…
H A DRandom123.py7 …self.download = ['https://github.com/DEShawResearch/random123/archive/refs/tags/v1.14.0.t…
/petsc/doc/manualpages/doctext/
H A Dmyst.def5 # There are some HTML tags below. These should work with Markdown, but it would
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c47 …PetscCheck(!flg, comm, PETSC_ERR_ARG_WRONG, "\"%s\" cannot be used as label for element tags", rgL… in DMAdaptMetric_Mmg_Plex()
85 /* Get face tags */ in DMAdaptMetric_Mmg_Plex()
123 /* Get cell tags */ in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/interface/
H A Ddmgenerate.c207 . bdLabel - Label for boundary tags, which will be preserved in the output mesh. `bdLabel` should b…
208 - rgLabel - Label for cell tags, which will be preserved in the output mesh. `rgLabel` should be `N…
/petsc/share/petsc/saws/
H A Ddocumentation48 Javascript is loaded into pcoptions.html at the beginning through the <script> tags.
/petsc/doc/changes/
H A D2016.md8 - Added tags file so that vi users can easily browse PETSc source
H A D317.md272 - Change `DMAdaptMetric` so that it takes an additional argument for cell tags
273 - Change `DMTransformAdaptLabel` so that it takes an additional argument for cell tags
274 …e `DMGenerateRegister` so that it registers routines that take an additional argument for cell tags
/petsc/doc/miscellaneous/
H A Dcodemanagement.md37 - The etags feature of `emacs` or tags feature of `vim` enables one
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c63 …PetscCheck(!flg, comm, PETSC_ERR_ARG_WRONG, "\"%s\" cannot be used as label for element tags", rgL… in DMAdaptMetric_ParMmg_Plex()
132 /* Get face tags */ in DMAdaptMetric_ParMmg_Plex()
178 /* Get cell tags */ in DMAdaptMetric_ParMmg_Plex()

123