Reference documentation for deal.II version 9.5.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
Public Types | Static Public Member Functions | List of all members
internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType > > Struct Template Reference

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

Public Types

using VectorType = LinearAlgebra::TpetraWrappers::Vector< NumberType >
 

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>
struct internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType > >

Definition at line 132 of file vector_element_access.h.

Member Typedef Documentation

◆ VectorType

Definition at line 135 of file vector_element_access.h.

Member Function Documentation

◆ add()

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

Definition at line 154 of file vector_element_access.h.

◆ set()

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

Definition at line 190 of file vector_element_access.h.

◆ get()

Definition at line 226 of file vector_element_access.h.


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