Reference documentation for deal.II version GIT relicensing-224-gc660c0d696 2024-03-28 18:40:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
is_serial_vector< T > Struct Template Reference

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.

Definition at line 46 of file vector_type_traits.h.


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