PCILUSetSinglePrecisionSolves

Sets precision of triangular solves to single precision

Synopsis

#include "petscpc.h"  
int PCILUSetSinglePrecisionSolves(PC pc,PetscTruth flag)
Collective on PC

Input Parameters

pc - the preconditioner context
flag - PETSC_TRUE to use single precision, default is PETSC_FALSE

Options Database Key

-pc_ilu_single_precision_solves -activates PCILUSetSinglePrecisionSolves
-pc_ilu_single_precision_solves <flag> -flag of TRUE/FALSE will override this call in the code.

Keywords

PC, set, solve, precision

Level:intermediate
Location:
src/sles/pc/impls/ilu/ilu.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages