Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex48.c856 static PetscErrorCode THIMatrixStatistics(THI thi, Mat B, PetscViewer viewer) in THIMatrixStatistics() function
1039 if (thi->verbose) PetscCall(THIMatrixStatistics(thi, B, PETSC_VIEWER_STDOUT_WORLD)); in THIJacobianLocal_2D()
1229 if (thi->verbose) PetscCall(THIMatrixStatistics(thi, B, PETSC_VIEWER_STDOUT_WORLD));
/petsc/src/ts/tutorials/
H A Dex14.c966 static PetscErrorCode THIMatrixStatistics(THI thi, Mat B, PetscViewer viewer) in THIMatrixStatistics() function
1333 if (thi->verbose) PetscCall(THIMatrixStatistics(thi, B, PETSC_VIEWER_STDOUT_WORLD)); in THIJacobian()