|
Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
|
This header file contains classes of the main Lagrangian Particle solvers such as the hyperbolic solvers and the elliptic solvers. More...
#include <cstddef>#include <vector>#include <string>#include <fstream>Go to the source code of this file.
Classes | |
| class | LPSolver |
| An abstract class for the family of Lagrangian Particle solvers. More... | |
| class | HyperbolicLPSolver |
| The default Lagrangian Particle solver for the compressible Euler's equation in 2D and 3D. More... | |
| class | HyperbolicLPSolver1D |
| The default Lagrangian Particle solver for the compressible Euler's equation in 1D. More... | |
This header file contains classes of the main Lagrangian Particle solvers such as the hyperbolic solvers and the elliptic solvers.
Co-author: Yu, Kwangmin (yukwangmin@gmail.com) on initial interface design and the design of data pointer swaping algorithms in the Strang splitting method
Created on: 2014/9/20
1.8.6