Lines Matching defs:da

21 PetscErrorCode DMDASetSizes(DM da, PetscInt M, PetscInt N, PetscInt P)  in DMDASetSizes()
56 PetscErrorCode DMDASetNumProcs(DM da, PetscInt m, PetscInt n, PetscInt p) in DMDASetNumProcs()
101 PetscErrorCode DMDAGetBoundaryType(DM da, PeOp DMBoundaryType *bx, PeOp DMBoundaryType *by, PeOp DM… in DMDAGetBoundaryType()
134 PetscErrorCode DMDASetBoundaryType(DM da, DMBoundaryType bx, DMBoundaryType by, DMBoundaryType bz) in DMDASetBoundaryType()
163 PetscErrorCode DMDASetDof(DM da, PetscInt dof) in DMDASetDof()
191 PetscErrorCode DMDAGetDof(DM da, PetscInt *dof) in DMDAGetDof()
219 PetscErrorCode DMDAGetOverlap(DM da, PeOp PetscInt *x, PeOp PetscInt *y, PeOp PetscInt *z) in DMDAGetOverlap()
246 PetscErrorCode DMDASetOverlap(DM da, PetscInt x, PetscInt y, PetscInt z) in DMDASetOverlap()
276 PetscErrorCode DMDAGetNumLocalSubDomains(DM da, PetscInt *Nsub) in DMDAGetNumLocalSubDomains()
299 PetscErrorCode DMDASetNumLocalSubDomains(DM da, PetscInt Nsub) in DMDASetNumLocalSubDomains()
332 PetscErrorCode DMDASetOffset(DM da, PetscInt xo, PetscInt yo, PetscInt zo, PetscInt Mo, PetscInt No… in DMDASetOffset()
375 PetscErrorCode DMDAGetOffset(DM da, PeOp PetscInt *xo, PeOp PetscInt *yo, PeOp PetscInt *zo, PeOp P… in DMDAGetOffset()
410 PetscErrorCode DMDAGetNonOverlappingRegion(DM da, PeOp PetscInt *xs, PeOp PetscInt *ys, PeOp PetscI… in DMDAGetNonOverlappingRegion()
443 PetscErrorCode DMDASetNonOverlappingRegion(DM da, PetscInt xs, PetscInt ys, PetscInt zs, PetscInt x… in DMDASetNonOverlappingRegion()
477 PetscErrorCode DMDASetStencilType(DM da, DMDAStencilType stype) in DMDASetStencilType()
504 PetscErrorCode DMDAGetStencilType(DM da, DMDAStencilType *stype) in DMDAGetStencilType()
528 PetscErrorCode DMDASetStencilWidth(DM da, PetscInt width) in DMDASetStencilWidth()
555 PetscErrorCode DMDAGetStencilWidth(DM da, PetscInt *width) in DMDAGetStencilWidth()
566 static PetscErrorCode DMDACheckOwnershipRanges_Private(DM da, PetscInt M, PetscInt m, const PetscIn… in DMDACheckOwnershipRanges_Private()
595 PetscErrorCode DMDASetOwnershipRanges(DM da, const PetscInt lx[], const PetscInt ly[], const PetscI… in DMDASetOwnershipRanges()
641 PetscErrorCode DMDASetInterpolationType(DM da, DMDAInterpolationType ctype) in DMDASetInterpolationType()
669 PetscErrorCode DMDAGetInterpolationType(DM da, DMDAInterpolationType *ctype) in DMDAGetInterpolationType()
706 PetscErrorCode DMDAGetNeighbors(DM da, const PetscMPIInt *ranks[]) in DMDAGetNeighbors()
748 PetscErrorCode DMDAGetOwnershipRanges(DM da, PeOp const PetscInt *lx[], PeOp const PetscInt *ly[], … in DMDAGetOwnershipRanges()
784 PetscErrorCode DMDASetRefinementFactor(DM da, PetscInt refine_x, PetscInt refine_y, PetscInt refine… in DMDASetRefinementFactor()
820 PetscErrorCode DMDAGetRefinementFactor(DM da, PeOp PetscInt *refine_x, PeOp PetscInt *refine_y, PeO… in DMDAGetRefinementFactor()
859 PetscErrorCode DMDASetGetMatrix(DM da, PetscErrorCode (*f)(DM da, Mat *A)) in DMDASetGetMatrix()
884 PetscErrorCode DMDAMapMatStencilToGlobal(DM da, PetscInt m, const MatStencil idxm[], PetscInt gidxm… in DMDAMapMatStencilToGlobal()
939 static PetscErrorCode DMDARefineOwnershipRanges(DM da, PetscBool periodic, PetscInt stencil_width, … in DMDARefineOwnershipRanges()
980 static PetscErrorCode DMDACoarsenOwnershipRanges(DM da, PetscBool periodic, PetscInt stencil_width,… in DMDACoarsenOwnershipRanges()
1014 PetscErrorCode DMRefine_DA(DM da, MPI_Comm comm, DM *daref) in DMRefine_DA()
1312 PetscErrorCode DMRefineHierarchy_DA(DM da, PetscInt nlevels, DM daf[]) in DMRefineHierarchy_DA()
1342 PetscErrorCode DMCoarsenHierarchy_DA(DM da, PetscInt nlevels, DM dac[]) in DMCoarsenHierarchy_DA()
1362 DM_DA *da = (DM_DA *)dm->data; in DMDASetGLLCoordinates_1d() local
1407 PetscErrorCode DMDASetGLLCoordinates(DM da, PetscInt n, PetscReal *nodes) in DMDASetGLLCoordinates()