Home
last modified time | relevance | path

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

/honee/src/
H A Ddm-utils.c595 const PetscInt *permutation_indices; in ComputeFieldTabulationP2C() local
611 if (has_permutation) PetscCall(ISGetIndices(permutation, &permutation_indices)); in ComputeFieldTabulationP2C()
617 …CeedInt p_petsc = has_permutation ? (permutation_indices[field_offset + p_ceed * num_com… in ComputeFieldTabulationP2C()
625 if (has_permutation) PetscCall(ISRestoreIndices(permutation, &permutation_indices)); in ComputeFieldTabulationP2C()