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