Block-Structured AMR Software Framework
AMReX_PODVector.H File Reference
#include <AMReX_Config.H>
#include <AMReX.H>
#include <AMReX_Arena.H>
#include <AMReX_GpuLaunch.H>
#include <AMReX_GpuAllocators.H>
#include <AMReX_GpuDevice.H>
#include <AMReX_MemPool.H>
#include <AMReX_TypeTraits.H>
#include <iterator>
#include <type_traits>
#include <utility>
#include <memory>
#include <cstring>

Go to the source code of this file.

Classes

class  amrex::PODVector< T, Allocator >
 

Namespaces

 amrex
 
 amrex::detail
 
 amrex::VectorGrowthStrategy
 
 amrex::VectorGrowthStrategy::detail
 

Functions

template<typename T , typename Size , template< class > class Allocator>
FatPtr< T > amrex::detail::allocate_in_place ([[maybe_unused]] T *p, [[maybe_unused]] Size nmin, Size nmax, Allocator< T > &allocator)
 
template<typename T , typename Size , template< class > class Allocator>
T * amrex::detail::shrink_in_place ([[maybe_unused]] T *p, Size n, Allocator< T > &allocator)
 
template<typename T , typename Size , template< class > class Allocator>
void amrex::detail::uninitializedFillNImpl (T *data, Size count, const T &value, [[maybe_unused]] Allocator< T > const &allocator)
 
template<typename T , template< class > class Allocator>
void amrex::detail::initFromListImpl (T *data, std::initializer_list< T > const &list, [[maybe_unused]] Allocator< T > const &allocator)
 
template<typename T , typename Size , template< class > class Allocator>
void amrex::detail::fillValuesImpl (T *dst, T const *src, Size count, [[maybe_unused]] Allocator< T > const &allocator)
 
template<typename Allocator >
void amrex::detail::memCopyImpl (void *dst, const void *src, std::size_t count, [[maybe_unused]] Allocator const &dst_allocator, [[maybe_unused]] Allocator const &src_allocator, [[maybe_unused]] bool sync=true)
 
template<typename Allocator >
void amrex::detail::memMoveImpl (void *dst, const void *src, std::size_t count, [[maybe_unused]] Allocator const &allocator)
 
template<typename T , typename Size , template< class > class Allocator>
void amrex::detail::maybe_init_snan (T *data, Size count, Allocator< T > const &allocator)
 
Real amrex::VectorGrowthStrategy::GetGrowthFactor ()
 
void amrex::VectorGrowthStrategy::SetGrowthFactor (Real a_factor)
 
void amrex::VectorGrowthStrategy::detail::ValidateUserInput ()
 
void amrex::VectorGrowthStrategy::Initialize ()