Home
last modified time | relevance | path

Searched defs:redundant (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/utils/
H A Dgcreate.c434 Mat_Redundant *redundant; in MatHeaderMerge() local
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c498 …warmSetPointCoordinates(DM sw, PetscInt npoints, PetscReal coor[], PetscBool redundant, InsertMode… in DMSwarmSetPointCoordinates()
/petsc/include/petsc/private/
H A Dmatimpl.h498 Mat_Redundant *redundant; /* used by MatCreateRedundantMatrix() */ member
/petsc/src/mat/interface/
H A Dmatrix.c1402 static PetscErrorCode MatDestroy_Redundant(Mat_Redundant **redundant) in MatDestroy_Redundant()