![]() |
deal.II version 9.7.0
|
#include <deal.II/lac/vector_element_access.h>
Definition at line 132 of file vector_element_access.h.

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) |
| using internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > >::VectorType |
Definition at line 136 of file vector_element_access.h.
|
static |
|
static |
|
static |
|
inline |
Definition at line 84 of file vector_element_access.h.
|
inline |
Definition at line 101 of file vector_element_access.h.
|
inline |
Definition at line 116 of file vector_element_access.h.