deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#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>
#include <deal.II/sundials/sundials_types.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.