Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmat-ceed.c609 char coo_mat_type_cl[64]; in MatCeedCreateMatCOO() local
617 …mat_type", "Default MATCEED COO assembly MatType", NULL, MatList, coo_mat_type_cl, coo_mat_type_cl, in MatCeedCreateMatCOO()
618 sizeof(coo_mat_type_cl), &is_coo_mat_type_cl)); in MatCeedCreateMatCOO()
622 PetscCall(PetscStrallocpy(coo_mat_type_cl, &ctx->coo_mat_type)); in MatCeedCreateMatCOO()