#include "SAMRAI_config.h"
#include <iostream>
#include "Box.h"
#include "BoxArray.h"
#include "BoxList.h"
#include "IntVector.h"
#include "Patch.h"
#include "PatchLevel.h"
#include "ProcessorMapping.h"
#include "PatchCellDataNormOpsReal.h"
#include "SpatialKey.h"
#include "tbox/Array.h"
#include "tbox/Pointer.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::mesh |
Classes | |
struct | SAMRAI::mesh::BalanceUtilities< DIM > |
Utility class BalanceUtilities<DIM> provides several functions useful in various load balancing operations. These utilities include bin packing operations, box chopping by recursive bisection, and computation of effective processor layouts for boxes. More... |