#include "SAMRAI_config.h"
#include "BoundaryUtilityStrategy.h"
#include "BoundaryBox.h"
#include "Box.h"
#include "IntVector.h"
#include "Patch.h"
#include "CellData.h"
#include "tbox/Array.h"
#include "tbox/Database.h"
#include "tbox/Pointer.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::appu |
Classes | |
struct | SAMRAI::appu::CartesianBoundaryUtilities3 |
Class CartesianBoundaryUtilities2 is a utility class that simplifies the implementation of simple physical boundary data in 3 spatial dimensions. It contains routines for reading boundary data information from input files, applying those boundary conditions, and error checking boundary data. These routines apply to the case of cell-centered double data only. One may use all of these capabilities, or use the input reading, boundary setting, and error checking routines independently. More... |