Home
last modified time | relevance | path

Searched defs:preallocCenterDim (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/da/
H A Ddapreallocate.c23 PetscErrorCode DMDASetPreallocationCenterDimension(DM dm, PetscInt preallocCenterDim) in DMDASetPreallocationCenterDimension()
53 PetscErrorCode DMDAGetPreallocationCenterDimension(DM dm, PetscInt *preallocCenterDim) in DMDAGetPreallocationCenterDimension()
/petsc/include/petsc/private/
H A Ddmdaimpl.h73 …PetscInt preallocCenterDim; /* Dimension of the points which connect adjacent points for prealloc… member