Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1042 static PetscErrorCode MatTensorAltV(Mat trace, Mat fiber, PetscInt dimTrace, PetscInt kTrace, Petsc… in MatTensorAltV() argument
1060 PetscCall(PetscDTBinomialInt(dimTrace, PetscAbsInt(kTrace), &NkTrace)); in MatTensorAltV()
1075 k = kFiber + kTrace; in MatTensorAltV()
1089 PetscCall(PetscDTBinomialInt(dim, PetscAbsInt(kTrace), &dT)); in MatTensorAltV()
1096 PetscCall(PetscDTAltVPullbackMatrix(dim, dimTrace, projT, kTrace, projTstar)); in MatTensorAltV()
1101 sign = (PetscAbsInt(kTrace * kFiber) & 1) ? -1. : 1.; in MatTensorAltV()
1128 … PetscCall(PetscDTAltVWedgeMatrix(dim, PetscAbsInt(kFiber), PetscAbsInt(kTrace), workF, wedgeMat)); in MatTensorAltV()
1139 if (kTrace < 0) { in MatTensorAltV()
1141 PetscCall(PetscDTAltVStar(dim, PetscAbsInt(kTrace), 1, workT2, workT)); in MatTensorAltV()