![]() |
Reference documentation for deal.II version GIT 9042b9283b 2023-12-02 14:50:02+00:00
|
Classes | |
class | NVectorView |
class | LinearSolverWrapper |
struct | LinearSolverContent |
Functions | |
template<typename VectorType > | |
VectorType * | unwrap_nvector (N_Vector v) |
template<typename VectorType > | |
const VectorType * | unwrap_nvector_const (N_Vector v) |
VectorType* SUNDIALS::internal::unwrap_nvector | ( | N_Vector | v | ) |
Retrieve the underlying vector attached to N_Vector v
. This call will only succeed if the underlying vector is not const. Use unwrap_nvector_const() for this case.
VectorType | Type of the vector that is stored in v |
v | Vector to unwrap |
v
const VectorType* SUNDIALS::internal::unwrap_nvector_const | ( | N_Vector | v | ) |
Retrieve the underlying vector attached to N_Vector v
as a constant pointer.
VectorType | Type of the vector that is stored in v |
v | Vector to unwrap |
v