Lines Matching defs:dm

10 static PetscErrorCode DMCreateMatrix_Redundant(DM dm, Mat *J)  in DMCreateMatrix_Redundant()
43 static PetscErrorCode DMDestroy_Redundant(DM dm) in DMDestroy_Redundant()
54 static PetscErrorCode DMCreateGlobalVector_Redundant(DM dm, Vec *gvec) in DMCreateGlobalVector_Redundant()
72 static PetscErrorCode DMCreateLocalVector_Redundant(DM dm, Vec *lvec) in DMCreateLocalVector_Redundant()
87 static PetscErrorCode DMLocalToGlobalBegin_Redundant(DM dm, Vec l, InsertMode imode, Vec g) in DMLocalToGlobalBegin_Redundant()
128 static PetscErrorCode DMLocalToGlobalEnd_Redundant(DM dm, Vec l, InsertMode imode, Vec g) in DMLocalToGlobalEnd_Redundant()
134 static PetscErrorCode DMGlobalToLocalBegin_Redundant(DM dm, Vec g, InsertMode imode, Vec l) in DMGlobalToLocalBegin_Redundant()
158 static PetscErrorCode DMGlobalToLocalEnd_Redundant(DM dm, Vec g, InsertMode imode, Vec l) in DMGlobalToLocalEnd_Redundant()
164 static PetscErrorCode DMView_Redundant(DM dm, PetscViewer viewer) in DMView_Redundant()
175 static PetscErrorCode DMCreateColoring_Redundant(DM dm, ISColoringType ctype, ISColoring *coloring) in DMCreateColoring_Redundant()
264 PetscErrorCode DMRedundantSetSize(DM dm, PetscMPIInt rank, PetscInt N) in DMRedundantSetSize()
291 PetscErrorCode DMRedundantGetSize(DM dm, PetscMPIInt *rank, PetscInt *N) in DMRedundantGetSize()
300 static PetscErrorCode DMRedundantSetSize_Redundant(DM dm, PetscMPIInt rank, PetscInt N) in DMRedundantSetSize_Redundant()
320 static PetscErrorCode DMRedundantGetSize_Redundant(DM dm, PetscInt *rank, PetscInt *N) in DMRedundantGetSize_Redundant()
349 PETSC_EXTERN PetscErrorCode DMCreate_Redundant(DM dm) in DMCreate_Redundant()
394 PetscErrorCode DMRedundantCreate(MPI_Comm comm, PetscMPIInt rank, PetscInt N, DM *dm) in DMRedundantCreate()