Home
last modified time | relevance | path

Searched refs:coo_reuse_preallocation (Results 1 – 3 of 3) sorted by relevance

/honee/include/
H A Dmat-ceed.h36 …_EXTERN PetscErrorCode MatCeedSetReusePreallocationCOO(Mat mat, PetscBool coo_reuse_preallocation);
37 …EXTERN PetscErrorCode MatCeedGetReusePreallocationCOO(Mat mat, PetscBool *coo_reuse_preallocation);
H A Dmat-ceed-impl.h26 PetscBool coo_reuse_preallocation; member
/honee/src/
H A Dmat-ceed.c347 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() argument
1076 ctx->coo_reuse_preallocation = coo_reuse_preallocation; in MatCeedSetReusePreallocationCOO()
1090 PetscErrorCode MatCeedGetReusePreallocationCOO(Mat mat, PetscBool *coo_reuse_preallocation) { in MatCeedGetReusePreallocationCOO() argument
1095 *coo_reuse_preallocation = ctx->coo_reuse_preallocation; in MatCeedGetReusePreallocationCOO()