Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c291 …peGetDiscretizationInfo(CGNS_ENUMT(ElementType_t) cellType, PetscInt *numClosure, PetscInt *pOrder) in CGNSElementTypeGetDiscretizationInfo() argument
415 if (pOrder) *pOrder = _pOrder; in CGNSElementTypeGetDiscretizationInfo()
530 PetscInt numCorners, pOrder; in DMPlexCreateCGNS_Internal_Serial() local
548 …all(CGNSElementTypeGetDiscretizationInfo((CGNS_ENUMT(ElementType_t))elements[off], NULL, &pOrder)); in DMPlexCreateCGNS_Internal_Serial()
549 …heck(pOrder == 1, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Serial CGNS reader only supports first or… in DMPlexCreateCGNS_Internal_Serial()
557 PetscCall(CGNSElementTypeGetDiscretizationInfo(cellType, NULL, &pOrder)); in DMPlexCreateCGNS_Internal_Serial()
558 …heck(pOrder == 1, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Serial CGNS reader only supports first or… in DMPlexCreateCGNS_Internal_Serial()
579 PetscInt *cone, numc, numCorners, maxCorners = 27, pOrder; in DMPlexCreateCGNS_Internal_Serial() local
591 …cCall(CGNSElementTypeGetDiscretizationInfo((CGNS_ENUMT(ElementType_t))elements[v], NULL, &pOrder)); in DMPlexCreateCGNS_Internal_Serial()
592 …heck(pOrder == 1, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Serial CGNS reader only supports first or… in DMPlexCreateCGNS_Internal_Serial()
[all …]