advect(const VolumeGridT &inGrid, double timeStep) | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
advect(const VolumeGridT &inGrid, const MaskGridT &mask, double timeStep) | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
getGrainSize() const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
getIntegrator() const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
getLimiter() const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
getMaxDistance(const VolumeGridT &inGrid, double dt) const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
getMaxVelocity() const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
getSubSteps() const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
isLimiterOn() const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
setGrainSize(size_t grainsize) | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
setIntegrator(Scheme::SemiLagrangian integrator) | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
setLimiter(Scheme::Limiter limiter) | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
setSubSteps(int substeps) | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
spatialOrder() const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
temporalOrder() const | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
VolumeAdvection(const VelocityGridT &velGrid, InterrupterType *interrupter=nullptr) | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inline |
~VolumeAdvection() | VolumeAdvection< VelocityGridT, StaggeredVelocity, InterrupterType > | inlinevirtual |