Loading [MathJax]/extensions/TeX/newcommand.js
 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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
petsc_communication_pattern.cc File Reference
#include <deal.II/lac/petsc_communication_pattern.h>
#include <deal.II/base/mpi.h>
#include <deal.II/lac/exceptions.h>
#include "petsc_communication_pattern.inst"

Go to the source code of this file.

Namespaces

namespace  PETScWrappers
 

Macros

#define AssertPETSc(code)
 

Macro Definition Documentation

◆ AssertPETSc

#define AssertPETSc ( code)
Value:
do \
{ \
PetscErrorCode ierr = (code); \
AssertThrow(ierr == 0, ExcPETScError(ierr)); \
} \
while (false)

Definition at line 25 of file petsc_communication_pattern.cc.