#include <source/toolbox/base/SAMRAIManager.h>
Static Public Member Functions | |
static void | startup () |
static void | shutdown () |
static int | getMaxNumberPatchDataEntries () |
static void | setMaxNumberPatchDataEntries (int maxnum) |
void SAMRAI::tbox::SAMRAIManager::startup | ( | ) | [static] |
void SAMRAI::tbox::SAMRAIManager::shutdown | ( | ) | [static] |
Shutdown the SAMRAI package. Depending on the compile flags set at compile-time, this routine shuts down MPI and calls registered shutdown handlers.
int SAMRAI::tbox::SAMRAIManager::getMaxNumberPatchDataEntries | ( | ) | [static] |
Return maximum number of patch data entries supported by SAMRAI. The value is either the default value (256) or the value set by calling the setMaxNumberPatchDataEntries() function.
void SAMRAI::tbox::SAMRAIManager::setMaxNumberPatchDataEntries | ( | int | maxnum | ) | [static] |
Set maximum number of patch data entries supported by SAMRAI to the maximum of the current value and the argument value.
Note that this routine cannot be called anytime after the max patch data entries value has been accessed via the getMaxNumberPatchDataEntries() function, either by the user or internally within SAMRAI. Typically, the first internal access of this value occurs whenever any objects related to the patch hierarchy or variables are created.