Searched refs:coo_reuse_preallocation (Results 1 – 3 of 3) sorted by relevance
36 …_EXTERN PetscErrorCode MatCeedSetReusePreallocationCOO(Mat mat, PetscBool coo_reuse_preallocation);37 …EXTERN PetscErrorCode MatCeedGetReusePreallocationCOO(Mat mat, PetscBool *coo_reuse_preallocation);
26 PetscBool coo_reuse_preallocation; member
347 ctx->coo_reuse_preallocation, &ctx->coo_reuse_preallocation, NULL)); in MatSetFromOptions_Ceed()701 if (!ctx->coo_reuse_preallocation || !coo_struct) { in MatCeedSetPreallocationCOO()1071 PetscErrorCode MatCeedSetReusePreallocationCOO(Mat mat, PetscBool coo_reuse_preallocation) { in MatCeedSetReusePreallocationCOO() argument1076 ctx->coo_reuse_preallocation = coo_reuse_preallocation; in MatCeedSetReusePreallocationCOO()1090 PetscErrorCode MatCeedGetReusePreallocationCOO(Mat mat, PetscBool *coo_reuse_preallocation) { in MatCeedGetReusePreallocationCOO() argument1095 *coo_reuse_preallocation = ctx->coo_reuse_preallocation; in MatCeedGetReusePreallocationCOO()