34#ifndef PFC_HEFFTE_ADAPTER_HPP
35#define PFC_HEFFTE_ADAPTER_HPP
52 const auto &size = get_size(world);
heffte::box3d< int > to_heffte_box(const World &world)
Converts a World object to heffte::box3d<int>.
Definition heffte_adapter.hpp:51
Represents the global simulation domain (the "world").
Definition world.hpp:91
World(const Int3 &lower, const Int3 &upper, const CoordinateSystem< T > &cs)
Constructs a World object.
World class definition and unified interface.