Reference documentation for deal.II version 9.6.2
\(\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>

Inheritance diagram for internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > >:

Public Types

using VectorType

Public Member Functions

void add (const double value, const types::global_dof_index i, LinearAlgebra::EpetraWrappers::Vector &V)
void set (const double value, const types::global_dof_index i, LinearAlgebra::EpetraWrappers::Vector &V)
double get (const LinearAlgebra::EpetraWrappers::Vector &V, const types::global_dof_index i)

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() [1/2]

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 )
static

◆ set() [1/2]

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 )
static

◆ get() [1/2]

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

◆ add() [2/2]

◆ set() [2/2]

◆ get() [2/2]


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