deal.II version GIT relicensing-2359-g2213d2c025 2025-01-15 22:50:11+00:00
|
#include <deal.II/lac/vector_element_access.h>
Public Types | |
using | VectorType = LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > |
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) |
Definition at line 131 of file vector_element_access.h.
using internal::ElementAccess< LinearAlgebra::TpetraWrappers::Vector< NumberType, MemorySpace > >::VectorType = LinearAlgebra::TpetraWrappers::Vector<NumberType, MemorySpace> |
Definition at line 135 of file vector_element_access.h.
|
inlinestatic |
Definition at line 156 of file vector_element_access.h.
|
inlinestatic |
Definition at line 192 of file vector_element_access.h.
|
inlinestatic |
Definition at line 229 of file vector_element_access.h.