Reference documentation for deal.II version 9.6.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\}}\)
Loading...
Searching...
No Matches
internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > > Struct Template Reference

#include <deal.II/lac/vector_element_access.h>

Public Types

using VectorType
 

Static Public Member Functions

static void add (const typename VectorType::value_type value, const types::global_dof_index i, VectorType &V)
 
static void set (typename VectorType::value_type value, const types::global_dof_index i, VectorType &V)
 
static VectorType::value_type get (const VectorType &V, const types::global_dof_index i)
 

Detailed Description

template<typename NumberType, typename MemorySpace>
struct internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > >

Definition at line 131 of file vector_element_access.h.

Member Typedef Documentation

◆ VectorType

Member Function Documentation

◆ add()

template<typename NumberType , typename MemorySpace >
void internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > >::add ( const typename VectorType::value_type value,
const types::global_dof_index i,
VectorType & V )
inlinestatic

Definition at line 156 of file vector_element_access.h.

◆ set()

template<typename NumberType , typename MemorySpace >
void internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > >::set ( typename VectorType::value_type value,
const types::global_dof_index i,
VectorType & V )
inlinestatic

Definition at line 192 of file vector_element_access.h.

◆ get()

template<typename NumberType , typename MemorySpace >
LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace >::value_type internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > >::get ( const VectorType & V,
const types::global_dof_index i )
inlinestatic

Definition at line 229 of file vector_element_access.h.


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