Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Ddm_utils.c313 const PetscInt *permutation_indices; in BasisCreateFromTabulation() local
322 PetscCall(ISGetIndices(permutation, &permutation_indices)); in BasisCreateFromTabulation()
331 CeedInt p_petsc = is_simplex ? (p_ceed * num_comp) : permutation_indices[p_ceed * num_comp]; in BasisCreateFromTabulation()
341 if (permutation) PetscCall(ISRestoreIndices(permutation, &permutation_indices)); in BasisCreateFromTabulation()
/libCEED/examples/petsc/src/
H A Dpetscutils.c302 const PetscInt *permutation_indices; in BasisCreateFromTabulation() local
311 PetscCall(ISGetIndices(permutation, &permutation_indices)); in BasisCreateFromTabulation()
320 CeedInt p_petsc = is_simplex ? (p_ceed * num_comp) : permutation_indices[p_ceed * num_comp]; in BasisCreateFromTabulation()
330 if (permutation) PetscCall(ISRestoreIndices(permutation, &permutation_indices)); in BasisCreateFromTabulation()