![]() |
Reference documentation for deal.II version 9.5.0
|
#include <deal.II/base/config.h>#include <deal.II/sundials/sunlinsol_wrapper.h>#include <deal.II/base/exceptions.h>#include <deal.II/lac/block_vector.h>#include <deal.II/lac/la_parallel_block_vector.h>#include <deal.II/lac/la_parallel_vector.h>#include <deal.II/lac/vector.h>#include <deal.II/lac/trilinos_parallel_block_vector.h>#include <deal.II/lac/trilinos_vector.h>#include <deal.II/lac/petsc_block_vector.h>#include <deal.II/lac/petsc_vector.h>#include <deal.II/sundials/n_vector.h>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 ::ExceptionBase & | SUNDIALS::ExcSundialsSolverError (int arg1) |
| #define AssertSundialsSolver | ( | code | ) | Assert(code >= 0, ExcSundialsSolverError(code)) |
Definition at line 52 of file sunlinsol_wrapper.cc.