Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c338 PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS weights", Nc, 1, tmp)); in DMAdaptInterpolator()
339 PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS matrix", Nc, ncols, A)); in DMAdaptInterpolator()
341 PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS rhs", Nc, 1, tmp)); in DMAdaptInterpolator()
344 PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS weights", Nc, 1, w)); in DMAdaptInterpolator()
345 PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS matrix", Nc, ncols, A)); in DMAdaptInterpolator()
346 PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS rhs", Nc, 1, b)); in DMAdaptInterpolator()
367 …PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS singular values", PetscMin(Nc, ncols), 1, tmp)… in DMAdaptInterpolator()
371 …PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS singular values", PetscMin(Nc, ncols), 1, sing… in DMAdaptInterpolator()
373 PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS old P", ncols, 1, vals)); in DMAdaptInterpolator()
374 PetscCall(DMPrintCellMatrix(r, "Interpolator Row LS sol", ncols, 1, b)); in DMAdaptInterpolator()
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c238 PetscCall(DMPrintCellMatrix(e, "invJ", dim, dim, fegeom.invJ)); in PetscFEIntegrate_Basic()
350 PetscCall(DMPrintCellMatrix(e, "invJ", dim, dim, fegeom.invJ)); in PetscFEIntegrateBd_Basic()
455 PetscCall(DMPrintCellMatrix(e, "invJ", dE, dE, fegeom.invJ)); in PetscFEIntegrateResidual_Basic()
570 PetscCall(DMPrintCellMatrix(e, "invJ", dim, dim, fegeom.invJ)); in PetscFEIntegrateBdResidual_Basic()
703 PetscCall(DMPrintCellMatrix(e, "invJ", dim, dE, fegeom.invJ)); in PetscFEIntegrateHybridResidual_Basic()
1174 PetscCall(DMPrintCellMatrix(e, "invJ", dim, dim, fegeom.invJ)); in PetscFEIntegrateHybridJacobian_Basic()
/petsc/src/dm/impls/plex/
H A Dplexfem.c3098 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()
[all …]
/petsc/src/dm/impls/swarm/
H A Dswarm.c624 if (0) PetscCall(DMPrintCellMatrix(cell, name, numCIndices * Nc, numFIndices, elemMat)); in DMSwarmComputeMassMatrix_Private()
847 if (0) PetscCall(DMPrintCellMatrix(cell, name, 1, numCIndices, elemMat)); in DMSwarmComputeMassMatrixSquare_Private()
1049 if (0) PetscCall(DMPrintCellMatrix(cell, name, Npc * cdim, numFIndices, elemMat)); in DMSwarmComputeGradientMatrix_Private()
/petsc/include/
H A Dpetscdm.h247 PETSC_EXTERN PetscErrorCode DMPrintCellMatrix(PetscInt, const char[], PetscInt, PetscInt, const Pet…
/petsc/src/dm/interface/
H A Ddm.c4288 PetscErrorCode DMPrintCellMatrix(PetscInt c, const char name[], PetscInt rows, PetscInt cols, const… in DMPrintCellMatrix() function