Searched defs:join (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Device.pyx | 448 def join(self, join_mode: JoinMode | str, py_sub_ctxs: list[DeviceContext]) -> None: member in DeviceContext
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 325 …KOKKOS_INLINE_FUNCTION void join(TransposeDotTag, value_type dst, const value_type src) const { jo… in join() function 326 …KOKKOS_INLINE_FUNCTION void join(ConjugateDotTag, value_type dst, const value_type src) const { jo… in join() function 331 KOKKOS_INLINE_FUNCTION void join(value_type dst, const value_type src) const in join() function 1196 KOKKOS_INLINE_FUNCTION void join(value_type dst, const value_type src) const in join() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 1313 const PetscInt *join = NULL; in DMPlexInterpolatePointSF() local 1445 const PetscInt *join = NULL; in DMPlexInterpolatePointSF() local
|
| H A D | plexfluent.c | 890 const PetscInt *join, *meet; in DMPlexCreateFluent() local
|
| H A D | plexgmsh.c | 1819 const PetscInt *join = NULL; in DMPlexCreateGmsh() local 1848 const PetscInt *join = NULL; in DMPlexCreateGmsh() local
|
| H A D | plex.c | 4846 PetscInt *join[2]; in DMPlexGetJoin() local 4952 PetscInt *join[2]; in DMPlexGetFullJoin() local
|
| H A D | plexcreate.c | 4283 const PetscInt *join, verts[] = {numFaces + edges[e][0], numFaces + edges[e][1]}; in DMPlexCreateTPSMesh_Internal() local
|