petsc-3.9.4 2018-09-11
Report Typos and Errors

PetscUnlikely

hints the compiler that the given condition is usually FALSE

Synopsis

#include <petscsys.h>
PetscBool  PetscUnlikely(PetscBool  cond)
Not Collective

Input Parameters

cond -condition or expression

Notes

This returns the same truth value, it is only a hint to compilers that the resulting branch is unlikely.

See Also

PetscLikely(), CHKERRQ

Level

advanced

Location

include/petscsys.h

Examples

src/sys/examples/tutorials/ex6.c.html

Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages