Reference documentation for deal.II version 9.2.0
\(\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\}}\)
Classes | Namespaces | Functions
vector_access_internal.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/vectorization.h>
#include <deal.II/matrix_free/dof_info.h>
#include <deal.II/matrix_free/type_traits.h>

Go to the source code of this file.

Classes

struct  internal::VectorReader< Number, VectorizedArrayType >
 
struct  internal::VectorDistributorLocalToGlobal< Number, VectorizedArrayType >
 
struct  internal::VectorSetter< Number, VectorizedArrayType >
 

Namespaces

 internal
 

Functions

template<typename VectorType , typename std::enable_if<!has_local_element< VectorType >::value, VectorType >::type * = nullptr>
VectorType::value_type internal::vector_access (const VectorType &vec, const unsigned int entry)
 
template<typename VectorType , typename std::enable_if<!has_local_element< VectorType >::value, VectorType >::type * = nullptr>
VectorType::value_type & internal::vector_access (VectorType &vec, const unsigned int entry)
 
template<typename VectorType , typename std::enable_if< has_add_local_element< VectorType >::value, VectorType >::type * = nullptr>
void internal::vector_access_add (VectorType &vec, const unsigned int entry, const typename VectorType::value_type &val)
 
template<typename VectorType , typename std::enable_if< has_add_local_element< VectorType >::value, VectorType >::type * = nullptr>
void internal::vector_access_add_global (VectorType &vec, const types::global_dof_index entry, const typename VectorType::value_type &val)
 
template<typename VectorType , typename std::enable_if< has_set_local_element< VectorType >::value, VectorType >::type * = nullptr>
void internal::vector_access_set (VectorType &vec, const unsigned int entry, const typename VectorType::value_type &val)
 
template<typename VectorType , typename std::enable_if<!has_partitioners_are_compatible< VectorType >::value, VectorType >::type * = nullptr>
void internal::check_vector_compatibility (const VectorType &vec, const internal::MatrixFreeFunctions::DoFInfo &dof_info)