Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
This is the complete list of members for fub::span< T, N >, including all inherited members.
begin() const noexcept | fub::span< T, N > | inline |
cbegin() const noexcept | fub::span< T, N > | inline |
cend() const noexcept | fub::span< T, N > | inline |
const_iterator typedef | fub::span< T, N > | |
const_reverse_iterator typedef | fub::span< T, N > | |
crbegin() const noexcept | fub::span< T, N > | inline |
crend() const noexcept | fub::span< T, N > | inline |
data() const noexcept | fub::span< T, N > | inline |
difference_type typedef | fub::span< T, N > | |
element_type typedef | fub::span< T, N > | |
empty() const noexcept | fub::span< T, N > | inline |
end() const noexcept | fub::span< T, N > | inline |
extent | fub::span< T, N > | static |
first() const | fub::span< T, N > | inline |
first(index_type count) const | fub::span< T, N > | inline |
index_type typedef | fub::span< T, N > | |
iterator typedef | fub::span< T, N > | |
last() const | fub::span< T, N > | inline |
last(index_type count) const | fub::span< T, N > | inline |
operator()(index_type n) const | fub::span< T, N > | inline |
operator[](index_type n) const | fub::span< T, N > | inline |
pointer typedef | fub::span< T, N > | |
pointer_ | fub::span< T, N > | private |
rbegin() const noexcept | fub::span< T, N > | inline |
reference typedef | fub::span< T, N > | |
rend() const noexcept | fub::span< T, N > | inline |
reverse_iterator typedef | fub::span< T, N > | |
sextent | fub::span< T, N > | static |
size() const noexcept | fub::span< T, N > | inline |
size_bytes() const noexcept | fub::span< T, N > | inline |
span(pointer p, [[maybe_unused]] index_type size) | fub::span< T, N > | inline |
span(pointer first, pointer last) | fub::span< T, N > | inline |
span(element_type(&arr)[sextent]) noexcept | fub::span< T, N > | inline |
span(const std::array< ValueType, Extent > &arr) noexcept | fub::span< T, N > | inline |
span(std::array< ValueType, Extent > &arr) noexcept | fub::span< T, N > | inline |
span(Container &container) | fub::span< T, N > | inline |
span(const Container &container) | fub::span< T, N > | inline |
span(const span< S, M > &s) noexcept | fub::span< T, N > | inline |
span(const span< S > &s) | fub::span< T, N > | inline |
span(const span &s) noexcept=default | fub::span< T, N > | |
subspan() const | fub::span< T, N > | inline |
subspan(index_type offset, index_type count=dynamic_extent) const | fub::span< T, N > | inline |
value_type typedef | fub::span< T, N > |