Lines Matching refs:DMPrintCellMatrix
3098 if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(0, name, rTotDim, cTotDim, elemMat)); in DMPlexComputeInterpolatorNested()
3296 … if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, 1, numCIndices, elemMat)); in DMPlexComputeInterpolatorGeneral()
3528 … if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, 1, numCIndices, elemMat)); in DMPlexComputeMassMatrixGeneral()
3540 … if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, 1, numCIndices, elemMat)); in DMPlexComputeMassMatrixGeneral()
4780 …if (hasJac) PetscCall(DMPrintCellMatrix(cell, name, totDim, totDim, &elemMat[(c - cStart) * totDim… in DMPlexComputeJacobian_Patch_Internal()
4781 …if (hasPrec) PetscCall(DMPrintCellMatrix(cell, nameP, totDim, totDim, &elemMatP[(c - cStart) * tot… in DMPlexComputeJacobian_Patch_Internal()
6049 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(point, "BdJacobian", totDim, totDim, &elemMat[… in DMPlexComputeBdJacobianSingleByLabel()
6052 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(point, "BdJacobian", totDim, totDim, &elemMatP… in DMPlexComputeBdJacobianSingleByLabel()
6056 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(point, "BdJacobian", totDim, totDim, &elemMat[… in DMPlexComputeBdJacobianSingleByLabel()
6350 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, totDim, &elemMat[cind * to… in DMPlexComputeJacobianByKey()
6353 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, totDim, &elemMatP[cind * t… in DMPlexComputeJacobianByKey()
6357 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, totDim, &elemMat[cind * to… in DMPlexComputeJacobianByKey()
6573 …if (printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, ctotDim, &elemMat[cind * totDim … in DMPlexComputeJacobianByKeyGeneral()
6576 …if (printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, ctotDim, &elemMatP[cind * totDim… in DMPlexComputeJacobianByKeyGeneral()
6580 …if (printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, ctotDim, &elemMat[cind * totDim … in DMPlexComputeJacobianByKeyGeneral()
6936 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, totDim, &elemMatCoh[cind *… in DMPlexComputeJacobianHybridByKey()
6939 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, totDim, &elemMatCohP[cind … in DMPlexComputeJacobianHybridByKey()
6942 …if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, totDim, totDim, &elemMatCoh[cind *… in DMPlexComputeJacobianHybridByKey()
7130 PetscCall(DMPrintCellMatrix(c, name, totDim, totDim, &elemMat[cind * totDim * totDim])); in DMPlexComputeJacobianActionByKey()