|
waLBerla 7.3
|
Allocation Strategies for Fields.
#include "AlignedMalloc.h"#include "core/debug/Debug.h"#include "field/CMakeDefs.h"#include "core/VectorTrait.h"#include <map>#include <new>Classes | |
| class | walberla::field::FieldAllocatorBase< T > |
| class | walberla::field::FieldAllocator< T > |
| Allocation Strategy base class for fields. More... | |
| class | walberla::field::AllocateAligned< T, alignment > |
| Aligned Allocation strategy for Fields. More... | |
| class | walberla::field::StdFieldAlloc< T > |
| Allocator without alignment using new and delete[]. More... | |
Namespaces | |
| namespace | walberla |
| Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
| namespace | walberla::field |
Functions | |
| constexpr uint_t | walberla::field::SIMDAlignment () |
Variables | |
| template<typename T> | |
| std::map< T *, uint_t > | walberla::field::FieldAllocatorBase< T >::referenceCounts_ = std::map<T*,uint_t>() |
| template<typename T, uint_t alignment> | |
| std::map< T *, uint_t > | walberla::field::AllocateAligned< T, alignment >::nrOfElements_ = std::map<T*,uint_t>() |