Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c47 IS destination, fineparts_temp, vweights, svweights; in MatPartitioningApply_Hierarchical() local
155 …artitioningHierarchical_DetermineDestination(part, hpart->coarseparts, i, i + size, &destination)); in MatPartitioningApply_Hierarchical()
157 …rchical_AssembleSubdomain(adj, part->vertex_weights ? vweights : NULL, destination, part->vertex_w… in MatPartitioningApply_Hierarchical()
168 PetscCall(ISDestroy(&destination)); in MatPartitioningApply_Hierarchical()
291 …MatPartitioningHierarchical_AssembleSubdomain(Mat adj, IS vweights, IS destination, IS *svweights,… in MatPartitioningHierarchical_AssembleSubdomain() argument
303 PetscCall(ISBuildTwoSided(destination, NULL, &irows)); in MatPartitioningHierarchical_AssembleSubdomain()
316 …Destination(MatPartitioning part, IS partitioning, PetscInt pstart, PetscInt pend, IS *destination) in MatPartitioningHierarchical_DetermineDestination() argument
339 PetscCall(ISCreateGeneral(comm, plocalsize, dest_indices, PETSC_OWN_POINTER, destination)); in MatPartitioningHierarchical_DetermineDestination()
/petsc/systems/Apple/iOS/bin/
H A Diosbuilder.py289 destination = 'iphonesimulator'
291 debugdir = 'Debug-'+destination
294 debugdir = 'Release-'+destination
/petsc/doc/changes/
H A D313.md256 - Add PetscInfoSetFile() - Set output destination of PetscInfo()
257 - Add PetscInfoGetFile() - Get output destination of PetscInfo()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DScatter.pyx323 The destination vector.
H A DDMStag.pyx755 The compatible destination object.
757 The destination vector.
H A DDMSwarm.pyx501 The point index where the copy should be located (destination).
/petsc/doc/manual/
H A Dvec.md947 indicates the index set of the destination vector. The vectors can be
950 in the destination index set, `iy`, and that the vectors be long
955 into the specified locations of the destination vector, overwriting any
959 replace the destination with the maximal or minimal of its current value and
963 destination index set, `iy`, be a stride index set with a stride of
1012 Vec p, x; /* initial vector, destination vector */
H A Dother.md325 format, and/or destination (e.g. file name or socket) if appropriate.