Home
last modified time | relevance | path

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

/honee/include/
H A Dpetsc-ceed-utils.h98 static inline PetscErrorCode IntArrayPetscToCeed(PetscCount num_entries, PetscInt **array_petsc, Ce… in IntArrayPetscToCeed() function
/honee/src/
H A Ddm-utils.c107 …PetscCall(IntArrayPetscToCeed(num_elem * elem_size, &restriction_offsets_petsc, &restriction_offse… in DMPlexCeedElemRestrictionCreate()