Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c846 PetscReal *tmpdbl3; in PCView_HYPRE_ILU() local
864 …PetscStackCallExternalVoid("hypre_ParILUDataDroptol", tmpdbl3 = hypre_ParILUDataDroptol(ilu_data)); in PCView_HYPRE_ILU()
865 …CIIPrintf(viewer, " ILU drop tolerance %e / %e / %e\n", tmpdbl3[0], tmpdbl3[1], tmpdbl3[2])); in PCView_HYPRE_ILU()