Lines Matching refs:PetscAbsInt
632 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(formDegree), &Nk)); in PetscLagNodeIndicesPushForward()
633 PetscCall(PetscDTBinomialInt(pdim, PetscAbsInt(formDegree), &pNk)); in PetscLagNodeIndicesPushForward()
666 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(formDegree), &Nk)); in PetscLagNodeIndicesTensor()
667 PetscCall(PetscDTBinomialInt(dimT, PetscAbsInt(kT), &NkT)); in PetscLagNodeIndicesTensor()
668 PetscCall(PetscDTBinomialInt(dimF, PetscAbsInt(kF), &NkF)); in PetscLagNodeIndicesTensor()
669 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(kT), &MkT)); in PetscLagNodeIndicesTensor()
670 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(kF), &MkF)); in PetscLagNodeIndicesTensor()
697 sign = (PetscAbsInt(kT * kF) & 1) ? -1. : 1.; in PetscLagNodeIndicesTensor()
710 PetscCall(PetscDTAltVStar(dim, PetscAbsInt(kF), 1, workF2, workF)); in PetscLagNodeIndicesTensor()
713 PetscCall(PetscDTAltVWedgeMatrix(dim, PetscAbsInt(kF), PetscAbsInt(kT), workF, wedgeMat)); in PetscLagNodeIndicesTensor()
724 PetscCall(PetscDTAltVStar(dim, PetscAbsInt(kT), 1, workT2, workT)); in PetscLagNodeIndicesTensor()
735 PetscCall(PetscDTAltVStar(dim, PetscAbsInt(formDegree), -1, work2, work)); in PetscLagNodeIndicesTensor()
1060 PetscCall(PetscDTBinomialInt(dimTrace, PetscAbsInt(kTrace), &NkTrace)); in MatTensorAltV()
1063 PetscCall(PetscDTBinomialInt(dimFiber, PetscAbsInt(kFiber), &NkFiber)); in MatTensorAltV()
1076 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(k), &Nk)); in MatTensorAltV()
1089 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(kTrace), &dT)); in MatTensorAltV()
1090 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(kFiber), &dF)); in MatTensorAltV()
1101 sign = (PetscAbsInt(kTrace * kFiber) & 1) ? -1. : 1.; in MatTensorAltV()
1126 PetscCall(PetscDTAltVStar(dim, PetscAbsInt(kFiber), 1, workF2, workF)); in MatTensorAltV()
1128 … PetscCall(PetscDTAltVWedgeMatrix(dim, PetscAbsInt(kFiber), PetscAbsInt(kTrace), workF, wedgeMat)); in MatTensorAltV()
1141 PetscCall(PetscDTAltVStar(dim, PetscAbsInt(kTrace), 1, workT2, workT)); in MatTensorAltV()
1150 PetscCall(PetscDTAltVStar(dim, PetscAbsInt(k), -1, work, workstar)); in MatTensorAltV()
1239 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(k), &Nk)); in MatricesMerge()
1330 PetscCall(PetscDTBinomialInt(pointDim, PetscAbsInt(k), &Nknew)); in PetscDualSpaceCreateFacetSubspace_Lagrange()
1451 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(formDegree), &Nk)); in PetscDualSpaceLagrangeCreateAllNodeIdx()
1510 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(k), &Nk)); in PetscDualSpaceCreateAllDataFromInteriorData()
1522 if (pdim < PetscAbsInt(k)) continue; in PetscDualSpaceCreateAllDataFromInteriorData()
1523 PetscCall(PetscDTBinomialInt(pdim, PetscAbsInt(k), &pNk)); in PetscDualSpaceCreateAllDataFromInteriorData()
1560 if (pdim < PetscAbsInt(k)) continue; in PetscDualSpaceCreateAllDataFromInteriorData()
1563 PetscCall(PetscDTBinomialInt(pdim, PetscAbsInt(k), &pNk)); in PetscDualSpaceCreateAllDataFromInteriorData()
1900 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(k), &Nk)); in BiunitSimplexSymmetricFormTransformation()
2009 …PetscCheck(PetscAbsInt(formDegree) <= dim, comm, PETSC_ERR_ARG_OUTOFRANGE, "Form degree must be bo… in PetscDualSpaceSetUp_Lagrange()
2010 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(formDegree), &Nk)); in PetscDualSpaceSetUp_Lagrange()
2032 …if (lag->trimmed && PetscAbsInt(formDegree) == dim) { /* convert trimmed n-forms to untrimmed of o… in PetscDualSpaceSetUp_Lagrange()
2038 if (!order || PetscAbsInt(formDegree) == dim) lag->continuous = PETSC_FALSE; in PetscDualSpaceSetUp_Lagrange()
2059 …PetscCheck(interpolated == DMPLEX_INTERPOLATED_FULL || !continuous || (PetscAbsInt(formDegree) <= … in PetscDualSpaceSetUp_Lagrange()
2117 if (hdim < PetscAbsInt(formDegree)) break; in PetscDualSpaceSetUp_Lagrange()
2209 if (order + PetscAbsInt(formDegree) > dim) { in PetscDualSpaceSetUp_Lagrange()
2210 PetscInt sum = order + PetscAbsInt(formDegree) - dim - 1; in PetscDualSpaceSetUp_Lagrange()
2240 if (order + PetscAbsInt(formDegree) > dim) { in PetscDualSpaceSetUp_Lagrange()
2244 …PetscInt trFormDegree = formDegree >= 0 ? formDegree - dim : dim - PetscAbsInt(formDegr… in PetscDualSpaceSetUp_Lagrange()
2250 PetscCall(PetscDualSpaceSetOrder(trimmedsp, order + PetscAbsInt(formDegree) - dim)); in PetscDualSpaceSetUp_Lagrange()
2261 if (PetscAbsInt(formDegree) > 0 && PetscAbsInt(formDegree) < dim) { in PetscDualSpaceSetUp_Lagrange()
2329 …if (PetscAbsInt(formDegree) < dim) { /* get the trace k-forms on the first facet, and the 0-forms … in PetscDualSpaceSetUp_Lagrange()
2357 …if (PetscAbsInt(formDegree) > 0) { /* get the trace (k-1)-forms on the first facet, and the 1-form… in PetscDualSpaceSetUp_Lagrange()