VAPOR3 3.9.4
flow::Advection Member List

This is the complete list of members for flow::Advection, including all inherited members.

Advection()flow::Advection
ADVECTION_METHOD enum nameflow::Advection
AdvectSteps(Field *velocityField, double deltaT, size_t maxSteps, bool fixedStepSize, ADVECTION_METHOD method=ADVECTION_METHOD::RK4)flow::Advection
AdvectTillTime(Field *velocityField, double startT, double deltaT, double targetT, bool fixedStepSize, ADVECTION_METHOD method=ADVECTION_METHOD::RK4)flow::Advection
CalculateParticleHistogram(std::vector< double > &bounds, std::vector< long > &bins)flow::Advection
CalculateParticleIntegratedValues(Field *scalarField, const bool skipNonZero, const float distScale=1.f, const std::vector< double > &integrateWithinVolumeMin={-FLT_MAX, -FLT_MAX, -FLT_MAX}, const std::vector< double > &integrateWithinVolumeMax={FLT_MAX, FLT_MAX, FLT_MAX})flow::Advection
CalculateParticleProperties(Field *scalarField)flow::Advection
CalculateParticleValues(Field *scalarField, bool skipNonZero)flow::Advection
CheckReady() constflow::Advection
ClearParticleProperties()flow::Advection
GetMaxNumOfPart() constflow::Advection
GetNumberOfStreams() constflow::Advection
GetPropertyVarNames() const -> std::vector< std::string >flow::Advection
GetStreamAt(size_t i) constflow::Advection
GetValueVarName() const -> std::stringflow::Advection
RemoveParticleProperty(const std::string &)flow::Advection
ResetParticleValues()flow::Advection
SetAllStreamValuesToFinalValue(int realNSamples)flow::Advection
SetXPeriodicity(bool, float min, float max)flow::Advection
SetYPeriodicity(bool, float min, float max)flow::Advection
SetZPeriodicity(bool, float min, float max)flow::Advection
UseSeedParticles(const std::vector< Particle > &seeds)flow::Advection