|
waLBerla 7.2
|
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 () |