Searched refs:Nth (Results 1 – 2 of 2) sorted by relevance
594 if (!ex->Nth) { in DMPlexTransformSetUp_Extrude()603 const PetscReal t = ex->thicknesses[PetscMin(l, ex->Nth - 1)]; in DMPlexTransformSetUp_Extrude()1272 PetscErrorCode DMPlexTransformExtrudeSetThicknesses(DMPlexTransform tr, PetscInt Nth, const PetscRe… in DMPlexTransformExtrudeSetThicknesses() argument1279 …etscCheck(Nth > 0, PetscObjectComm((PetscObject)tr), PETSC_ERR_ARG_OUTOFRANGE, "Number of thicknes… in DMPlexTransformExtrudeSetThicknesses()1280 ex->Nth = PetscMin(Nth, ex->layers); in DMPlexTransformExtrudeSetThicknesses()1282 PetscCall(PetscMalloc1(ex->Nth, &ex->thicknesses)); in DMPlexTransformExtrudeSetThicknesses()1283 for (t = 0; t < ex->Nth; ++t) { in DMPlexTransformExtrudeSetThicknesses()
74 PetscInt Nth; /* The number of specified thicknesses */ member