PCISPHSolver3.hpp
Go to the documentation of this file.
unsigned int GetMaxNumberOfIterations() const
Returns max number of iterations.
~PCISPHSolver3() override=default
Default virtual destructor.
PCISPHSolver3 & operator=(const PCISPHSolver3 &)=delete
Deleted copy assignment operator.
void AccumulatePressureForce(double timeIntervalInSeconds) override
std::shared_ptr< PCISPHSolver3 > PCISPHSolver3Ptr
Shared pointer type for the PCISPHSolver3.
Definition: PCISPHSolver3.hpp:101
void SetMaxDensityErrorRatio(double ratio)
Sets max allowed density error ratio.
Definition: pybind11Utils.hpp:20
Definition: Array-Impl.hpp:19
double GetMaxDensityErrorRatio() const
Returns max allowed density error ratio.
Front-end to create PCISPHSolver3 objects step by step.
Definition: PCISPHSolver3.hpp:106
Base class for SPH-based fluid solver builder.
Definition: SPHSolver3.hpp:208
void SetMaxNumberOfIterations(unsigned int n)
Sets max number of PCISPH iterations.
void OnBeginAdvanceTimeStep(double timeStepInSeconds) override
Performs pre-processing step before the simulation.