Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c291 static inline PetscErrorCode CGNSElementTypeGetDiscretizationInfo(CGNS_ENUMT(ElementType_t) cellTyp… in CGNSElementTypeGetDiscretizationInfo() function
548 …PetscCall(CGNSElementTypeGetDiscretizationInfo((CGNS_ENUMT(ElementType_t))elements[off], NULL, &pO… in DMPlexCreateCGNS_Internal_Serial()
557 PetscCall(CGNSElementTypeGetDiscretizationInfo(cellType, NULL, &pOrder)); in DMPlexCreateCGNS_Internal_Serial()
591 …PetscCall(CGNSElementTypeGetDiscretizationInfo((CGNS_ENUMT(ElementType_t))elements[v], NULL, &pOrd… in DMPlexCreateCGNS_Internal_Serial()
601 PetscCall(CGNSElementTypeGetDiscretizationInfo(cellType, NULL, &pOrder)); in DMPlexCreateCGNS_Internal_Serial()
1622 PetscCall(CGNSElementTypeGetDiscretizationInfo(cellType, &numClosure, &pOrder)); in DMPlexCreateCGNS_Internal_Parallel()