ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
raster.hpp File Reference
#include "utils/Vector.hpp"
#include "utils/math/make_lin_space.hpp"
#include <boost/multi_array.hpp>
+ Include dependency graph for raster.hpp:

Go to the source code of this file.

Namespaces

namespace  Utils
 

Functions

template<class T , class F >
auto Utils::raster (Vector< T, 3 > const &offset, Vector< T, 3 > const &grid_spacing, Vector3i size, F f)
 Raster a function over a regular 3d grid.