Home
last modified time | relevance | path

Searched defs:offset (Results 76 – 100 of 102) sorted by relevance

12345

/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c460 hsize_t maxDims[4], dims[4], chunkDims[4], count[4], offset[4]; in VecView_MPI_HDF5() local
/petsc/src/ts/tutorials/
H A Dex11.c63 PetscInt offset; member
841 static PetscErrorCode ModelFunctionalRegister(Model mod, const char *name, PetscInt *offset, Functi… in ModelFunctionalRegister()
H A Dex18.c55 PetscInt offset; member
145 …nctionalRegister(Functional *functionalRegistry, const char name[], PetscInt *offset, FunctionalFn… in FunctionalRegister()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu315 PetscInt i, nz, nzLower, offset, rowOffset; in MatSeqAIJCUSPARSEBuildILULowerTriMatrix() local
446 PetscInt i, nz, nzUpper, offset; in MatSeqAIJCUSPARSEBuildILUUpperTriMatrix() local
782 PetscInt nzUpper = a->nz, n = A->rmap->n, i, offset, nz, j; in MatSeqAIJCUSPARSEBuildICCTriMatrices() local
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp23 const PetscInt *offset, *start, *dx, *dy, *X, *Y; in MapTidToIndex() local
/petsc/src/vec/is/is/interface/
H A Dindex.c1857 PetscErrorCode ISShift(IS is, PetscInt offset, IS isy) in ISShift()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c217 PetscInt dof, offset; in AdjancencyContainsLeafRootPair() local
H A Dplexegads.c3168 int offset = bpinfo[3] + bpinfo[6]; in DMPlex_Surface_Grad() local
4134 int offset = bpinfo[3] + bpinfo[6]; in DMPlexGeomDataAndGrads() local
4342 int offset = bpinfo[3] + bpinfo[6]; in DMPlexGeomDataAndGrads() local
4565 int offset; in DMPlexModifyGeomModel() local
H A Dplexsfc.c647 PetscInt cl_point = closure[2 * p], dof, offset; in DMPlexCorrectOrientationForIsoperiodic() local
H A Dplexgmsh.c1296 PetscInt offset[GMSH_NUM_POLYTOPES + 1], e, k; in GmshReadElements() local
/petsc/src/tao/pde_constrained/tutorials/
H A Delliptic.c553 PetscInt offset, subindex, subvec, nrank, kk; in EllipticInitialize() local
/petsc/src/dm/impls/stag/
H A Dstagutils.c811 …IM], startGhost[DMSTAG_MAX_DIM], n[DMSTAG_MAX_DIM], nExtra[DMSTAG_MAX_DIM], offset[DMSTAG_MAX_DIM]; in DMStagMigrateVec() local
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2537 PetscInt offset = tree->quadrants_offset; in DMPforestGetTransferSF_Point() local
3805 PetscInt offset = cLocalStart + tree->quadrants_offset, i; in DMPforestMapCoordinates() local
3997 PetscInt offset = cLocalStart + tree->quadrants_offset; in DMPforestLocalizeCoordinates() local
4056 PetscInt offset = cLocalStart + tree->quadrants_offset; in DMPforestLocalizeCoordinates() local
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c285 for (PetscInt s = 0, offset = 0; s < Ns; s++) { in PetscDualSpaceSumCreateQuadrature() local
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c361 PetscInt v, vStart, vEnd, offset; in SetInitialGuess() local
/petsc/src/dm/impls/plex/tests/
H A Dex3.c401 PetscInt offset; in SetupSection() local
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c443 …teOffset_Internal(DMPlexTransform tr, PetscInt ctOrderOld[], PetscInt ctStart[], PetscInt **offset) in DMPlexTransformCreateOffset_Internal()
1063 PetscInt offset = -1, ctS, ctE, ctO = 0, ctTmp, rtS; in DMPlexTransformGetSourcePoint() local
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c1178 static PetscErrorCode PetscSFCreatePackOpt(PetscInt n, const PetscInt *offset, const PetscInt *idx,… in PetscSFCreatePackOpt()
/petsc/src/sys/yaml/include/
H A Dyaml.h863 size_t offset; member
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx273 PetscInt *offset; in MatSeqAIJKokkosGenerateTransposeStructure() local
/petsc/src/sys/objects/
H A Doptions.c1097 PetscInt offset; in PetscOptionsPrefixPop() local
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c427 off_t off, offset; in StackLoadLast() local
/petsc/include/
H A Dpetscsys.h2989 #define PetscSafePointerPlusOffset(ptr, offset) ((ptr) ? (ptr) + (offset) : NULL) argument
/petsc/src/mat/impls/nest/
H A Dmatnest.c1604 PetscInt i, j, offset, n, nsum, bs; in MatSetUp_NestIS_Private() local
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2231 PetscInt offset, conesOffset, leafOffset; member

12345