Home
last modified time | relevance | path

Searched refs: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() argument
29 mesh->preallocCenterDim = preallocCenterDim; in DMDASetPreallocationCenterDimension()
53 PetscErrorCode DMDAGetPreallocationCenterDimension(DM dm, PetscInt *preallocCenterDim) in DMDAGetPreallocationCenterDimension() argument
59 PetscAssertPointer(preallocCenterDim, 2); in DMDAGetPreallocationCenterDimension()
60 *preallocCenterDim = mesh->preallocCenterDim; in DMDAGetPreallocationCenterDimension()
/petsc/include/petsc/private/ !
H A Ddmdaimpl.h73 …PetscInt preallocCenterDim; /* Dimension of the points which connect adjacent points for prealloc… member