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 Member Functions | Static Public Member Functions | List of all members
internal::ElementAccess< VectorType > Struct Template Reference

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

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 VectorType>
struct internal::ElementAccess< VectorType >

Definition at line 30 of file vector_element_access.h.

Member Function Documentation

◆ add() [1/2]

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

Definition at line 51 of file vector_element_access.h.

◆ set() [1/2]

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

Definition at line 62 of file vector_element_access.h.

◆ get() [1/2]

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

Definition at line 73 of file vector_element_access.h.

◆ add() [2/2]

Definition at line 84 of file vector_element_access.h.

◆ set() [2/2]

Definition at line 101 of file vector_element_access.h.

◆ get() [2/2]

Definition at line 116 of file vector_element_access.h.


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