Reference documentation for deal.II version 9.5.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
Classes | Namespaces | Typedefs
sunlinsol_wrapper.h File Reference
#include <deal.II/base/config.h>
#include <sundials/sundials_linearsolver.h>
#include <exception>
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

struct  SUNDIALS::SundialsOperator< VectorType >
 
struct  SUNDIALS::SundialsPreconditioner< VectorType >
 
class  SUNDIALS::internal::LinearSolverWrapper< VectorType >
 

Namespaces

namespace  SUNDIALS
 
namespace  SUNDIALS::internal
 

Typedefs

template<typename VectorType >
using SUNDIALS::LinearSolveFunction = std::function< void(SundialsOperator< VectorType > &op, SundialsPreconditioner< VectorType > &prec, VectorType &x, const VectorType &b, double tol)>