#include "SAMRAI_config.h"
#include "tbox/DescribedClass.h"
#include "tbox/PIO.h"
#include "ComponentSelector.I"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::hier |
Classes | |
class | SAMRAI::hier::ComponentSelector |
Class ComponentSelector implements a simple bit vector of a fixed length and is typically used to apply operations on subsets of entries in the patch data array owned by a patch (e.g., allocate/deallocate). All ComponentSelector objects have the same bit vector length that is established by the SAMRAIManager utility. See the documentation of the SAMRAIManager utility for information about changing this maximum value. More... |