Reference documentation for deal.II version 9.6.0
|
Classes | |
struct | LinearSolverContent |
class | LinearSolverWrapper |
class | NVectorView |
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