waLBerla 7.2
|
#include "core/debug/Debug.h"
#include "core/math/Vector3.h"
#include "domain_decomposition/StructuredBlockStorage.h"
#include "field/FlagField.h"
#include "stencil/D3Q27.h"
#include <numeric>
Classes | |
class | walberla::field::KernelFieldInterpolator< Field_T, FlagField_T > |
Interpolator for walberla::field::GhostLayerField with kernel strategy. More... | |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::field |
namespace | walberla::field::kernelweights |
Functions | |
real_t | walberla::field::kernelweights::smoothedDeltaFunction (const real_t &r) |
real_t | walberla::field::kernelweights::kernelWeightFunction (const real_t &X, const real_t &Y, const real_t &Z, const real_t &x, const real_t &y, const real_t &z, const real_t &dx=real_t(1), const real_t &dy=real_t(1), const real_t &dz=real_t(1)) |
real_t | walberla::field::kernelweights::kernelWeightFunction (const Vector3< real_t > &X, const Vector3< real_t > &x, const real_t &dx=real_t(1), const real_t &dy=real_t(1), const real_t &dz=real_t(1)) |