Reference documentation for deal.II version GIT relicensing-218-g1f873f3929 2024-03-28 15:00:02+00:00
\(\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
BlockVectorBase< VectorType > Member List

This is the complete list of members for BlockVectorBase< VectorType >, including all inherited members.

::internal::BlockVectorIterators::IteratorBlockVectorBase< VectorType >friend
add(const std::vector< size_type > &indices, const std::vector< Number > &values)BlockVectorBase< VectorType >
add(const std::vector< size_type > &indices, const Vector< Number > &values)BlockVectorBase< VectorType >
add(const size_type n_elements, const size_type *indices, const Number *values)BlockVectorBase< VectorType >
add(const value_type s)BlockVectorBase< VectorType >
add(const value_type a, const BlockVectorBase &V)BlockVectorBase< VectorType >
add(const value_type a, const BlockVectorBase &V, const value_type b, const BlockVectorBase &W)BlockVectorBase< VectorType >
add_and_dot(const value_type a, const BlockVectorBase &V, const BlockVectorBase &W)BlockVectorBase< VectorType >
all_zero() constBlockVectorBase< VectorType >
begin()BlockVectorBase< VectorType >
begin() constBlockVectorBase< VectorType >
block(const unsigned int i)BlockVectorBase< VectorType >
block(const unsigned int i) constBlockVectorBase< VectorType >
block_indicesBlockVectorBase< VectorType >protected
BlockType typedefBlockVectorBase< VectorType >
BlockVectorBaseBlockVectorBase< VectorType >friend
BlockVectorBase()=defaultBlockVectorBase< VectorType >
BlockVectorBase(const BlockVectorBase &)=defaultBlockVectorBase< VectorType >
BlockVectorBase(BlockVectorBase &&) noexcept=defaultBlockVectorBase< VectorType >
check_no_subscribers() const noexceptSubscriptorprivate
collect_sizes()BlockVectorBase< VectorType >
componentsBlockVectorBase< VectorType >protected
compress(VectorOperation::values operation)BlockVectorBase< VectorType >
const_iterator typedefBlockVectorBase< VectorType >
const_pointer typedefBlockVectorBase< VectorType >
const_reference typedefBlockVectorBase< VectorType >
counterSubscriptormutableprivate
counter_mapSubscriptormutableprivate
end()BlockVectorBase< VectorType >
end() constBlockVectorBase< VectorType >
equ(const value_type a, const BlockVector2 &V)BlockVectorBase< VectorType >
ExcInUse(int arg1, std::string arg2, std::string arg3)Subscriptorstatic
ExcNoSubscriber(std::string arg1, std::string arg2)Subscriptorstatic
extract_subvector_to(const std::vector< size_type > &indices, std::vector< OtherNumber > &values) constBlockVectorBase< VectorType >
extract_subvector_to(const ArrayView< const types::global_dof_index > &indices, ArrayView< value_type > &entries) const overrideBlockVectorBase< VectorType >virtual
extract_subvector_to(ForwardIterator indices_begin, const ForwardIterator indices_end, OutputIterator values_begin) constBlockVectorBase< VectorType >
ReadVector< VectorType::value_type >::extract_subvector_to(const ArrayView< const types::global_dof_index > &indices, ArrayView< VectorType::value_type > &elements) const=0ReadVector< VectorType::value_type >pure virtual
get_block_indices() constBlockVectorBase< VectorType >
in_local_range(const size_type global_index) constBlockVectorBase< VectorType >
is_non_negative() constBlockVectorBase< VectorType >
iterator typedefBlockVectorBase< VectorType >
l1_norm() constBlockVectorBase< VectorType >
l2_norm() constBlockVectorBase< VectorType >
linfty_norm() constBlockVectorBase< VectorType >
list_subscribers(StreamType &stream) constSubscriptorinline
list_subscribers() constSubscriptor
locally_owned_elements() constBlockVectorBase< VectorType >
locally_owned_size() constBlockVectorBase< VectorType >
map_iterator typedefSubscriptorprivate
map_value_type typedefSubscriptorprivate
mean_value() constBlockVectorBase< VectorType >
memory_consumption() constBlockVectorBase< VectorType >
mutexSubscriptorprivatestatic
n_blocks() constBlockVectorBase< VectorType >
n_subscriptions() constSubscriptorinline
norm_sqr() constBlockVectorBase< VectorType >
object_infoSubscriptormutableprivate
operator()(const size_type i) constBlockVectorBase< VectorType >
operator()(const size_type i)BlockVectorBase< VectorType >
operator*(const BlockVectorBase &V) constBlockVectorBase< VectorType >
operator*=(const value_type factor)BlockVectorBase< VectorType >
operator+=(const BlockVectorBase &V)BlockVectorBase< VectorType >
operator-=(const BlockVectorBase &V)BlockVectorBase< VectorType >
operator/=(const value_type factor)BlockVectorBase< VectorType >
operator=(const value_type s)BlockVectorBase< VectorType >
operator=(const BlockVectorBase &V)BlockVectorBase< VectorType >
operator=(BlockVectorBase &&)=defaultBlockVectorBase< VectorType >
operator=(const BlockVectorBase< VectorType2 > &V)BlockVectorBase< VectorType >
operator=(const VectorType &v)BlockVectorBase< VectorType >
Subscriptor::operator=(const Subscriptor &)Subscriptorinline
Subscriptor::operator=(Subscriptor &&) noexceptSubscriptor
operator==(const BlockVectorBase< VectorType2 > &v) constBlockVectorBase< VectorType >
operator[](const size_type i) constBlockVectorBase< VectorType >
operator[](const size_type i)BlockVectorBase< VectorType >
pointer typedefBlockVectorBase< VectorType >
real_type typedefBlockVectorBase< VectorType >
reference typedefBlockVectorBase< VectorType >
sadd(const value_type s, const BlockVectorBase &V)BlockVectorBase< VectorType >
sadd(const value_type s, const value_type a, const BlockVectorBase &V)BlockVectorBase< VectorType >
sadd(const value_type s, const value_type a, const BlockVectorBase &V, const value_type b, const BlockVectorBase &W)BlockVectorBase< VectorType >
sadd(const value_type s, const value_type a, const BlockVectorBase &V, const value_type b, const BlockVectorBase &W, const value_type c, const BlockVectorBase &X)BlockVectorBase< VectorType >
scale(const BlockVector2 &v)BlockVectorBase< VectorType >
serialize(Archive &ar, const unsigned int version)Subscriptorinline
size() const overrideBlockVectorBase< VectorType >virtual
size_type typedefBlockVectorBase< VectorType >
subscribe(std::atomic< bool > *const validity, const std::string &identifier="") constSubscriptor
Subscriptor()Subscriptorinline
Subscriptor(const Subscriptor &)Subscriptorinline
Subscriptor(Subscriptor &&) noexceptSubscriptor
unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") constSubscriptor
update_ghost_values() constBlockVectorBase< VectorType >
validity_pointersSubscriptormutableprivate
value_type typedefBlockVectorBase< VectorType >
~Subscriptor()Subscriptorvirtual