#include "SAMRAI_config.h"
#include "NodeIndex.h"
#include "NodeData.h"
#include "Patch.h"
#include "tbox/Pointer.h"
#include "tbox/IOStream.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::appu |
Classes | |
class | SAMRAI::appu::BoundaryNode< DIM > |
The BoundaryNode struct holds data and methods to define a boundary node (i.e. the first node inside the boundary) on an irregular boundary. An array of boundary nodes is maintained by each "CutCell" object, if the appropriate functions are called to enable boundary node storage. For more information, see the CutCell class documentation. More... |