APICSolver3.h
Go to the documentation of this file.
APICSolver3Ptr MakeShared() const
Builds shared pointer of APICSolver3 instance.
Front-end to create APICSolver3 objects step by step.
Definition: APICSolver3.h:64
Base class for grid-based fluid solver builder.
Definition: GridFluidSolver3.h:303
Definition: pybind11Utils.h:24
void TransferFromGridsToParticles() override
Transfers velocity field from grids to particles.
std::shared_ptr< APICSolver3 > APICSolver3Ptr
Shared pointer type for the APICSolver3.
Definition: APICSolver3.h:59
3-D Affine Particle-in-Cell (APIC) implementation
Definition: APICSolver3.h:25
void TransferFromParticlesToGrids() override
Transfers velocity field from particles to grids.