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