Home
last modified time | relevance | path

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

/honee/include/
H A Dmat-ceed-impl.h17 PetscInt ref_count, num_mats_assembled_full, num_mats_assembled_pbd; member
/honee/src/
H A Dmat-ceed.c1420 (*ctx)->ref_count = 1; in MatCeedContextCreate()
1518 ctx->ref_count++; in MatCeedContextReference()
1552 if (!ctx || --(*ctx)->ref_count > 0) PetscFunctionReturn(PETSC_SUCCESS); in MatCeedContextDestroy()