Reference documentation for deal.II version GIT relicensing-422-gb369f187d8 2024-04-17 18:10: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
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/matrix_free.h>
#include <deal.II/matrix_free/type_traits.h>
#include <boost/algorithm/string/join.hpp>

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

namespace  internal
 

Functions

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