Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 56) sorted by relevance

123

/petsc/src/dm/impls/plex/tests/
H A Dex7.c166 PetscInt depth = 1, testNum = 0, p; in CreateSimplex_2D() local
198 PetscInt depth = 1, testNum = 0, p; in CreateSimplex_3D() local
230 PetscInt depth = 1, p; in CreateQuad_2D() local
273 PetscInt depth = 1, testNum = 0, p; in CreateHex_3D() local
H A Dex32.c9 PetscInt dim, depth, cStart, cEnd, c; in CheckMesh() local
H A Dex9.c93 PetscInt dim = 2, depth = 1, p; in CreateSimplex_2D() local
115 PetscInt dim = 3, depth = 1, p; in CreateSimplex_3D() local
137 PetscInt dim = 2, depth = 1, p; in CreateQuad_2D() local
159 PetscInt dim = 3, depth = 1, p; in CreateHex_3D() local
H A Dex4.c52 PetscInt depth = 1; in CreateSimplex_1D() local
105 PetscInt depth = 2; in CreateSimplex_2D() local
215 PetscInt depth = 2; in CreateTensorProduct_2D() local
297 PetscInt depth = 3; in CreateSimplex_3D() local
H A Dex35.c8 PetscInt cdim, depth, d, pStart, pEnd, p, Nd[4] = {0, 0, 0, 0}, lsize = 0, rmem = 0, imem = 0; in EstimateMemory() local
H A Dex49.c224 PetscInt depth; in main() local
H A Dex18.c220 PetscInt depth; member
883 PetscInt d, depth; in TestExpandPoints() local
962 …MPlexExpandedVerticesToFaces_Private(DM dm, IS boundary_expanded_is, PetscInt depth, PetscSection … in DMPlexExpandedVerticesToFaces_Private()
1305 PetscInt coneSize, depth, dim, i, p, npoints; in ViewPointsWithType_Internal() local
H A Dex5.c531 PetscInt depth = 3, testNum = user->testNum, p; in CreateSimplex_3D() local
655 PetscInt depth = 3, p; in CreateHex_3D() local
1187 PetscInt depth; in TestAssembly() local
/petsc/src/dm/dt/tests/
H A Dex4.c10 …scInt nFunc, *ids, *idsCopy, *idsCopy2, i, closureSize, *closure = NULL, offset, depth; in CheckSymmetry() local
/petsc/src/dm/impls/plex/
H A Dplexsection.c7 PetscInt depth, Nf, f, pStart, pEnd; in DMPlexCreateSectionFields() local
93 PetscInt depth, cellHeight, pStart = 0, pEnd = 0; in DMPlexCreateSectionDof() local
455 PetscInt depth, dim, numBC = 0, Nf, Nds, s, bc = 0, f; in DMCreateLocalSection_Plex() local
H A Dplexglvis.c252 PetscInt depth, csize, pdepth, dim; in DMPlexGetPointMFEMCellID_Internal() local
456 PetscInt bf, p, sdim, dim, depth, novl, minl; in DMPlexView_GLVis_ASCII() local
1015 PetscInt parent, depth; in DMPlexView_GLVis_ASCII() local
1041 PetscInt i, nv, ssize, n, numChildren, depth = -1; in DMPlexView_GLVis_ASCII() local
H A Dplexsubmesh.c52 …PetscInt depth, pStart, pEnd, fStart, fEnd, f, supportSize, nroots = -1, nleaves = -1, d… in DMPlexMarkBoundaryFaces_Internal() local
489 static inline PetscErrorCode DMPlexShiftPointSetUp_Internal(PetscInt depth, PetscInt depthShift[]) in DMPlexShiftPointSetUp_Internal()
527 static inline PetscInt DMPlexShiftPoint_Internal(PetscInt p, PetscInt depth, PetscInt depthShift[]) in DMPlexShiftPoint_Internal()
540 static inline PetscInt DMPlexShiftPointInverse_Internal(PetscInt p, PetscInt depth, PetscInt depthS… in DMPlexShiftPointInverse_Internal()
554 PetscInt depth = 0, d, pStart, pEnd, p; in DMPlexShiftSizes_Internal() local
597 …PetscInt depth = 0, maxConeSize, maxSupportSize, maxConeSizeNew, maxSupportSizeNew, pStart, pEnd,… in DMPlexShiftPoints_Internal() local
634 …PetscInt dim, depth = 0, cStart, cEnd, cStartNew, cEndNew, c, vStart, vEnd, vStartNew, vEndNew… in DMPlexShiftCoordinates_Internal() local
709 PetscInt numRoots, numLeaves, l, pStart, pEnd, depth = 0, totShift = 0; in DMPlexShiftSF_Single() local
759 PetscInt depth = 0, numLabels, l; in DMPlexShiftLabels_Internal() local
870 PetscInt p, pStart, pEnd, *parentsShifted, pStartShifted, pEndShifted, depth; in DMPlexShiftTree_Internal() local
[all …]
H A Dplex.c127 PetscInt cdim, pStart, pEnd, vStart, vEnd, cStart, cEnd, c, depth, cellHeight, t; in DMPlexGetFieldTypes_Internal() local
938 PetscInt point = closure[cl], depth, dof, off, d, p; in DMPlexView_Ascii_Geometry() local
1147 …PetscInt numLabels, l, numColors, numLColors, dim, d, depth, cStart, cEnd, c, vStart, vEnd, v,… in DMPlexView_Ascii() local
1631 PetscInt locDepth, depth, cellHeight, dim, d; in DMPlexView_Ascii() local
3277 PetscInt depth; in DMPlexGetConeRecursiveVertices() local
3320 PetscErrorCode DMPlexGetConeRecursive(DM dm, IS points, PeOp PetscInt *depth, PeOp IS *expandedPoin… in DMPlexGetConeRecursive()
3406 PetscErrorCode DMPlexRestoreConeRecursive(DM dm, IS points, PeOp PetscInt *depth, PeOp IS *expanded… in DMPlexRestoreConeRecursive()
4136 PetscInt depth, maxSize; in DMPlexGetTransitiveClosure_Internal() local
4429 static PetscErrorCode DMPlexCreateDepthStratum(DM dm, DMLabel label, PetscInt depth, PetscInt pStar… in DMPlexCreateDepthStratum()
4645 PetscInt dim, depth, pheight, coneSize; in DMPlexComputeCellType_Internal() local
[all …]
H A Dplexpartition.c20 PetscInt dim, depth, overlap, cStart, cEnd, c, v; in DMPlexCreatePartitionerGraph_Overlap() local
113 PetscInt dim, depth, p, pStart, pEnd, a, adjSize, idx, size; in DMPlexCreatePartitionerGraph_Native() local
323 PetscInt dim, depth, floc, cloc, i, M, N, c, lm, m, cStart, cEnd, fStart, fEnd; in DMPlexCreatePartitionerGraph_ViaMat() local
551 PetscInt dim, cellDim, depth = 0, faceDepth, cStart, cEnd, c, numCells, cell; in DMPlexCreateNeighborCSR() local
H A Dplexfluent.c259 PetscInt depth = 1; in DMPlexCreateFluent_ReadSection() local
271 PetscInt depth = 1; in DMPlexCreateFluent_ReadSection() local
/petsc/src/mat/impls/htool/
H A Dhtool.hpp44 PetscInt depth[2]; member
/petsc/src/dm/dt/dualspace/impls/refined/
H A Ddualspacerefined.c65 PetscInt pStart, pEnd, depth; in PetscDualSpaceSetUp_Refined() local
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c353 PetscInt pStart = -1, pEnd = -1, depth = -1; in PetscDualSpaceClearDMData_Internal() local
791 PetscInt depth, d; in PetscDualSpaceGetNumDof() local
815 PetscInt pStart, pEnd, cStart, cEnd, c, depth, count, i; in PetscDualSpaceSectionCreate_Internal() local
1617 PetscInt depth = -1, cStart, cEnd; in PetscDualSpaceGetHeightSubspace() local
1712 PetscInt dim, depth, height; in PetscDualSpaceGetPointSubspace() local
/petsc/src/sys/classes/draw/impls/x/
H A Dximpl.h30 int depth; /* Depth of visual */ member
/petsc/src/sys/logging/handler/impls/perfstubs/
H A Dlogperfstubs.c7 int depth; member
/petsc/src/dm/impls/plex/generators/triangle/
H A Dtrigenerate.c239 PetscInt vStart, vEnd, v, gcStart, cStart, cEnd, c, depth, depthGlobal; in DMPlexRefine_Triangle() local
/petsc/src/vec/is/section/interface/
H A Dsection.c3226 …etClosurePermutation_Internal(PetscSection section, PetscObject obj, PetscInt depth, PetscInt clSi… in PetscSectionSetClosurePermutation_Internal()
3281 …e PetscSectionSetClosurePermutation(PetscSection section, PetscObject obj, PetscInt depth, IS perm) in PetscSectionSetClosurePermutation()
3296 …GetClosurePermutation_Private(PetscSection section, PetscObject obj, PetscInt depth, PetscInt size… in PetscSectionGetClosurePermutation_Private()
3332 …cSectionGetClosurePermutation(PetscSection section, PetscObject obj, PetscInt depth, PetscInt clSi… in PetscSectionGetClosurePermutation()
3343 …reInversePermutation_Internal(PetscSection section, PetscObject obj, PetscInt depth, PetscInt size… in PetscSectionGetClosureInversePermutation_Internal()
3378 …nGetClosureInversePermutation(PetscSection section, PetscObject obj, PetscInt depth, PetscInt clSi… in PetscSectionGetClosureInversePermutation()
/petsc/include/
H A Dpetsclogtypes.h22 int depth; /* The nesting depth of the event call */ member
/petsc/include/petsc/private/
H A Dsectionimpl.h8 PetscInt depth, size; member
/petsc/src/ts/utils/
H A Ddmplexts.c54 PetscInt depth; in DMPlexTSComputeRHSFunctionFVM() local

123