Block-Structured AMR Software Framework
 
Loading...
Searching...
No Matches
AMReX_PODVector.H File Reference
#include <AMReX_Config.H>
#include <AMReX.H>
#include <AMReX_Arena.H>
#include <AMReX_Enum.H>
#include <AMReX_GpuLaunch.H>
#include <AMReX_GpuAllocators.H>
#include <AMReX_GpuDevice.H>
#include <AMReX_MemPool.H>
#include <AMReX_TypeTraits.H>
#include <cmath>
#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 >
 Dynamically allocated vector for trivially copyable data. More...
 

Namespaces

namespace  amrex
 
namespace  amrex::VectorGrowthStrategy
 

Enumerations

enum class  amrex::GrowthStrategy : int { amrex::Poisson , amrex::Exact , amrex::Geometric }
 

Functions

GrowthStrategy_EnumTraits amrex::amrex_get_enum_traits (GrowthStrategy)
 
Real amrex::VectorGrowthStrategy::GetGrowthFactor ()
 
void amrex::VectorGrowthStrategy::SetGrowthFactor (Real a_factor)
 
void amrex::VectorGrowthStrategy::Initialize ()
 
std::size_t amrex::grow_podvector_capacity (GrowthStrategy strategy, std::size_t new_size, std::size_t old_capacity, std::size_t sizeof_T)