Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c10 PetscErrorCode PetscCDCreate(PetscInt a_size, PetscCoarsenData **a_out) in PetscCDCreate() argument
17 *a_out = ail; in PetscCDCreate()
62 static PetscErrorCode PetscCDGetNewNode(PetscCoarsenData *ail, PetscCDIntNd **a_out, PetscInt a_id) in PetscCDGetNewNode() argument
65 *a_out = NULL; /* squelch -Wmaybe-uninitialized */ in PetscCDGetNewNode()
72 *a_out = node; in PetscCDGetNewNode()
92 *a_out = ail->new_node++; in PetscCDGetNewNode()