![]() |
Reference documentation for deal.II version Git 71165045b9 2021-01-23 20:21:06 -0500
|
Namespaces | |
CUDAWrappers | |
distributed | |
EpetraWrappers | |
TpetraWrappers | |
Classes | |
class | CommunicationPatternBase |
class | ReadWriteVector |
class | Vector |
class | VectorSpaceVector |
Functions | |
template<typename Number > | |
void | set_zero_mean_value (VectorSpaceVector< Number > &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 >) | |
A namespace for vector classes.
This namespace contains various classes that provide wrappers to vector classes from different external libraries like Trilinos (EPetra) or PETSc and native implementations like LinearAlgebra::distributed::Vector.
The different vector classes are derived from VectorSpaceVector to provide a joint interface for vector space operations, are derived from ReadWriteVector (or ReadWriteVector itself), or both. The separation of vector space operations (like norms or vector additions) through VectorSpaceVector and element access through ReadWriteVector are by design and improve performance.
void LinearAlgebra::set_zero_mean_value | ( | VectorSpaceVector< Number > & | vector | ) |
Shift all entries of the vector by a constant factor so that the mean value of the vector becomes zero.
Definition at line 284 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 > | |||
) |