Common behaviour of dimensional-dependent GridFunctions. More...
#include <GridFunctionVoid.h>
Public Member Functions | |
GridFunctionVoid (const int type, const int rank, const char name[], GridHierarchy &gh, const int loff, const int cfac, const int align, const int bndrywidth, const int extghwidth, const int cflag, const int bflag, const int adptbflag, const int extghflag) | |
GridFunctionVoid (const int type, const int rank, const char name[], const int tsten, const int ssten, GridHierarchy &gh, const int loff, const int cfac, const int align, const int bndrywidth, const int extghwidth, const int cflag, const int bflag, const int adptbflag, const int extghflag) | |
GridFunctionVoid (const int type, const int rank, const char name[], const int tsten, const int *ssten, GridHierarchy &gh, const int loff, const int cfac, const int align, const int bndrywidth, const int extghwidth, const int cflag, const int bflag, const int adptbflag, const int extghflag) | |
GridFunctionVoid (const char name[], const int rank, const GridFunctionVoid &gfv, const int cflag, const int bflag, const int adptbflag, const int extghflag) | |
virtual | ~GridFunctionVoid () |
void | GF_SetGridFunctionType (const int gft) |
void | GF_SetCommType (const int cflag) |
void | GF_SetBoundaryType (const int bflag) |
void | GF_SetAdaptBoundaryType (const int adptbflag) |
void | GF_SetExternalGhostFlag (const int egflag) |
void | GF_SetInitializeFlag (const int flag) |
void | GF_SetUpdateFlag (const int flag) |
void | GF_SetProlongFlag (const int flag) |
void | GF_SetRestrictFlag (const int flag) |
void | GF_SetBndryUpdateFlag (const int flag) |
void | GF_SetAdaptBndryUpdateFlag (const int flag) |
void | GF_SetIOFlag (const int flag) |
void | GF_SetCheckpointFlag (const int flag) |
int | initialize () |
int | update () |
int | prolong () |
int | Restrict () |
int | bndry_update () |
int | adaptbndry_update () |
int | io () |
int | checkpoint () |
void | GF_BoundaryWidth (const int width) |
void | GF_ExternalGhostWidth (const int width) |
void | GF_SetSpaceStencil (const int s_sten) |
void | GF_SetSpaceStencil (const int *s_sten) |
void | GF_SetTimeStencil (const int t_sten) |
void | GF_SetAlignment (const int align) |
void | GF_SetTimeAlias (const int t, const int alias_to) |
void | GF_SetMaxRecomposeLevel (const int l) |
int | GF_Id () const |
int | GF_Type () const |
char const * | GF_Name () const |
char * | GF_Name () |
int | GF_Rank () const |
void | GF_SetName (char *newname) |
int | factor () const |
int | GF_Alignment () const |
int | comm () const |
int | externalboundary () const |
int | adaptiveboundary () const |
int | externalghost () const |
int | composed () const |
int | comm_type () const |
int | boundary_type () const |
int | adaptiveboundary_type () const |
int | boundary_width () const |
int | externalghost_width () const |
GridBoxList * | current_ggbl () const |
void | set_current_ggbl (GridBoxList *gbl) |
GridBoxList * | parent_lgbl () const |
void | set_parent_lgbl (GridBoxList *gbl) |
GridBoxList * | children_lgbl () const |
void | set_children_lgbl (GridBoxList *gbl) |
BBox | usedbbox (const BBox &gb, const int &level, const int &align) |
BBox | usedbbox (const GridBox &gb, const int &level, const int &align) |
BBox internally used for allocation of GridData-object. | |
int | updatedvaluestep () const |
void | setupdatedvaluestep (const int ustep) |
void | GF_SetUserFlag (const int id, const short &f) |
short | GF_GetUserFlag (const int id) |
void | GF_FreeTmpStorage () |
virtual void | GF_DeleteGDBStorage (const int t) |
virtual void | GF_Sync (const int time, const int level) |
virtual void | GF_Sync (const int time, const int level, const int axis, const int dir) |
virtual void | GF_WriteGhosts (const int time, const int level) |
virtual void | GF_WriteGhosts (const int time, const int level, const int axis, const int dir) |
virtual void | GF_ReadGhosts (const int time, const int level) |
virtual void | GF_ReadGhosts (const int time, const int level, const int axis, const int dir) |
virtual void | GF_Compose () |
virtual void | GF_Recompose (int *reuse_possible, GridBoxList **ollist, GridBoxList **rlist, GridBoxList **slist, GridBoxList **olist) |
virtual void | GF_CheckpointRecompose () |
virtual void | GF_CheckpointRecompose (std::stringstream &ifs) |
virtual void | GF_Checkpoint (std::ofstream &ofs) |
virtual void | GF_Checkpoint (std::stringstream &ofs) |
virtual int | GF_Checkpoint_StrStream_Memory () |
virtual void | GF_CheckpointRestart (int proc=-1) |
virtual void | GF_CheckpointRestart (std::stringstream &ifs) |
Protected Attributes | |
short | gfid |
short | gftype |
short | gfrank |
char * | gfname |
short | overlap [DAGHMaxRank] |
int | loffset |
int | cfactor |
short | alignment |
short | bwidth |
short | extghostwidth |
short | comm_flag |
short | bndry_flag |
short | adaptbndry_flag |
short | extghost_flag |
short | compose_flag |
short | template_flag |
short | init_flag |
short | update_flag |
short | prolong_flag |
short | restrict_flag |
short | bndry_update_flag |
short | adaptbndry_update_flag |
short | io_flag |
short | chkpt_flag |
int | lmax_recompose |
short | time_sten_rad |
short * | space_sten_rad |
short * | time_alias |
double * | phys_time |
GhostInteraction | interactions |
GF_Interaction *** | ghost_send_info |
short * | ghost_recv_cnt |
GF_Interaction *** | ghost_recv_info |
GridTableGhostRcv *** | ghost_recv_server |
GridTableDataRcv *** | data_recv_server |
BBoxList ** | bndrybboxlist |
BBoxList ** | prolongbboxlist |
GridBoxList * | cggbl |
GridBoxList * | plgbl |
GridBoxList * | clgbl |
int | updatedstep |
GridTable * | gt |
GridHierarchy & | dagh |
short | userflags [(10)] |
unsigned * | rcvsize |
unsigned * | sndsize |
BBox * | sndbbox |
short * | sndindex |
short * | rcvindex |
short * | sndlevel |
short * | sndcnt |
Friends | |
class | GridHierarchy |
std::ostream & | operator<< (std::ostream &, const GridFunctionVoid &) |
std::ofstream & | operator<< (std::ofstream &, const GridFunctionVoid &) |
std::ifstream & | operator>> (std::ifstream &, GridFunctionVoid &) |
std::stringstream & | operator<< (std::stringstream &, const GridFunctionVoid &) |
std::stringstream & | operator>> (std::stringstream &, GridFunctionVoid &) |
Common behaviour of dimensional-dependent GridFunctions.
GridFunctionVoid::GridFunctionVoid | ( | const int | type, | |
const int | rank, | |||
const char | name[], | |||
GridHierarchy & | gh, | |||
const int | loff, | |||
const int | cfac, | |||
const int | align, | |||
const int | bndrywidth, | |||
const int | extghwidth, | |||
const int | cflag, | |||
const int | bflag, | |||
const int | adptbflag, | |||
const int | extghflag | |||
) |
GridFunctionVoid::GridFunctionVoid | ( | const int | type, | |
const int | rank, | |||
const char | name[], | |||
const int | tsten, | |||
const int | ssten, | |||
GridHierarchy & | gh, | |||
const int | loff, | |||
const int | cfac, | |||
const int | align, | |||
const int | bndrywidth, | |||
const int | extghwidth, | |||
const int | cflag, | |||
const int | bflag, | |||
const int | adptbflag, | |||
const int | extghflag | |||
) |
GridFunctionVoid::GridFunctionVoid | ( | const int | type, | |
const int | rank, | |||
const char | name[], | |||
const int | tsten, | |||
const int * | ssten, | |||
GridHierarchy & | gh, | |||
const int | loff, | |||
const int | cfac, | |||
const int | align, | |||
const int | bndrywidth, | |||
const int | extghwidth, | |||
const int | cflag, | |||
const int | bflag, | |||
const int | adptbflag, | |||
const int | extghflag | |||
) |
GridFunctionVoid::GridFunctionVoid | ( | const char | name[], | |
const int | rank, | |||
const GridFunctionVoid & | gfv, | |||
const int | cflag, | |||
const int | bflag, | |||
const int | adptbflag, | |||
const int | extghflag | |||
) |
GridFunctionVoid::~GridFunctionVoid | ( | ) | [virtual] |
References phys_time, space_sten_rad, and time_alias.
int GridFunctionVoid::adaptbndry_update | ( | ) | [inline] |
References adaptbndry_update_flag, and DAGHTrue.
int GridFunctionVoid::adaptiveboundary | ( | ) | const [inline] |
References adaptbndry_flag, and DAGHNoAdaptBoundary.
Referenced by GridFunction< GFType, dim >::GF_AdaptiveBndryUpdate().
int GridFunctionVoid::adaptiveboundary_type | ( | ) | const [inline] |
References adaptbndry_flag.
Referenced by GridFunction< GFType, dim >::GF_AdaptiveBndryUpdate().
int GridFunctionVoid::bndry_update | ( | ) | [inline] |
References bndry_update_flag, and DAGHTrue.
int GridFunctionVoid::boundary_type | ( | ) | const [inline] |
References bndry_flag.
Referenced by GridFunction< GFType, dim >::GF_ExternalBndryUpdate().
int GridFunctionVoid::boundary_width | ( | ) | const [inline] |
References bwidth.
int GridFunctionVoid::checkpoint | ( | ) | [inline] |
References chkpt_flag, and DAGHTrue.
Referenced by GridHierarchy::DAGH_RecomposeHierarchy(), GridFunction< GFType, dim >::GF_Checkpoint(), GridFunction< GFType, dim >::GF_Checkpoint_StrStream_Memory(), GridFunction< GFType, dim >::GF_CheckpointRecompose(), GridFunction< GFType, dim >::GF_CheckpointRestart(), and GridFunction< GFType, dim >::GridFunction().
GridBoxList* GridFunctionVoid::children_lgbl | ( | ) | const [inline] |
References clgbl.
int GridFunctionVoid::comm | ( | void | ) | const [inline] |
Reimplemented in GridFunction< GFType, dim >.
References comm_flag, and DAGHNoComm.
int GridFunctionVoid::comm_type | ( | ) | const [inline] |
References comm_flag.
int GridFunctionVoid::composed | ( | ) | const [inline] |
References compose_flag, and DAGHTrue.
GridBoxList* GridFunctionVoid::current_ggbl | ( | ) | const [inline] |
References cggbl.
int GridFunctionVoid::externalboundary | ( | ) | const [inline] |
References bndry_flag, and DAGHNoBoundary.
Referenced by GridFunction< GFType, dim >::GF_ExternalBndryUpdate().
int GridFunctionVoid::externalghost | ( | ) | const [inline] |
References DAGHTrue, and extghost_flag.
int GridFunctionVoid::externalghost_width | ( | ) | const [inline] |
References extghostwidth.
int GridFunctionVoid::factor | ( | ) | const [inline] |
References cfactor.
Referenced by GridFunction< GFType, dim >::GF_StepSize(), and GridFunction< GFType, dim >::GF_TimeStep().
int GridFunctionVoid::GF_Alignment | ( | ) | const [inline] |
References alignment.
void GridFunctionVoid::GF_BoundaryWidth | ( | const int | width | ) | [inline] |
References bwidth.
Referenced by SetBoundaryWidth().
void GridFunctionVoid::GF_Checkpoint | ( | std::stringstream & | ofs | ) | [virtual] |
Reimplemented in GridFunction< GFType, dim >.
void GridFunctionVoid::GF_Checkpoint | ( | std::ofstream & | ofs | ) | [virtual] |
Reimplemented in GridFunction< GFType, dim >.
Referenced by GridHierarchy::DAGH_Checkpoint().
int GridFunctionVoid::GF_Checkpoint_StrStream_Memory | ( | ) | [virtual] |
Reimplemented in GridFunction< GFType, dim >.
void GridFunctionVoid::GF_CheckpointRecompose | ( | std::stringstream & | ifs | ) | [virtual] |
Reimplemented in GridFunction< GFType, dim >.
void GridFunctionVoid::GF_CheckpointRecompose | ( | ) | [virtual] |
Reimplemented in GridFunction< GFType, dim >.
Referenced by GridHierarchy::DAGH_RecomposeHierarchy().
void GridFunctionVoid::GF_CheckpointRestart | ( | std::stringstream & | ifs | ) | [virtual] |
Reimplemented in GridFunction< GFType, dim >.
void GridFunctionVoid::GF_CheckpointRestart | ( | int | proc = -1 |
) | [virtual] |
Reimplemented in GridFunction< GFType, dim >.
Referenced by GridHierarchy::DAGH_ComposeGridFunctions().
void GridFunctionVoid::GF_Compose | ( | ) | [virtual] |
Referenced by GridHierarchy::DAGH_ComposeGridFunctions().
void GridFunctionVoid::GF_DeleteGDBStorage | ( | const int | t | ) | [virtual] |
Referenced by GF_SetTimeAlias().
void GridFunctionVoid::GF_ExternalGhostWidth | ( | const int | width | ) | [inline] |
References extghostwidth.
Referenced by SetExternalGhostWidth().
void GridFunctionVoid::GF_FreeTmpStorage | ( | ) |
short GridFunctionVoid::GF_GetUserFlag | ( | const int | id | ) | [inline] |
References DAGHGFVFlagNum, and userflags.
Referenced by GetUserFlag().
int GridFunctionVoid::GF_Id | ( | ) | const [inline] |
References gfid.
char* GridFunctionVoid::GF_Name | ( | ) | [inline] |
References gfname.
char const* GridFunctionVoid::GF_Name | ( | ) | const [inline] |
References gfname.
Referenced by GridHierarchy::DAGH_RecomposeHierarchy(), and operator<<().
int GridFunctionVoid::GF_Rank | ( | ) | const [inline] |
References gfrank.
virtual void GridFunctionVoid::GF_ReadGhosts | ( | const int | time, | |
const int | level, | |||
const int | axis, | |||
const int | dir | |||
) | [inline, virtual] |
Reimplemented in GridFunction< GFType, dim >.
virtual void GridFunctionVoid::GF_ReadGhosts | ( | const int | time, | |
const int | level | |||
) | [inline, virtual] |
Reimplemented in GridFunction< GFType, dim >.
Referenced by GridHierarchy::DAGH_SyncGhostRegions().
void GridFunctionVoid::GF_Recompose | ( | int * | reuse_possible, | |
GridBoxList ** | ollist, | |||
GridBoxList ** | rlist, | |||
GridBoxList ** | slist, | |||
GridBoxList ** | olist | |||
) | [virtual] |
Referenced by GridHierarchy::DAGH_RecomposeHierarchy().
void GridFunctionVoid::GF_SetAdaptBndryUpdateFlag | ( | const int | flag | ) | [inline] |
References adaptbndry_update_flag.
Referenced by SetAdaptBndryUpdateFlag().
void GridFunctionVoid::GF_SetAdaptBoundaryType | ( | const int | adptbflag | ) | [inline] |
References adaptbndry_flag.
Referenced by SetAdaptBoundaryType().
void GridFunctionVoid::GF_SetAlignment | ( | const int | align | ) | [inline] |
References alignment.
Referenced by SetAlignment().
void GridFunctionVoid::GF_SetBndryUpdateFlag | ( | const int | flag | ) | [inline] |
References bndry_update_flag.
Referenced by SetBndryUpdateFlag().
void GridFunctionVoid::GF_SetBoundaryType | ( | const int | bflag | ) | [inline] |
References bndry_flag.
Referenced by SetBoundaryType().
void GridFunctionVoid::GF_SetCheckpointFlag | ( | const int | flag | ) | [inline] |
References chkpt_flag.
Referenced by GridHierarchy::DAGH_RecomposeHierarchy(), and SetCheckpointFlag().
void GridFunctionVoid::GF_SetCommType | ( | const int | cflag | ) | [inline] |
References comm_flag.
Referenced by SetCommType().
void GridFunctionVoid::GF_SetExternalGhostFlag | ( | const int | egflag | ) | [inline] |
References extghost_flag.
Referenced by SetExternalGhostFlag().
void GridFunctionVoid::GF_SetGridFunctionType | ( | const int | gft | ) |
References dagh, GridHierarchy::DAGH_InitOverlaps(), gftype, and overlap.
Referenced by SetGridFunctionType().
void GridFunctionVoid::GF_SetInitializeFlag | ( | const int | flag | ) | [inline] |
References init_flag.
void GridFunctionVoid::GF_SetIOFlag | ( | const int | flag | ) | [inline] |
References io_flag.
Referenced by SetIOFlag().
void GridFunctionVoid::GF_SetMaxRecomposeLevel | ( | const int | l | ) | [inline] |
References lmax_recompose.
void GridFunctionVoid::GF_SetName | ( | char * | newname | ) | [inline] |
References gfname.
void GridFunctionVoid::GF_SetProlongFlag | ( | const int | flag | ) | [inline] |
References prolong_flag.
Referenced by SetProlongFlag().
void GridFunctionVoid::GF_SetRestrictFlag | ( | const int | flag | ) | [inline] |
References restrict_flag.
Referenced by SetRestrictFlag().
void GridFunctionVoid::GF_SetSpaceStencil | ( | const int * | s_sten | ) |
References gfrank, and space_sten_rad.
void GridFunctionVoid::GF_SetSpaceStencil | ( | const int | s_sten | ) |
References gfrank, and space_sten_rad.
Referenced by SetSpaceStencil().
void GridFunctionVoid::GF_SetTimeAlias | ( | const int | t, | |
const int | alias_to | |||
) | [inline] |
References GF_DeleteGDBStorage(), time_alias, and time_sten_rad.
Referenced by SetTimeAlias().
void GridFunctionVoid::GF_SetTimeStencil | ( | const int | t_sten | ) |
References time_alias, and time_sten_rad.
Referenced by SetTimeStencil().
void GridFunctionVoid::GF_SetUpdateFlag | ( | const int | flag | ) | [inline] |
References update_flag.
void GridFunctionVoid::GF_SetUserFlag | ( | const int | id, | |
const short & | f | |||
) | [inline] |
References DAGHGFVFlagNum, and userflags.
Referenced by SetUserFlag().
virtual void GridFunctionVoid::GF_Sync | ( | const int | time, | |
const int | level, | |||
const int | axis, | |||
const int | dir | |||
) | [inline, virtual] |
Reimplemented in GridFunction< GFType, dim >.
virtual void GridFunctionVoid::GF_Sync | ( | const int | time, | |
const int | level | |||
) | [inline, virtual] |
Reimplemented in GridFunction< GFType, dim >.
int GridFunctionVoid::GF_Type | ( | ) | const [inline] |
References gftype.
virtual void GridFunctionVoid::GF_WriteGhosts | ( | const int | time, | |
const int | level, | |||
const int | axis, | |||
const int | dir | |||
) | [inline, virtual] |
Reimplemented in GridFunction< GFType, dim >.
virtual void GridFunctionVoid::GF_WriteGhosts | ( | const int | time, | |
const int | level | |||
) | [inline, virtual] |
Reimplemented in GridFunction< GFType, dim >.
Referenced by GridHierarchy::DAGH_SyncGhostRegions().
int GridFunctionVoid::io | ( | ) | [inline] |
References DAGHTrue, and io_flag.
Referenced by GridFunction< GFType, dim >::GF_IO(), GridFunction< GFType, dim >::GF_Read(), and GridFunction< GFType, dim >::GF_Write().
GridBoxList* GridFunctionVoid::parent_lgbl | ( | ) | const [inline] |
References plgbl.
int GridFunctionVoid::prolong | ( | ) | [inline] |
References DAGHTrue, and prolong_flag.
Referenced by GridFunction< GFType, dim >::GF_Prolong().
int GridFunctionVoid::Restrict | ( | ) | [inline] |
References DAGHTrue, and restrict_flag.
Referenced by GridFunction< GFType, dim >::GF_Restrict().
void GridFunctionVoid::set_children_lgbl | ( | GridBoxList * | gbl | ) | [inline] |
References clgbl.
void GridFunctionVoid::set_current_ggbl | ( | GridBoxList * | gbl | ) | [inline] |
References cggbl.
void GridFunctionVoid::set_parent_lgbl | ( | GridBoxList * | gbl | ) | [inline] |
References plgbl.
void GridFunctionVoid::setupdatedvaluestep | ( | const int | ustep | ) | [inline] |
References updatedstep.
Referenced by SetUpdatedValueStep().
int GridFunctionVoid::update | ( | ) | [inline] |
References DAGHTrue, and update_flag.
int GridFunctionVoid::updatedvaluestep | ( | ) | const [inline] |
References updatedstep.
Referenced by UpdatedValueAt().
BBox GridFunctionVoid::usedbbox | ( | const GridBox & | gb, | |
const int & | level, | |||
const int & | align | |||
) | [inline] |
BBox internally used for allocation of GridData-object.
References GridBox::gbBBox(), and usedbbox().
Referenced by usedbbox().
References cfactor, BBox::coarsen(), dagh, DAGH_All, gdbAlignBBox(), gfrank, BBox::growupperbydim(), loffset, overlap, BBox::refine(), and GridHierarchy::refinedby().
friend class GridHierarchy [friend] |
Reimplemented in GridFunction< GFType, dim >.
std::stringstream& operator<< | ( | std::stringstream & | ofs, | |
const GridFunctionVoid & | gfv | |||
) | [friend] |
std::ofstream& operator<< | ( | std::ofstream & | ofs, | |
const GridFunctionVoid & | gfv | |||
) | [friend] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const GridFunctionVoid & | gfv | |||
) | [friend] |
std::stringstream& operator>> | ( | std::stringstream & | ifs, | |
GridFunctionVoid & | gfv | |||
) | [friend] |
std::ifstream& operator>> | ( | std::ifstream & | ifs, | |
GridFunctionVoid & | gfv | |||
) | [friend] |
short GridFunctionVoid::adaptbndry_flag [protected] |
Referenced by adaptiveboundary(), adaptiveboundary_type(), GF_SetAdaptBoundaryType(), and operator<<().
short GridFunctionVoid::adaptbndry_update_flag [protected] |
Referenced by adaptbndry_update(), and GF_SetAdaptBndryUpdateFlag().
short GridFunctionVoid::alignment [protected] |
Referenced by GF_Alignment(), GridFunction< GFType, dim >::GF_Copy(), GridFunction< GFType, dim >::GF_divide(), GridFunction< GFType, dim >::GF_equals(), GridFunction< GFType, dim >::GF_maxval(), GridFunction< GFType, dim >::GF_minus(), GridFunction< GFType, dim >::GF_minval(), GridFunction< GFType, dim >::GF_multiply(), GridFunction< GFType, dim >::GF_norm(), GridFunction< GFType, dim >::GF_plus(), GridFunction< GFType, dim >::GF_product(), GridFunction< GFType, dim >::GF_Read(), GF_SetAlignment(), GridFunction< GFType, dim >::GF_sum(), GridFunction< GFType, dim >::GF_Write(), and operator<<().
short GridFunctionVoid::bndry_flag [protected] |
Referenced by boundary_type(), externalboundary(), GF_SetBoundaryType(), and operator<<().
short GridFunctionVoid::bndry_update_flag [protected] |
Referenced by bndry_update(), and GF_SetBndryUpdateFlag().
BBoxList** GridFunctionVoid::bndrybboxlist [protected] |
short GridFunctionVoid::bwidth [protected] |
int GridFunctionVoid::cfactor [protected] |
Referenced by factor(), and usedbbox().
GridBoxList* GridFunctionVoid::cggbl [protected] |
Referenced by current_ggbl(), GridFunction< GFType, dim >::GF_CheckpointRecompose(), and set_current_ggbl().
short GridFunctionVoid::chkpt_flag [protected] |
Referenced by checkpoint(), and GF_SetCheckpointFlag().
GridBoxList * GridFunctionVoid::clgbl [protected] |
Referenced by children_lgbl(), GridFunction< GFType, dim >::GF_CheckpointRecompose(), and set_children_lgbl().
short GridFunctionVoid::comm_flag [protected] |
short GridFunctionVoid::compose_flag [protected] |
Referenced by composed().
GridHierarchy& GridFunctionVoid::dagh [protected] |
Referenced by GridFunction< GFType, dim >::comm(), GridFunction< GFType, dim >::dagh_timeindex(), GridFunction< GFType, dim >::dagh_timevalue(), GridFunction< GFType, dim >::get_phystime_timeindex(), GridFunction< GFType, dim >::get_phystime_timevalue(), GridFunction< GFType, dim >::GF_Copy(), GridFunction< GFType, dim >::GF_CreateStorage(), GridFunction< GFType, dim >::GF_CurrentTime(), GridFunction< GFType, dim >::GF_DeleteStorage(), GridFunction< GFType, dim >::GF_divide(), GridFunction< GFType, dim >::GF_equals(), GridFunction< GFType, dim >::GF_maxval(), GridFunction< GFType, dim >::GF_minus(), GridFunction< GFType, dim >::GF_minval(), GridFunction< GFType, dim >::GF_multiply(), GridFunction< GFType, dim >::GF_NextTime(), GridFunction< GFType, dim >::GF_norm(), GridFunction< GFType, dim >::GF_plus(), GridFunction< GFType, dim >::GF_PreviousTime(), GridFunction< GFType, dim >::GF_product(), GridFunction< GFType, dim >::GF_Read(), GF_SetGridFunctionType(), GridFunction< GFType, dim >::GF_StepSize(), GridFunction< GFType, dim >::GF_sum(), GridFunction< GFType, dim >::GF_TimeStep(), GridFunction< GFType, dim >::GF_Write(), GridFunction< GFType, dim >::GridFunction(), GridFunctionVoid(), GridFunction< GFType, dim >::set_phystime_timeindex(), GridFunction< GFType, dim >::set_phystime_timevalue(), usedbbox(), and GridFunction< GFType, dim >::~GridFunction().
GridTableDataRcv*** GridFunctionVoid::data_recv_server [protected] |
short GridFunctionVoid::extghost_flag [protected] |
Referenced by externalghost(), GF_SetExternalGhostFlag(), and operator<<().
short GridFunctionVoid::extghostwidth [protected] |
Referenced by externalghost_width(), and GF_ExternalGhostWidth().
short GridFunctionVoid::gfid [protected] |
Referenced by GridHierarchy::DAGH_GridFunctionTemplate(), GridDataBlock< Type, dim >::gdbPrintData(), GridFunction< GFType, dim >::GF_CheckpointRestart(), GF_Id(), GridFunction< GFType, dim >::GF_maxval(), GridFunction< GFType, dim >::GF_minval(), GridFunction< GFType, dim >::GF_norm(), GridFunction< GFType, dim >::GF_product(), GridFunction< GFType, dim >::GF_Read(), GridFunction< GFType, dim >::GF_sum(), GridFunction< GFType, dim >::GridFunction(), operator<<(), and GridFunction< GFType, dim >::~GridFunction().
char* GridFunctionVoid::gfname [protected] |
short GridFunctionVoid::gfrank [protected] |
Referenced by GridFunction< GFType, dim >::GF_AdaptiveBndryUpdate(), GridFunction< GFType, dim >::GF_Copy(), GridFunction< GFType, dim >::GF_divide(), GridFunction< GFType, dim >::GF_equals(), GridFunction< GFType, dim >::GF_ExternalBndryUpdate(), GridFunction< GFType, dim >::GF_maxval(), GridFunction< GFType, dim >::GF_minus(), GridFunction< GFType, dim >::GF_minval(), GridFunction< GFType, dim >::GF_multiply(), GridFunction< GFType, dim >::GF_norm(), GridFunction< GFType, dim >::GF_plus(), GridFunction< GFType, dim >::GF_product(), GF_Rank(), GridFunction< GFType, dim >::GF_Read(), GF_SetSpaceStencil(), GridFunction< GFType, dim >::GF_sum(), GridFunction< GFType, dim >::GF_Write(), GridFunctionVoid(), operator<<(), and usedbbox().
short GridFunctionVoid::gftype [protected] |
short* GridFunctionVoid::ghost_recv_cnt [protected] |
GF_Interaction*** GridFunctionVoid::ghost_recv_info [protected] |
GridTableGhostRcv*** GridFunctionVoid::ghost_recv_server [protected] |
GF_Interaction*** GridFunctionVoid::ghost_send_info [protected] |
GridTable* GridFunctionVoid::gt [protected] |
short GridFunctionVoid::init_flag [protected] |
Referenced by GF_SetInitializeFlag(), and initialize().
GhostInteraction GridFunctionVoid::interactions [protected] |
Referenced by operator<<().
short GridFunctionVoid::io_flag [protected] |
Referenced by GF_SetIOFlag(), and io().
int GridFunctionVoid::lmax_recompose [protected] |
Referenced by GF_SetMaxRecomposeLevel().
int GridFunctionVoid::loffset [protected] |
Referenced by GridFunction< GFType, dim >::GF_AdaptiveBndryUpdate(), GridFunction< GFType, dim >::GF_Checkpoint(), GridFunction< GFType, dim >::GF_Checkpoint_StrStream_Memory(), GridFunction< GFType, dim >::GF_CheckpointRecompose(), GridFunction< GFType, dim >::GF_CheckpointRestart(), GridFunction< GFType, dim >::GF_DebugPrintTheData(), and usedbbox().
short GridFunctionVoid::overlap[DAGHMaxRank] [protected] |
Referenced by GF_SetGridFunctionType(), GridFunctionVoid(), and usedbbox().
double* GridFunctionVoid::phys_time [protected] |
GridBoxList * GridFunctionVoid::plgbl [protected] |
Referenced by GridFunction< GFType, dim >::GF_CheckpointRecompose(), parent_lgbl(), and set_parent_lgbl().
short GridFunctionVoid::prolong_flag [protected] |
Referenced by GF_SetProlongFlag(), and prolong().
BBoxList** GridFunctionVoid::prolongbboxlist [protected] |
Referenced by GridFunction< GFType, dim >::prolongbndrylevel().
short* GridFunctionVoid::rcvindex [protected] |
Referenced by GF_FreeTmpStorage().
unsigned* GridFunctionVoid::rcvsize [protected] |
Referenced by GF_FreeTmpStorage().
short GridFunctionVoid::restrict_flag [protected] |
Referenced by GF_SetRestrictFlag(), and Restrict().
BBox* GridFunctionVoid::sndbbox [protected] |
Referenced by GF_FreeTmpStorage().
short* GridFunctionVoid::sndcnt [protected] |
Referenced by GF_FreeTmpStorage().
short* GridFunctionVoid::sndindex [protected] |
Referenced by GF_FreeTmpStorage().
short* GridFunctionVoid::sndlevel [protected] |
Referenced by GF_FreeTmpStorage().
unsigned* GridFunctionVoid::sndsize [protected] |
short* GridFunctionVoid::space_sten_rad [protected] |
Referenced by GF_SetSpaceStencil(), GridFunctionVoid(), operator<<(), and ~GridFunctionVoid().
short GridFunctionVoid::template_flag [protected] |
Referenced by GridFunction< GFType, dim >::GF_CheckpointRecompose(), and GridFunctionVoid().
short* GridFunctionVoid::time_alias [protected] |
Referenced by GridFunction< GFType, dim >::dagh_timeindex(), GridFunction< GFType, dim >::get_phystime_timevalue(), GF_SetTimeAlias(), GF_SetTimeStencil(), GridFunction< GFType, dim >::GridFunction(), GridFunctionVoid(), GridFunction< GFType, dim >::set_phystime_timevalue(), and ~GridFunctionVoid().
short GridFunctionVoid::time_sten_rad [protected] |
Referenced by GridFunction< GFType, dim >::boundingbboxlist(), GridFunction< GFType, dim >::dagh_timeindex(), GridFunction< GFType, dim >::dagh_timevalue(), GridFunction< GFType, dim >::databboxlist(), GridFunction< GFType, dim >::get_phystime_timevalue(), GridFunction< GFType, dim >::GF_Checkpoint(), GridFunction< GFType, dim >::GF_Checkpoint_StrStream_Memory(), GridFunction< GFType, dim >::GF_CheckpointRecompose(), GridFunction< GFType, dim >::GF_CheckpointRestart(), GridFunction< GFType, dim >::GF_CreateStorage(), GridFunction< GFType, dim >::GF_CycleTimeLevels(), GridFunction< GFType, dim >::GF_DebugPrintTheData(), GridFunction< GFType, dim >::GF_DeleteStorage(), GridFunction< GFType, dim >::GF_ReadGhosts(), GF_SetTimeAlias(), GF_SetTimeStencil(), GridFunction< GFType, dim >::GF_WriteGhosts(), GridFunction< GFType, dim >::GridFunction(), GridFunctionVoid(), GridFunction< GFType, dim >::intbboxlist(), operator<<(), and GridFunction< GFType, dim >::set_phystime_timevalue().
short GridFunctionVoid::update_flag [protected] |
Referenced by GF_SetUpdateFlag(), and update().
int GridFunctionVoid::updatedstep [protected] |
Referenced by GridFunction< GFType, dim >::GF_AdaptiveBndryUpdate(), setupdatedvaluestep(), and updatedvaluestep().
short GridFunctionVoid::userflags[(10)] [protected] |
Referenced by GF_GetUserFlag(), GF_SetUserFlag(), and GridFunctionVoid().