Home
last modified time | relevance | path

Searched refs:MatCeedSetPreallocationCOO (Results 1 – 2 of 2) sorted by relevance

/honee/include/
H A Dmat-ceed.h17 PETSC_CEED_EXTERN PetscErrorCode MatCeedSetPreallocationCOO(Mat mat_ceed, Mat mat_coo);
/honee/src/
H A Dmat-ceed.c682 PetscErrorCode MatCeedSetPreallocationCOO(Mat mat_ceed, Mat mat_coo) { in MatCeedSetPreallocationCOO() function
752 if (index == -1) PetscCall(MatCeedSetPreallocationCOO(mat_ceed, mat_coo)); in MatCeedAssembleCOO()