Reference documentation for deal.II version 9.1.0-pre
is_serial_vector< T > Struct Template Reference

#include <deal.II/lac/vector_type_traits.h>

Detailed Description

template<typename T>
struct is_serial_vector< T >

Type trait for a serial vector, i.e. a vector class for which storage is not supported to be distributed over processes.

The specialization

template <>
struct is_serial_vector<VectorType> : std::true_type
{};

for a serial vector type, respectively,

template <>
struct is_serial_vector<VectorType> : std::false_type
{};

for a vector type with support of distributed storage, must be done in a header file of a vector declaration.

Author
Uwe Koecher, 2017

Definition at line 49 of file vector_type_traits.h.


The documentation for this struct was generated from the following file: