APICSolver3.hpp
Go to the documentation of this file.
APICSolver3 & operator=(const APICSolver3 &)=delete
Deleted copy assignment operator.
Front-end to create APICSolver3 objects step by step.
Definition: APICSolver3.hpp:76
Base class for grid-based fluid solver builder.
Definition: GridFluidSolver3.hpp:315
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
Definition: Array-Impl.hpp:19
void TransferFromGridsToParticles() override
Transfers velocity field from grids to particles.
std::shared_ptr< APICSolver3 > APICSolver3Ptr
Shared pointer type for the APICSolver3.
Definition: APICSolver3.hpp:71
3-D Affine Particle-in-Cell (APIC) implementation
Definition: APICSolver3.hpp:27
void TransferFromParticlesToGrids() override
Transfers velocity field from particles to grids.