Reference documentation for deal.II version 9.6.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
petsc_precondition.cc File Reference

Go to the source code of this file.

Namespaces

namespace  PETScWrappers
 

Macros

#define PetscCall(code)
 

Macro Definition Documentation

◆ PetscCall

#define PetscCall ( code)
Value:
do \
{ \
PetscErrorCode ierr = (code); \
CHKERRQ(ierr); \
} \
while (false)

Definition at line 1099 of file petsc_precondition.cc.