![]() |
Reference documentation for deal.II version GIT 9042b9283b 2023-12-02 14:50:02+00:00
|
Namespaces | |
CUDAWrappers | |
distributed | |
EpetraWrappers | |
TpetraWrappers | |
Classes | |
class | Vector |
class | BlockVector |
class | ReadWriteVector |
Enumerations | |
enum class | OrthogonalizationStrategy { modified_gram_schmidt , classical_gram_schmidt } |
Functions | |
template<typename VectorType > | |
void | set_zero_mean_value (VectorType &vector) |
TEMPL_COPY_CONSTRUCTOR (double, float) | |
TEMPL_COPY_CONSTRUCTOR (float, double) | |
TEMPL_COPY_CONSTRUCTOR (std::complex< double >, std::complex< float >) | |
TEMPL_COPY_CONSTRUCTOR (std::complex< float >, std::complex< double >) | |
|
strong |
Supported orthogonalization strategies within SolverGMRES and SolverFGMRES.
Definition at line 30 of file orthogonalization.h.
void LinearAlgebra::set_zero_mean_value | ( | VectorType & | vector | ) |
Shift all entries of the vector by a constant factor so that the mean value of the vector becomes zero.
Definition at line 36 of file vector_space_vector.h.
LinearAlgebra::TEMPL_COPY_CONSTRUCTOR | ( | double | , |
float | |||
) |
LinearAlgebra::TEMPL_COPY_CONSTRUCTOR | ( | float | , |
double | |||
) |
LinearAlgebra::TEMPL_COPY_CONSTRUCTOR | ( | std::complex< double > | , |
std::complex< float > | |||
) |
LinearAlgebra::TEMPL_COPY_CONSTRUCTOR | ( | std::complex< float > | , |
std::complex< double > | |||
) |