#include "SAMRAI_config.h"
#include "PatchLevel.h"
#include "EdgeVariable.h"
#include "OuteredgeVariable.h"
#include "tbox/Pointer.h"
#include <string>
#include "RefineSchedule.h"
#include "RefineTransactionFactory.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::algs |
Classes | |
class | SAMRAI::algs::PatchBoundaryEdgeSum< DIM > |
Class PatchBoundaryEdgeSum provides operations summing edge data values at edges that are shared by multiple patches on a single level. Note that this utility only works on a SINGLE patch level, not on a multiple levels in an AMR patch hierarchy like the PatchBoundaryNodeSum class. Unlike node data, edge data at coarse-fine boundaries are not co-located, so the sum operation is not clearly defined. More... |