|
template<typename VectorType , std::enable_if_t< is_serial_vector_or_array< VectorType >::value, VectorType > * = nullptr> |
VectorType::value_type | internal::vector_access (const VectorType &vec, const unsigned int entry) |
|
template<typename VectorType , std::enable_if_t< is_serial_vector_or_array< VectorType >::value, 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) |
|