Searched refs:DMCountNonCyclicReferences (Results 1 – 3 of 3) sorted by relevance
254 - Change `DMCountNonCyclicReferences()` to `DMCountNonCyclicReferences_Internal()`255 - Add `DMCountNonCyclicReferences()` as a more generic wrapper for `DMCountNonCyclicReferences_Inte…
110 PETSC_INTERN PetscErrorCode DMCountNonCyclicReferences(PetscObject, PetscInt *);
62 ((PetscObject)v)->non_cyclic_references = &DMCountNonCyclicReferences; in DMCreate()589 PetscErrorCode DMCountNonCyclicReferences(PetscObject dm, PetscInt *ncrefct) in DMCountNonCyclicReferences() function