Home
last modified time | relevance | path

Searched defs:offset (Results 51 – 75 of 102) sorted by relevance

12345

/petsc/src/dm/label/
H A Ddmlabel.c1910 PetscInt s, l, nroots, nleaves, offset, size; in DMLabelDistribute_Internal() local
1988 PetscInt p, pStart, pEnd, s, size, dof, offset, stratum; in DMLabelDistribute() local
2108 PetscInt p, s, d, nroots, nleaves, nmultiroots, idx, dof, offset; in DMLabelGather() local
/petsc/src/sys/classes/bag/
H A Dbag.c808 PetscInt classid, bagcount, dtype, msize, offset, deprecatedbagsize; in PetscBagLoad() local
/petsc/include/petsc/private/
H A Ddmplextransformimpl.h41 …PetscInt *offset; /* [ct/rt][ctNew]: The offset from ctStartNew[ctNew] in the new point… member
H A Ddmnetworkimpl.h31 PetscInt *offset; /* component offset in the vector */ member
/petsc/src/dm/dt/space/impls/sum/
H A Dspacesum.c423 PetscInt i, s, offset, ncoffset, pdimfull, numelB, numelD, numelH; in PetscSpaceEvaluate_Sum() local
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c337 PetscInt point, i, j, offset; in morepoints() local
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx814 PetscInt rank, offset; in MatGetOwnershipIS_Elemental() local
826 PetscInt rank, offset; in MatGetOwnershipIS_Elemental() local
/petsc/src/dm/impls/plex/
H A Dplex.c2946 PetscInt bdof, offset; in DMCreateMatrix_Plex() local
2973 PetscInt num_comp, bdof, offset; in DMCreateMatrix_Plex() local
6070 PetscInt k, f, Nc, c, i, j, size = 0, offset = 0, foffset = 0; in DMPlexSetClosurePermutationTensor() local
6348 PetscInt pStart, pEnd, p, numPoints, size = 0, offset = 0; in DMPlexVecGetClosure_Depth1_Static() local
6481 PetscInt offset = 0, p; in DMPlexVecGetClosure_Static() local
6526 PetscInt offset = 0, f; in DMPlexVecGetClosure_Fields_Static() local
6908 …cScalar flip[], const PetscInt clperm[], const PetscScalar values[], PetscInt offset, PetscScalar … in updatePoint_private()
6976 …cScalar flip[], const PetscInt clperm[], const PetscScalar values[], PetscInt offset, PetscScalar … in updatePointBC_private()
7026 …tscBool setBC, const PetscInt clperm[], const PetscScalar values[], PetscInt *offset, PetscScalar … in updatePointFields_private()
7096 … PetscScalar), const PetscInt clperm[], const PetscScalar values[], PetscInt *offset, PetscScalar … in updatePointFieldsBC_private()
[all …]
H A Dplexfem.c2520 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeIntegral_Internal() local
2768 PetscInt numChunks, chunkSize, chunk, Nr, offset; in DMPlexComputeBdIntegral_Internal() local
4496 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidual_Patch_Internal() local
5009 PetscInt Nr, offset; in DMPlexComputeBdResidualSingleByKey() local
5307 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidualByKey() local
5761 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeResidualHybridByKey() local
6012 PetscInt fieldJ, Nr, offset; in DMPlexComputeBdJacobianSingleByLabel() local
6254 PetscInt Nr, offset, Nq; in DMPlexComputeJacobianByKey() local
6477 PetscInt Nr, offset, Nq; in DMPlexComputeJacobianByKeyGeneral() local
6841 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeJacobianHybridByKey() local
[all …]
H A Dplexpartition.c862 PetscInt *adjusted, i, localSize, offset; in PetscPartitionerDMPlexPartition() local
1679 PetscInt offset, counter; in DMPlexRebalanceSharedPoints() local
H A Dplexinterpolate.c1301 PetscInt offset, dof, d; in DMPlexInterpolatePointSF() local
1372 PetscInt offset, dof, d; in DMPlexInterpolatePointSF() local
/petsc/src/vec/is/utils/
H A Dkdtree.c363 …onst PetscReal point[], PetscCount node_handle, char is_node_leaf, PetscReal offset[], PetscReal r… in PetscKDTreeQuery_Recurse()
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp545 const auto offset = static_cast<size_type>(ptr - mem_); in try_find_chunk() local
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1296 PetscInt numPoints, offset; in PetscDualSpaceCreateAllDataDefault() local
1416 PetscInt numPoints, offset, matoffset; in PetscDualSpaceCreateInteriorDataDefault() local
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c913 PetscInt i, offset = 0, n = 0, bs; in VecNestSetSubVec_Private() local
1111 PetscInt i, offset, m, n, M, N; in VecSetUp_NestIS_Private() local
/petsc/src/dm/impls/moab/
H A Ddmmoab.cxx562 PetscErrorCode DMMoabGetOffset(DM dm, PetscInt *offset) in DMMoabGetOffset()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c302 hsize_t dim, maxDims[3], dims[3], chunkDims[3], count[3], offset[3]; in ISView_General_HDF5() local
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c190 PetscInt offset = -(goff + 1) + d, ir; in PetscSFSetGraphSection() local
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.c268 int offset = PetscImageFontHeight; in PetscDrawStringVertical_Image() local
/petsc/src/mat/tests/
H A DcJSON.c244 size_t offset; member
355 size_t offset; member
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx198 const PetscInt *offset, *start, *dx, *dy, *X, *Y; in MapTidToIndex() local
/petsc/src/dm/impls/stag/tests/
H A Dex40.c145 for (PetscInt offset = -stencil_width; offset <= stencil_width; ++offset) { in FormFunction1D() local
259 for (PetscInt offset = -stencil_width; offset <= stencil_width; ++offset) { in FormJacobian1D() local
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx270 PetscInt i, nz, nzLower, offset, rowOffset; in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix() local
391 PetscInt i, nz, nzUpper, offset; in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix() local
547 PetscInt nzUpper = a->nz, n = A->rmap->n, i, offset, nz, j; in MatSeqAIJHIPSPARSEBuildICCTriMatrices() local
/petsc/src/sys/classes/draw/impls/x/
H A Dxops.c249 int xx, yy, offset = XiWin->font->font_h - XiWin->font->font_descent; in PetscDrawStringVertical_X() local
/petsc/src/mat/impls/htool/
H A Dhtool.cxx412 PetscInt *offset; in MatAssemblyEnd_Htool() local

12345