VAPOR3 3.9.4
|
This is the complete list of members for flow::Advection, including all inherited members.
Advection() | flow::Advection | |
ADVECTION_METHOD enum name | flow::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() const | flow::Advection | |
ClearParticleProperties() | flow::Advection | |
GetMaxNumOfPart() const | flow::Advection | |
GetNumberOfStreams() const | flow::Advection | |
GetPropertyVarNames() const -> std::vector< std::string > | flow::Advection | |
GetStreamAt(size_t i) const | flow::Advection | |
GetValueVarName() const -> std::string | flow::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 |