Searched refs:soff (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 222 … soff = new Kokkos::View<… in LandauKokkosStaticDataSet() local 223 … = static_cast<void *>(soff); in LandauKokkosStaticDataSet() 224 Kokkos::deep_copy(*soff, h_species_offset); in LandauKokkosStaticDataSet() 315 … auto soff = static_cast<Kokkos::View<PetscInt *, Kokkos::LayoutLeft> *>(SData_d->species_offset); in LandauKokkosStaticDataClear() local 316 delete soff; in LandauKokkosStaticDataClear()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 1863 PetscInt dof, off, soff, d; in DMPlexConstructCohesiveCells_Internal() local 1867 PetscCall(PetscSectionGetOffset(coordSection, splitp, &soff)); in DMPlexConstructCohesiveCells_Internal() 1868 for (d = 0; d < dof; ++d) coords[soff + d] = coords[off + d]; in DMPlexConstructCohesiveCells_Internal() 3270 PetscInt dof, off, sdof, soff, d; in DMPlexCreateSubmesh_Uninterpolated() local 3275 PetscCall(PetscSectionGetOffset(subCoordSection, subvertex, &soff)); in DMPlexCreateSubmesh_Uninterpolated() 3277 for (d = 0; d < dof; ++d) subCoords[soff + d] = coords[off + d]; in DMPlexCreateSubmesh_Uninterpolated() 3676 PetscInt dof, off, sdof, soff, d; in DMPlexCreateSubmeshGeneric_Interpolated() local 3682 PetscCall(PetscSectionGetOffset(subCoordSection, subpoint, &soff)); in DMPlexCreateSubmeshGeneric_Interpolated() 3684 for (d = 0; d < dof; ++d) subCoords[soff + d] = coords[off + d]; in DMPlexCreateSubmeshGeneric_Interpolated() 4072 PetscInt dof, off, sdof, soff, d; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local [all …]
|
| H A D | plexfem.c | 5804 PetscInt Nb, off = cind * totDim, soff = cind * totDimScale[0]; in DMPlexComputeResidualHybridByKey() local 5813 …for (i = 0; i < Nb; ++i) elemVecCoh[off + i] += s[0][soff + i] * elemVecNeg[off + i] + s[1][soff +… in DMPlexComputeResidualHybridByKey() 6903 PetscInt Nb, soff = cind * totDimScale[0], off = 0; in DMPlexComputeJacobianHybridByKey() local 6913 …tCoh[coff + (off + i) * totDim + j] += s[0][soff + i] * elemMatNeg[coff + (off + i) * totDim + j] … in DMPlexComputeJacobianHybridByKey() 6915 …ohP[coff + (off + i) * totDim + j] += s[0][soff + i] * elemMatNegP[coff + (off + i) * totDim + j] … in DMPlexComputeJacobianHybridByKey()
|