#include <bitvec.h>
Public Member Functions | |
BitVec () | |
BitVec (unsigned short *in_vec, short nobits) | |
void | pup (PUP::er &p) |
Data Fields | |
unsigned short | vec [MAXDIMENSION] |
short | numbits |
Definition at line 2 of file bitvec.h.
BitVec::BitVec | ( | unsigned short * | in_vec, | |
short | nobits | |||
) | [inline] |
void BitVec::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 18 of file bitvec.h.
References numbits, p, and vec.
Referenced by AmrUserData::pup(), Cell::pup(), and NeighborMsg::pup().
unsigned short BitVec::vec[MAXDIMENSION] |
Definition at line 5 of file bitvec.h.
Referenced by BitVec(), Cell::check_queue(), Cell1D::create_children(), Cell3D::create_children(), Cell2D::create_children(), AmrCoordinator::create_tree(), Cell::doIterations(), AmrUserData::isOnNegXBoundary(), AmrUserData::isOnNegYBoundary(), AmrUserData::isOnNegZBoundary(), AmrUserData::isOnPosXBoundary(), AmrUserData::isOnPosYBoundary(), AmrUserData::isOnPosZBoundary(), Cell::neighbor_data(), pup(), Cell::refine(), Cell::refine_confirmed(), Cell::refineExec(), Cell1D::reg_nbor_msg(), Cell3D::reg_nbor_msg(), Cell2D::reg_nbor_msg(), Cell::ResumeFromSync(), Cell::sendInDimension(), and Cell::synchronise().
short BitVec::numbits |
Definition at line 6 of file bitvec.h.
Referenced by BitVec(), Cell::check_queue(), Cell1D::create_children(), Cell3D::create_children(), Cell2D::create_children(), AmrCoordinator::create_tree(), Cell::doIterations(), AmrUserData::isOnPosXBoundary(), AmrUserData::isOnPosYBoundary(), AmrUserData::isOnPosZBoundary(), Cell::neighbor_data(), pup(), Cell::refine(), Cell::refine_confirmed(), Cell::refineExec(), Cell1D::reg_nbor_msg(), Cell3D::reg_nbor_msg(), Cell2D::reg_nbor_msg(), Cell::ResumeFromSync(), Cell::sendInDimension(), and Cell::synchronise().