| AlgVector()=default | amrex::AlgVector< T, Allocator > | |
| AlgVector(Long global_size) | amrex::AlgVector< T, Allocator > | explicit |
| AlgVector(AlgPartition partition) | amrex::AlgVector< T, Allocator > | explicit |
| AlgVector(AlgVector< T, Allocator > const &)=delete | amrex::AlgVector< T, Allocator > | |
| AlgVector(AlgVector< T, Allocator > &&) noexcept=default | amrex::AlgVector< T, Allocator > | |
| allocator_type typedef | amrex::AlgVector< T, Allocator > | |
| const_view() const | amrex::AlgVector< T, Allocator > | inline |
| copy(AlgVector< T > const &rhs) | amrex::AlgVector< T, Allocator > | |
| copyAsync(AlgVector< T > const &rhs) | amrex::AlgVector< T, Allocator > | |
| copyFrom(FabArray< FAB > const &fa) | amrex::AlgVector< T, Allocator > | |
| copyTo(FabArray< FAB > &fa) const | amrex::AlgVector< T, Allocator > | |
| data() const | amrex::AlgVector< T, Allocator > | inline |
| data() | amrex::AlgVector< T, Allocator > | inline |
| define(Long global_size) | amrex::AlgVector< T, Allocator > | |
| define(AlgPartition partition) | amrex::AlgVector< T, Allocator > | |
| empty() const | amrex::AlgVector< T, Allocator > | inline |
| globalBegin() const | amrex::AlgVector< T, Allocator > | inline |
| globalEnd() const | amrex::AlgVector< T, Allocator > | inline |
| m_begin | amrex::AlgVector< T, Allocator > | private |
| m_data | amrex::AlgVector< T, Allocator > | private |
| m_end | amrex::AlgVector< T, Allocator > | private |
| m_partition | amrex::AlgVector< T, Allocator > | private |
| norm2(bool local=false) const | amrex::AlgVector< T, Allocator > | |
| norminf(bool local=false) const | amrex::AlgVector< T, Allocator > | |
| numGlobalRows() const | amrex::AlgVector< T, Allocator > | inline |
| numLocalRows() const | amrex::AlgVector< T, Allocator > | inline |
| operator=(AlgVector< T, Allocator > const &)=delete | amrex::AlgVector< T, Allocator > | |
| operator=(AlgVector< T, Allocator > &&) noexcept=default | amrex::AlgVector< T, Allocator > | |
| partition() const | amrex::AlgVector< T, Allocator > | inline |
| plus(AlgVector< T > const &rhs) | amrex::AlgVector< T, Allocator > | |
| plusAsync(AlgVector< T > const &rhs) | amrex::AlgVector< T, Allocator > | |
| printToFile(std::string const &file) const | amrex::AlgVector< T, Allocator > | |
| scale(T scale_factor) | amrex::AlgVector< T, Allocator > | |
| scaleAsync(T scale_factor) | amrex::AlgVector< T, Allocator > | |
| setVal(T val) | amrex::AlgVector< T, Allocator > | |
| setValAsync(T val) | amrex::AlgVector< T, Allocator > | |
| sum(bool local=false) const | amrex::AlgVector< T, Allocator > | |
| value_type typedef | amrex::AlgVector< T, Allocator > | |
| Vec typedef | amrex::AlgVector< T, Allocator > | |
| view() const | amrex::AlgVector< T, Allocator > | inline |
| view() | amrex::AlgVector< T, Allocator > | inline |
| ~AlgVector()=default | amrex::AlgVector< T, Allocator > | |