Lines Matching refs:isascii
363 PetscBool isascii; in PetscLimiterView_Sin() local
368 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscLimiterView_Sin()
369 if (isascii) PetscCall(PetscLimiterView_Sin_Ascii(lim, viewer)); in PetscLimiterView_Sin()
431 PetscBool isascii; in PetscLimiterView_Zero() local
436 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscLimiterView_Zero()
437 if (isascii) PetscCall(PetscLimiterView_Zero_Ascii(lim, viewer)); in PetscLimiterView_Zero()
499 PetscBool isascii; in PetscLimiterView_None() local
504 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscLimiterView_None()
505 if (isascii) PetscCall(PetscLimiterView_None_Ascii(lim, viewer)); in PetscLimiterView_None()
567 PetscBool isascii; in PetscLimiterView_Minmod() local
572 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscLimiterView_Minmod()
573 if (isascii) PetscCall(PetscLimiterView_Minmod_Ascii(lim, viewer)); in PetscLimiterView_Minmod()
635 PetscBool isascii; in PetscLimiterView_VanLeer() local
640 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscLimiterView_VanLeer()
641 if (isascii) PetscCall(PetscLimiterView_VanLeer_Ascii(lim, viewer)); in PetscLimiterView_VanLeer()
703 PetscBool isascii; in PetscLimiterView_VanAlbada() local
708 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscLimiterView_VanAlbada()
709 if (isascii) PetscCall(PetscLimiterView_VanAlbada_Ascii(lim, viewer)); in PetscLimiterView_VanAlbada()
771 PetscBool isascii; in PetscLimiterView_Superbee() local
776 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscLimiterView_Superbee()
777 if (isascii) PetscCall(PetscLimiterView_Superbee_Ascii(lim, viewer)); in PetscLimiterView_Superbee()
839 PetscBool isascii; in PetscLimiterView_MC() local
844 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscLimiterView_MC()
845 if (isascii) PetscCall(PetscLimiterView_MC_Ascii(lim, viewer)); in PetscLimiterView_MC()
1881 PetscBool isascii; in PetscFVView_Upwind() local
1886 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscFVView_Upwind()
1887 if (isascii) PetscCall(PetscFVView_Upwind_Ascii(fv, viewer)); in PetscFVView_Upwind()
1997 PetscBool isascii; in PetscFVView_LeastSquares() local
2002 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERASCII, &isascii)); in PetscFVView_LeastSquares()
2003 if (isascii) PetscCall(PetscFVView_LeastSquares_Ascii(fv, viewer)); in PetscFVView_LeastSquares()