Searched refs:destination (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/hierarchical/ |
| H A D | hierarchical.c | 47 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 D | iosbuilder.py | 289 destination = 'iphonesimulator' 291 debugdir = 'Debug-'+destination 294 debugdir = 'Release-'+destination
|
| /petsc/doc/changes/ |
| H A D | 313.md | 256 - Add PetscInfoSetFile() - Set output destination of PetscInfo() 257 - Add PetscInfoGetFile() - Get output destination of PetscInfo()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Scatter.pyx | 323 The destination vector.
|
| H A D | DMStag.pyx | 755 The compatible destination object. 757 The destination vector.
|
| H A D | DMSwarm.pyx | 501 The point index where the copy should be located (destination).
|
| /petsc/doc/manual/ |
| H A D | vec.md | 947 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 D | other.md | 325 format, and/or destination (e.g. file name or socket) if appropriate.
|