#include <AMReX_BLassert.H>
#include <AMReX.H>
#include <AMReX_Box.H>
#include <AMReX_Print.H>
#include <AMReX_ParallelDescriptor.H>
#include <iostream>
#include <limits>
Namespaces | |
amrex | |
amrex::detail | |
Macros | |
#define | BL_IGNORE_MAX 100000 |
Functions | |
std::ostream & | amrex::detail::box_write (std::ostream &os, const int *smallend, const int *bigend, const int *type, int dim) |
std::istream & | amrex::detail::box_read (std::istream &is, int *smallend, int *bigend, int *type, int dim) |
void | amrex::AllGatherBoxes (Vector< Box > &bxs, int n_extra_reserve) |
#define BL_IGNORE_MAX 100000 |