Home
last modified time | relevance | path

Searched defs:join (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDevice.pyx448 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 Dveckok.kokkos.cxx325 …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 Dplexinterpolate.c1313 const PetscInt *join = NULL; in DMPlexInterpolatePointSF() local
1445 const PetscInt *join = NULL; in DMPlexInterpolatePointSF() local
H A Dplexfluent.c890 const PetscInt *join, *meet; in DMPlexCreateFluent() local
H A Dplexgmsh.c1819 const PetscInt *join = NULL; in DMPlexCreateGmsh() local
1848 const PetscInt *join = NULL; in DMPlexCreateGmsh() local
H A Dplex.c4846 PetscInt *join[2]; in DMPlexGetJoin() local
4952 PetscInt *join[2]; in DMPlexGetFullJoin() local
H A Dplexcreate.c4283 const PetscInt *join, verts[] = {numFaces + edges[e][0], numFaces + edges[e][1]}; in DMPlexCreateTPSMesh_Internal() local