|
| template<typename GhostLayerField_T > |
| GhostLayerField_T * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, const typename GhostLayerField_T::value_type &v, Layout l, const shared_ptr< field::FieldAllocator< typename GhostLayerField_T::value_type > > &alloc=nullptr) |
| |
| template<> |
| FlagField< uint8_t > * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, const uint8_t &, Layout, const shared_ptr< field::FieldAllocator< uint8_t > > &alloc) |
| |
| template<> |
| FlagField< uint16_t > * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, const uint16_t &, Layout, const shared_ptr< field::FieldAllocator< uint16_t > > &alloc) |
| |
| template<> |
| FlagField< uint32_t > * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, const uint32_t &, Layout, const shared_ptr< field::FieldAllocator< uint32_t > > &alloc) |
| |
| template<> |
| FlagField< uint64_t > * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, const uint64_t &, Layout, const shared_ptr< field::FieldAllocator< uint64_t > > &alloc) |
| |
| template<typename GhostLayerField_T > |
| GhostLayerField_T * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, Layout l, const shared_ptr< field::FieldAllocator< typename GhostLayerField_T::value_type > > &alloc=nullptr) |
| |
| template<> |
| FlagField< uint8_t > * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, Layout, const shared_ptr< field::FieldAllocator< uint8_t > > &alloc) |
| |
| template<> |
| FlagField< uint16_t > * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, Layout, const shared_ptr< field::FieldAllocator< uint16_t > > &alloc) |
| |
| template<> |
| FlagField< uint32_t > * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, Layout, const shared_ptr< field::FieldAllocator< uint32_t > > &alloc) |
| |
| template<> |
| FlagField< uint64_t > * | walberla::field::internal::allocate (const uint_t x, const uint_t y, const uint_t z, const uint_t gl, Layout, const shared_ptr< field::FieldAllocator< uint64_t > > &alloc) |
| |
| Vector3< uint_t > | walberla::field::internal::defaultSize (const shared_ptr< StructuredBlockStorage > &blocks, IBlock *const block) |
| |