Home
last modified time | relevance | path

Searched defs:adj (Results 1 – 24 of 24) sorted by relevance

/petsc/src/mat/impls/adj/mpi/ftn-custom/
H A Dzmpiadjf.c13 Mat_MPIAdj *adj; in matcreatempiadj_() local
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c40 Mat mat = part->adj, adj, sadj; in MatPartitioningApply_Hierarchical() local
242 static PetscErrorCode MatPartitioningHierarchical_ReassembleFineparts(Mat adj, IS fineparts, ISLoca… in MatPartitioningHierarchical_ReassembleFineparts()
291 static PetscErrorCode MatPartitioningHierarchical_AssembleSubdomain(Mat adj, IS vweights, IS destin… in MatPartitioningHierarchical_AssembleSubdomain()
458 Mat mat = part->adj, adj; in MatPartitioningImprove_Hierarchical() local
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c10 static PetscErrorCode MatCreateSubMatrix_MPIAdj_data(Mat adj, IS irows, IS icols, PetscInt **sadj_x… in MatCreateSubMatrix_MPIAdj_data()
454 Mat_MPIAdj *adj = (Mat_MPIAdj *)A->data; in MatSetValues_MPIAdj() local
488 Mat_MPIAdj *adj = (Mat_MPIAdj *)A->data; in MatAssemblyBegin_MPIAdj() local
508 Mat_MPIAdj *adj = (Mat_MPIAdj *)A->data; in MatAssemblyEnd_MPIAdj() local
798 Mat_MPIAdj *adj = (Mat_MPIAdj *)A->data; in MatMPIAdjToSeq_MPIAdj() local
844 Mat_MPIAdj *adj = (Mat_MPIAdj *)A->data; in MatMPIAdjToSeqRankZero_MPIAdj() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMatPartitioning.pyx126 def setAdjacency(self, Mat adj) -> None:
/petsc/src/mat/graphops/partition/impls/pmetis/
H A Dpmetis.c64 Mat_MPIAdj *adj = (Mat_MPIAdj *)pmat->data; in MatPartitioningApply_Parmetis_Private() local
434 Mat_MPIAdj *adj = (Mat_MPIAdj *)mesh->data, *newadj; in MatMeshToCellGraph() local
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c103 …tscErrorCode DMPlexGetAdjacency_Cone_Internal(DM dm, PetscInt p, PetscInt *adjSize, PetscInt adj[]) in DMPlexGetAdjacency_Cone_Internal()
129 …ErrorCode DMPlexGetAdjacency_Support_Internal(DM dm, PetscInt p, PetscInt *adjSize, PetscInt adj[]) in DMPlexGetAdjacency_Support_Internal()
155 …ncy_Transitive_Internal(DM dm, PetscInt p, PetscBool useClosure, PetscInt *adjSize, PetscInt adj[]) in DMPlexGetAdjacency_Transitive_Internal()
224 … useCone, PetscBool useTransitiveClosure, PetscBool useAnchors, PetscInt *adjSize, PetscInt *adj[]) in DMPlexGetAdjacency_Internal()
312 PetscErrorCode DMPlexGetAdjacency(DM dm, PetscInt p, PetscInt *adjSize, PetscInt *adj[]) in DMPlexGetAdjacency()
503 PetscInt *adj = NULL; in DMPlexCreateOverlapLabel() local
603 PetscInt *adj = NULL; in HandlePoint_Private() local
669 PetscInt *adj = NULL; in DMPlexCreateOverlapLabelFromLabels() local
H A Dplexpartition.c18 PetscInt *adj = NULL, *vOffsets = NULL, *vAdj = NULL; in DMPlexCreatePartitionerGraph_Overlap() local
114 PetscInt *adj = NULL, *vOffsets = NULL, *graph = NULL; in DMPlexCreatePartitionerGraph_Native() local
549 PetscInt *off, *adj; in DMPlexCreateNeighborCSR() local
1140 PetscInt *adj = NULL; in DMPlexPartitionLabelAdjacency() local
H A Dplexpreallocate.c23 PetscInt p, q, a, aSize, *offsets, aStart, aEnd, *inverse, iSize, *adj, adjSize; in DMPlexComputeAnchorAdjacencies() local
250 …PetscInt *tmpAdj = NULL, *adj, *rootAdj, *anchorAdj = NULL, *cols, *remoteOffsets, *myRan… in DMPlexCreateAdjacencySection_Static() local
H A Dplexorient.c552 PetscSFNode *adj = NULL; in DMPlexOrient() local
931 PetscSFNode *adj = NULL; in DMPlexOrientCells_Internal() local
H A Dplex.c10128 PetscInt cellarr[2], *adj = NULL; in DMPlexComputeOrthogonalQuality() local
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c113 PetscErrorCode MatCoarsenSetAdjacency(MatCoarsen agg, Mat adj) in MatCoarsenSetAdjacency()
/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c29 Mat_MPIAdj *adj; in MatPartitioningApply_Party() local
/petsc/src/mat/graphops/partition/impls/scotch/
H A Dscotch.c267 Mat_MPIAdj *adj = (Mat_MPIAdj *)mat->data; in MatPartitioningApply_PTScotch_Private() local
/petsc/src/mat/impls/aij/mpi/
H A Dmpimatmatmult.c201 …PetscInt *adi = ad->i, *adj = ad->j, *aoi = ao->i, *aoj = ao->j, rstart = A->rmap->rsta… in MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable() local
659 PetscInt *adi = ad->i, *adj, *aoi = ao->i, *aoj; in MatMatMultNumeric_MPIAIJ_MPIAIJ() local
808 …PetscInt *adi = ad->i, *adj = ad->j, *aoi = ao->i, *aoj = ao->j, rstart = A->rmap->rsta… in MatMatMultSymbolic_MPIAIJ_MPIAIJ() local
1050 PetscInt *adi = ad->i, *adj = ad->j, *aoi = ao->i, rstart = A->rmap->rstart; in MatMatMultSymbolic_MPIAIJ_MPIAIJ_seqMPI() local
1595 PetscInt *adj; in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ() local
/petsc/src/mat/graphops/partition/
H A Dpartition.c421 PetscErrorCode MatPartitioningSetAdjacency(MatPartitioning part, Mat adj) in MatPartitioningSetAdjacency()
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c57 Mat_MPIAdj *adj; in MatPartitioningApply_Chaco() local
/petsc/src/dm/impls/moab/
H A Ddmmbutil.cxx509 moab::Range verts, cells, edges, faces, adj, dim3, dim2; in DMMoabCreateBoxMesh() local
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1365 Mat Ad = NULL, adj; in PCASMCreateSubdomains() local
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1325 Mat Ad = NULL, adj; in PCGASMCreateLocalSubdomains() local
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c197 Mat adj; in PCGAMGCreateLevel_GAMG() local
/petsc/src/dm/impls/swarm/
H A Dswarm.c698 PetscInt *dnz, *onz, *adj, depth, maxConeSize, maxSupportSize, maxAdjSize; in DMSwarmComputeMassMatrixSquare_Private() local
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2725 …C_INTERN PetscErrorCode MatConvert_MPIBAIJ_MPIAdj(Mat B, MatType newtype, MatReuse reuse, Mat *adj) in MatConvert_MPIBAIJ_MPIAdj()
/petsc/include/petsc/private/
H A Dmatimpl.h548 Mat adj; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c2421 PetscInt *adj = NULL; in PCBDDCDetectDisconnectedComponents() local