#include "SAMRAI_config.h"
#include "PatchLevel.h"
#include "LocallyActiveDataPatchLevelManager.h"
#include "EdgeVariable.h"
#include "OuteredgeVariable.h"
#include "tbox/Pointer.h"
#include <string>
#include "LocallyActiveDataRefineSchedule.h"
#include "LocallyActiveDataRefineTransactionFactory.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::algs |
Classes | |
class | SAMRAI::algs::LocallyActiveDataPatchBoundaryEdgeSum< DIM > |
Class LocallyActiveDataPatchBoundaryEdgeSum provides operations summing locally-active 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 LocallyActiveDataPatchBoundaryNodeSum class. Unlike node data, edge data at coarse-fine boundaries are not co-located, so the sum operation across levels depends on application requirements. More... |