Home
last modified time | relevance | path

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

/honee/src/
H A Dmat-ceed.c285 PetscCall(PetscViewerASCIIPrintf(viewer, "Default COO MatType: %s\n", ctx->coo_mat_type)); in MatView_Ceed()
341 PetscCall(PetscFree(ctx->coo_mat_type)); in MatSetFromOptions_Ceed()
342 PetscCall(PetscStrallocpy(coo_mat_type_cl, &ctx->coo_mat_type)); in MatSetFromOptions_Ceed()
512 MatType coo_mat_type; in MatCreateCeed() local
515 PetscCall(DefaultMatTypeFromVecType(vec_type, &coo_mat_type)); in MatCreateCeed()
516 PetscCall(PetscStrallocpy(coo_mat_type, &ctx->coo_mat_type)); in MatCreateCeed()
663 PetscCall(DMSetMatType(ctx->dm_x, ctx->coo_mat_type)); in MatCeedCreateMatCOO()
1119 PetscCall(PetscStrlen(ctx->coo_mat_type, &len_old)); in MatCeedSetCOOMatType()
1121 if (len_old == len_new) PetscCall(PetscStrncmp(ctx->coo_mat_type, type, len_old, &is_same)); in MatCeedSetCOOMatType()
1150 PetscCall(PetscFree(ctx->coo_mat_type)); in MatCeedSetCOOMatType()
[all …]
/honee/include/
H A Dmat-ceed-impl.h15 char *name, *coo_mat_type; member