#include "SAMRAI_config.h"
#include "tbox/Database.h"
#include "EmbeddedBoundaryDefines.h"
#include "EmbeddedBoundaryShape.h"
#include "tbox/Pointer.h"
#include "tbox/Utilities.h"
#include "EmbeddedBoundaryShapePolygon.I"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::appu |
Classes | |
class | SAMRAI::appu::EmbeddedBoundaryShapePolygon< DIM > |
Provides an analytic description of a convex polygon. It inherets from the EmbeddedBoundaryShape base class and provides a concrete implementation of the "isInside()" method, which specifies whether a cell is INSIDE the convex poly. More... |