Home
last modified time | relevance | path

Searched refs:maxSupportSize (Results 1 – 16 of 16) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexreorder.c201 PetscInt maxConeSize, maxSupportSize, n, pStart, pEnd, p; in DMPlexPermute() local
203 ierr = DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize);CHKERRQ(ierr); in DMPlexPermute()
205 plexNew->maxSupportSize = maxSupportSize; in DMPlexPermute()
H A Dplexinterpolate.c60 PetscInt maxConeSize, maxSupportSize; in DMPlexGetRawFaces_Internal() local
66 ierr = DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize);CHKERRQ(ierr); in DMPlexGetRawFaces_Internal()
67 …if (faceTypes) {ierr = DMGetWorkArray(dm, PetscMax(maxConeSize, maxSupportSize), MPIU_IN… in DMPlexGetRawFaces_Internal()
68 …if (faceSizes) {ierr = DMGetWorkArray(dm, PetscMax(maxConeSize, maxSupportSize), MPIU_IN… in DMPlexGetRawFaces_Internal()
69 …if (faces) {ierr = DMGetWorkArray(dm, PetscSqr(PetscMax(maxConeSize, maxSupportSize)), MPIU_IN… in DMPlexGetRawFaces_Internal()
H A Dplex.c608 PetscInt dim, cellHeight, maxConeSize, maxSupportSize; in DMPlexView_Ascii() local
616 ierr = DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize);CHKERRQ(ierr); in DMPlexView_Ascii()
2190 mesh->maxSupportSize = PetscMax(mesh->maxSupportSize, size); in DMPlexSetSupportSize()
2358 maxSize = 2*(PetscMax(mesh->maxConeSize, mesh->maxSupportSize)+1); in DMPlexGetTransitiveClosure()
2375 s = mesh->maxSupportSize; in DMPlexGetTransitiveClosure()
2502 maxSize = 2*(PetscMax(mesh->maxConeSize, mesh->maxSupportSize)+1); in DMPlexGetTransitiveClosure_Internal()
2520 s = mesh->maxSupportSize; in DMPlexGetTransitiveClosure_Internal()
2660 if (maxSupportSize) *maxSupportSize = mesh->maxSupportSize; in DMPlexGetMaxSizes()
2677 if (mesh->maxSupportSize) { in DMSetUp_Plex()
2790 mesh->maxSupportSize = PetscMax(mesh->maxSupportSize, dof); in DMPlexSymmetrize()
[all …]
H A Dplexpreallocate.c825 ierr = DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize);CHKERRQ(ierr);
827 …ize = 2*PetscMax(PetscPowInt(mesh->maxConeSize,depth+1),PetscPowInt(mesh->maxSupportSize,depth+1));
H A Dplexsubmesh.c487 …PetscInt depth = 0, maxConeSize, maxSupportSize, maxConeSizeNew, maxSupportSizeNew, pStart, … in DMPlexShiftPoints_Internal() local
493 ierr = DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize);CHKERRQ(ierr); in DMPlexShiftPoints_Internal()
495 …ierr = PetscMalloc1(PetscMax(PetscMax(maxConeSize, maxSupportSize), PetscMax(maxConeSizeNew, maxSu… in DMPlexShiftPoints_Internal()
1000 … shift = 100, shift2 = 200, depth = 0, dep, dim, d, sp, maxConeSize, maxSupportSize, maxConeSizeNe… in DMPlexConstructCohesiveCells_Internal() local
1011 ierr = DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize);CHKERRQ(ierr); in DMPlexConstructCohesiveCells_Internal()
1184 …,&coneNew,PetscMax(maxConeSize, maxConeSizeNew)*3,&coneONew,PetscMax(maxSupportSize, maxSupportSiz… in DMPlexConstructCohesiveCells_Internal()
H A Dplextree.c899 mesh->maxSupportSize = PetscMax(mesh->maxSupportSize,newDof); in DMPlexTreeExchangeSupports()
H A Dplexcreate.c2764 mesh->maxSupportSize = 0; in DMCreate_Plex()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ftn-auto/
H A Dplexf.c390 PETSC_EXTERN void dmplexgetmaxsizes_(DM dm,PetscInt *maxConeSize,PetscInt *maxSupportSize, int *__… in dmplexgetmaxsizes_() argument
393 (DM)PetscToPointer((dm) ),maxConeSize,maxSupportSize); in dmplexgetmaxsizes_()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DDMPlex.pyx263 cdef PetscInt maxConeSize = 0, maxSupportSize = 0
264 CHKERR( DMPlexGetMaxSizes(self.dm, &maxConeSize, &maxSupportSize) )
265 return toInt(maxConeSize), toInt(maxSupportSize)
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/swarm/
H A Dswarm.c436 PetscInt *dnz, *onz, *adj, depth, maxConeSize, maxSupportSize, maxAdjSize; in DMSwarmComputeMassMatrixSquare_Private() local
470 ierr = DMPlexGetMaxSizes(dmf, &maxConeSize, &maxSupportSize);CHKERRQ(ierr); in DMSwarmComputeMassMatrixSquare_Private()
471 maxAdjSize = PetscPowInt(maxConeSize*maxSupportSize, depth); in DMSwarmComputeMassMatrixSquare_Private()
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/
H A Dex11_sa.c713 PetscInt dim, depth, maxConeSize, maxSupportSize, numLabels, numGhostCells; in SplitFaces() local
781 ierr = DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize);CHKERRQ(ierr); in SplitFaces()
782 ierr = PetscMalloc1(PetscMax(maxConeSize, maxSupportSize), &newpoints);CHKERRQ(ierr); in SplitFaces()
H A Dex11.c975 PetscInt dim, depth, maxConeSize, maxSupportSize, numLabels, numGhostCells; in SplitFaces() local
1042 ierr = DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize);CHKERRQ(ierr); in SplitFaces()
1043 ierr = PetscMalloc1(PetscMax(maxConeSize, maxSupportSize), &newpoints);CHKERRQ(ierr); in SplitFaces()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Ddmpleximpl.h116 PetscInt maxSupportSize; /* Cached for fast lookup */ member
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DRandomMixture.cxx835 …const UnsignedInteger maxSupportSize(ResourceMap::GetAsUnsignedInteger("RandomMixture-MaximumSuppo… in setDistributionCollectionAndWeights() local
838 if (firstOtherAtom > firstNonContinuousAtom + 1 && maxSupportSize > 0) in setDistributionCollectionAndWeights()
855 if (newAggregatedSupportSize > maxSupportSize) in setDistributionCollectionAndWeights()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS11264 PetscInt maxSupportSize;116,5954
H A DCTAGS5634 …cErrorCode DMPlexGetMaxSizes(DM dm, PetscInt *maxConeSize, PetscInt *maxSupportSize)$/;" f languag…
71010 maxSupportSize include/petsc/private/dmpleximpl.h /^ PetscInt maxSupportSize; \/* C…