Searched refs:preallocCenterDim (Results 1 – 2 of 2) sorted by relevance
23 PetscErrorCode DMDASetPreallocationCenterDimension(DM dm, PetscInt preallocCenterDim) in DMDASetPreallocationCenterDimension() argument29 mesh->preallocCenterDim = preallocCenterDim; in DMDASetPreallocationCenterDimension()53 PetscErrorCode DMDAGetPreallocationCenterDimension(DM dm, PetscInt *preallocCenterDim) in DMDAGetPreallocationCenterDimension() argument59 PetscAssertPointer(preallocCenterDim, 2); in DMDAGetPreallocationCenterDimension()60 *preallocCenterDim = mesh->preallocCenterDim; in DMDAGetPreallocationCenterDimension()
73 …PetscInt preallocCenterDim; /* Dimension of the points which connect adjacent points for prealloc… member