Generic base-class for applying internal boundary conditions in a ghost-fluid method. More...
#include "GFMGeom.h"
#include "Interpolation.h"
Go to the source code of this file.
Classes | |
class | GFMBoundaryBase< VectorType, dim > |
Generic base-class to set internal boundary conditions based on a scalar level set. More... | |
class | GFMBoundary< VectorType, 2 > |
Two-dimensional specification of ghost fluid method base class. More... | |
class | GFMBoundary< VectorType, 3 > |
Three-dimensional specification of ghost fluid method base class. More... | |
Defines | |
#define | REFLECTION 2 |
#define | EXTRAPOLATION 1 |
Generic base-class for applying internal boundary conditions in a ghost-fluid method.
#define EXTRAPOLATION 1 |
#define REFLECTION 2 |
Referenced by GFMBoundaryBase< VectorType, 3 >::SetupData().