Reference documentation for deal.II version 8.5.1
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_cxx11::true_type {};

for a serial vector type, respectively,

template <>
struct is_serial_vector< VectorType > : std_cxx11::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 45 of file vector_type_traits.h.


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