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
sunlinsol_wrapper.cc File Reference

Go to the source code of this file.

Classes

struct  SUNDIALS::internal::LinearSolverContent< VectorType >
 

Namespaces

namespace  SUNDIALS
 
namespace  SUNDIALS::internal
 

Macros

#define AssertSundialsSolver(code)    Assert(code >= 0, ExcSundialsSolverError(code))
 

Functions

static ::ExceptionBaseSUNDIALS::ExcSundialsSolverError (int arg1)
 

Macro Definition Documentation

◆ AssertSundialsSolver

#define AssertSundialsSolver ( code)     Assert(code >= 0, ExcSundialsSolverError(code))

Definition at line 52 of file sunlinsol_wrapper.cc.