VTK
|
#include <vtkStructuredAMRGridConnectivity.h>
Public Types | |
typedef vtkAbstractGridConnectivity | Superclass |
![]() | |
typedef vtkObject | Superclass |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkStructuredAMRGridConnectivity * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | ComputeNeighbors () |
virtual void | CreateGhostLayers (const int N=1) |
int | GetNumberOfNeighbors (const int gridID) |
void | GetGhostedExtent (const int gridID, int ext[6]) |
vtkStructuredAMRNeighbor | GetNeighbor (const int gridID, const int nei) |
void | Initialize (const unsigned int NumberOfLevels, const unsigned int N, const int RefinementRatio=-1) |
virtual void | RegisterGrid (const int gridIdx, const int level, const int refinementRatio, int extents[6], vtkUnsignedCharArray *nodesGhostArray, vtkUnsignedCharArray *cellGhostArray, vtkPointData *pointData, vtkCellData *cellData, vtkPoints *gridNodes) |
virtual void | RegisterGrid (const int gridIdx, const int level, int extents[6], vtkUnsignedCharArray *nodesGhostArray, vtkUnsignedCharArray *cellGhostArray, vtkPointData *pointData, vtkCellData *cellData, vtkPoints *gridNodes) |
virtual void | SetBalancedRefinement (bool) |
virtual bool | GetBalancedRefinement () |
virtual void | SetNodeCentered (bool) |
virtual bool | GetNodeCentered () |
virtual void | SetCellCentered (bool) |
virtual bool | GetCellCentered () |
![]() | |
vtkAbstractGridConnectivity * | NewInstance () const |
unsigned int | GetNumberOfGrids () |
vtkUnsignedCharArray * | GetGhostedPointGhostArray (const int gridID) |
vtkUnsignedCharArray * | GetGhostedCellGhostArray (const int gridID) |
vtkPointData * | GetGhostedGridPointData (const int gridID) |
vtkCellData * | GetGhostedGridCellData (const int gridID) |
vtkPoints * | GetGhostedPoints (const int gridID) |
virtual void | SetNumberOfGhostLayers (unsigned int) |
virtual unsigned int | GetNumberOfGhostLayers () |
![]() | |
vtkObject * | NewInstance () const |
virtual void | DebugOn () |
virtual void | DebugOff () |
bool | GetDebug () |
void | SetDebug (bool debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static vtkStructuredAMRGridConnectivity * | New () |
static int | IsTypeOf (const char *type) |
static vtkStructuredAMRGridConnectivity * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkAbstractGridConnectivity * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
![]() | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkStructuredAMRGridConnectivity () | |
virtual | ~vtkStructuredAMRGridConnectivity () |
virtual void | SetNumberOfGrids (const unsigned int N) |
void | CreateGhostedMaskArrays (const int gridID) |
void | CreateGhostedExtent (const int gridID, const int N) |
void | SetGhostedExtent (const int gridID, int ext[6]) |
void | GetGridExtent (const int gridIdx, int ext[6]) |
int | GetGridLevel (const int gridIdx) |
bool | LevelExists (const int level) |
void | InsertGridAtLevel (const int level, const int gridID) |
void | ComputeNeighborSendAndRcvExtent (const int gridID, const int N) |
void | ComputeWholeExtent () |
void | GetWholeExtentAtLevel (const int level, int ext[6]) |
void | EstablishNeighbors (const int i, const int j) |
bool | HasConstantRefinementRatio () |
void | SetRefinementRatioAtLevel (const int level, const int r) |
int | GetRefinementRatioAtLevel (const int level) |
bool | AreExtentsEqual (int ext1[6], int ext2[6]) |
void | SetBlockTopology (const int gridID) |
int | GetNumberOfConnectingBlockFaces (const int gridID) |
void | RemoveBlockConnection (const int gridID, const int blockDirection) |
void | AddBlockConnection (const int gridID, const int blockDirection) |
void | ClearBlockConnections (const int gridID) |
void | PrintExtent (std::ostream &os, int ext[6]) |
void | InitializeGhostData (const int gridID) |
void | TransferRegisteredDataToGhostedData (const int gridID) |
virtual void | TransferGhostDataFromNeighbors (const int gridID) |
void | GetCoarsenedExtent (const int gridIdx, int fromLevel, int toLevel, int ext[6]) |
void | GetRefinedExtent (const int gridIdx, int fromLevel, int toLevel, int ext[6]) |
void | RefineExtent (int orient[3], int ndim, int fromLevel, int toLevel, int ext[6]) |
void | GetCellRefinedExtent (int orient[3], int ndim, const int i, const int j, const int k, const int fromLevel, const int toLevel, int ext[6]) |
void | CoarsenExtent (int orient[3], int ndim, int fromLevel, int toLevel, int ext[6]) |
bool | IsNodeInterior (const int i, const int j, const int k, int ext[6]) |
bool | IsNodeWithinExtent (const int i, const int j, const int k, int ext[6]) |
bool | IsNodeOnSharedBoundary (const int i, const int j, const int k, const int gridId, int gridExt[6]) |
bool | IsNodeOnBoundaryOfExtent (const int i, const int j, const int k, int ext[6]) |
void | GetNodeOrientation (const int i, const int j, const int k, int gridExt[6], int nodeOrientation[3]) |
void | GetOrientationVector (const int dataDescription, int orient[3], int &ndim) |
bool | HasBlockConnection (const int gridID, const int blockDirection) |
virtual void | MarkNodeProperty (const int gridId, const int i, const int j, const int k, int gridExt[6], int wholeExt[6], unsigned char &p) |
virtual void | FillNodesGhostArray (const int gridId, vtkUnsignedCharArray *nodesArray) |
virtual void | FillCellsGhostArray (const int gridId, vtkUnsignedCharArray *cellArray) |
virtual void | FillGhostArrays (const int gridId, vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray) |
vtkStructuredAMRNeighbor | GetAMRNeighbor (const int i, const int iLevel, int next1[6], const int j, const int jLevel, int next2[6], const int normalizedLevel, const int levelDiff, vtkStructuredNeighbor &nei) |
void | ComputeAMRNeighborOverlapExtents (const int iLevel, const int jLevel, const int normalizedLevel, const vtkStructuredNeighbor &nei, int orient[3], int ndim, int gridOverlapExtent[6], int neiOverlapExtent[6]) |
int | Get1DOrientation (const int idx, const int ExtentLo, const int ExtentHi, const int OnLo, const int OnHi, const int NotOnBoundary) |
void | TransferLocalNodeCenteredNeighborData (const int gridID, vtkStructuredAMRNeighbor &nei) |
void | GetLocalCellCentersFromCoarserLevel (const int gridID, vtkStructuredAMRNeighbor &nei) |
void | GetLocalCellCentersFromFinerLevel (const int gridID, vtkStructuredAMRNeighbor &nei) |
void | GetLocalCellCentersAtSameLevel (const int gridID, vtkStructuredAMRNeighbor &nei) |
void | TransferLocalCellCenteredNeighborData (const int gridID, vtkStructuredAMRNeighbor &nei) |
void | TransferLocalNeighborData (const int gridID, vtkStructuredAMRNeighbor &nei) |
void | AverageFieldData (vtkFieldData *source, vtkIdType *sourceIds, const int N, vtkFieldData *target, vtkIdType targetIdx) |
void | CopyFieldData (vtkFieldData *source, vtkIdType sourceIdx, vtkFieldData *target, vtkIdType targetIdx) |
![]() | |
vtkAbstractGridConnectivity () | |
virtual | ~vtkAbstractGridConnectivity () |
void | RegisterGridNodes (const int gridID, vtkPoints *nodes) |
void | RegisterGridGhostArrays (const int gridID, vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray) |
void | RegisterFieldData (const int gridID, vtkPointData *PointData, vtkCellData *CellData) |
void | AllocateUserRegisterDataStructures () |
void | DeAllocateUserRegisterDataStructures () |
void | AllocateInternalDataStructures () |
void | DeAllocateInternalDataStructures () |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
grid connectivity.
A concrete instance of vtkAbstractGridConnectivity that implements functionality for computing the neighboring topology within a structured AMR grid, as well as, generating ghost-layers. Support is provided for 1-D, 2-D (XY,XZ,YZ) and 3-D cell-centered datasets. This implementation does not have any support for distributed data. For the parallel implementation see vtkPStructuredAMRGridConnectivity.
Definition at line 48 of file vtkStructuredAMRGridConnectivity.h.
Definition at line 53 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
|
protectedvirtual |
|
static |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAbstractGridConnectivity.
|
static |
|
protectedvirtual |
Reimplemented from vtkAbstractGridConnectivity.
vtkStructuredAMRGridConnectivity* vtkStructuredAMRGridConnectivity::NewInstance | ( | ) | const |
|
virtual |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkAbstractGridConnectivity.
void vtkStructuredAMRGridConnectivity::Initialize | ( | const unsigned int | NumberOfLevels, |
const unsigned int | N, | ||
const int | RefinementRatio = -1 |
||
) |
Initializes this instance of vtkStructuredAMRGridConnectivity where N is the total number of grids in the AMR hierarchy. Optionally, if the AMR dataset has a constant refinement, it should be specified during initialization as the code optimizes for it. If a -1 or no refinement ratio is specified a varying refinement ratio is assumed.
|
virtual |
Computes neighboring information.
Implements vtkAbstractGridConnectivity.
|
virtual |
Creates ghost layers.
Implements vtkAbstractGridConnectivity.
|
virtual |
Registers the AMR grid with the given global linear grid ID (starting numbering from 0) and level and refinement ratio. This method is to be used when the refinement ratio is not constant.
|
virtual |
Registers the AMR grid with the given global linear grid ID (starting numbering from 0) and level. The extents of the grid are expected to be global node extents.
|
virtual |
Get/Set macro for BalancedRefinement property, default is true. If the refinement is balanced, then, adjacent grids in the AMR hierarchy can only differ by one level. By default, a balanced refinement is assumed.
|
virtual |
Get/Set macro for BalancedRefinement property, default is true. If the refinement is balanced, then, adjacent grids in the AMR hierarchy can only differ by one level. By default, a balanced refinement is assumed.
|
virtual |
Get/Set macor NodeCentered property which indicates if the data is node-centered or cell-centered. By default, node-centered is set to false since AMR datasets are primarily cell-centered.
|
virtual |
Get/Set macor NodeCentered property which indicates if the data is node-centered or cell-centered. By default, node-centered is set to false since AMR datasets are primarily cell-centered.
|
virtual |
Get/Set CellCentered property which indicates if the data is cell-centered By default, cell-centered is set to true.
|
virtual |
Get/Set CellCentered property which indicates if the data is cell-centered By default, cell-centered is set to true.
Returns the number of neighbors for the grid corresponding to the given grid ID.
Definition at line 513 of file vtkStructuredAMRGridConnectivity.h.
Returns the ghost extend for the grid corresponding to the given grid ID.
|
inline |
Returns the AMR neighbor for the patch with the corresponding grid ID.
Definition at line 525 of file vtkStructuredAMRGridConnectivity.h.
|
protectedvirtual |
Sets the total number of grids(blocks) in the AMR hierarchy
Implements vtkAbstractGridConnectivity.
|
protected |
Creates the ghosted mask arrays
|
protected |
Creates the ghosted extent of the given grid
Sets the ghost extent for the grid corresponding to the given grid ID.
|
protected |
Gets the coarsened extent for the grid with the given grid index.
|
protected |
Gets the refined extent fro the grid with the given grid index.
|
protected |
Refines the given extent.
|
protected |
Given the global i,j,k index of a cell at a coarse level, fromLevel, this method computes the range of cells on the refined grid.
|
protected |
Coarsens the given extent.
|
inlineprotected |
Gets the grid extent for the grid with the given grid ID.
Definition at line 704 of file vtkStructuredAMRGridConnectivity.h.
Returns the level of the grid with the corresponding grid ID.
Definition at line 652 of file vtkStructuredAMRGridConnectivity.h.
|
inlineprotected |
Checks if the given level has been registered
Definition at line 718 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Checks if the node is an interior node in the given extent.
|
protected |
Checks if the node is within the extent.
|
protected |
Checks if the node is on a shared boundary.
|
protected |
Checks if the node is on the boundary of the given extent.
|
inlineprotected |
Inserts the grid corresponding to the given ID at the prescribed level.
Definition at line 729 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Loops through the neighbors of this grid and computes the send and rcv extents for the N requested ghost layers.
|
protected |
Computes the whole extent w.r.t. level 0 as well as the AMR dataset description and dimension.
|
protected |
Gets the whole extent with respect to the given level. NOTE: This method assument that the whole extent has been computed.
Establishes neighboring relationship between grids i,j wheren i,j are global indices.
|
protected |
Computes the node orientation tuple for the given i,j,k node.
|
protected |
Establishes the orientation vector and dimension based on the computed data description. The orientation vector is a 3-tuple, which encodes the dimensions that are used. For example, let's say that we want to define the orientation to be in the XZ plane, then, the orient array would be constructed as follows: {0,2 -1}, where -1 indicates a NIL value.
|
inlineprotected |
Checks if a constant refinement ratio has been specified.
Definition at line 694 of file vtkStructuredAMRGridConnectivity.h.
|
inlineprotected |
Sets the refinement ratio at the given level.
Definition at line 663 of file vtkStructuredAMRGridConnectivity.h.
Returns the refinement ratio at the given level.
Definition at line 678 of file vtkStructuredAMRGridConnectivity.h.
Checks if the extent ext1 and ext2 are equal.
Definition at line 624 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Constructs the block topology for the given grid.
|
inlineprotected |
Returns the number of faces of the block corresponding to the given grid ID that are adjacent to at least one other block. Note, this is not the total number of neighbors for the block. This method simply checks how many out of the 6 block faces have connections. Thus, the return value has an upper-bound of 6.
Definition at line 557 of file vtkStructuredAMRGridConnectivity.h.
|
inlineprotected |
Checks if the block corresponding to the given grid ID has a block adjacent to it in the given block direction. NOTE: The block direction is essentially one of the 6 faces of the block defined as follows:
Definition at line 289 of file vtkStructuredAMRGridConnectivity.h.
|
inlineprotected |
Removes a block connection along the given direction for the block corresponding to the given gridID. NOTE: The block direction is essentially one of the 6 faces of the block defined as follows:
Definition at line 579 of file vtkStructuredAMRGridConnectivity.h.
|
inlineprotected |
Adds a block connection along the given direction for the block corresponding to the given gridID. NOTE: The block direction is essentially one of the 6 faces of the block defined as follows:
Definition at line 594 of file vtkStructuredAMRGridConnectivity.h.
|
inlineprotected |
Clears all block connections for the block corresponding to the given grid ID.
Definition at line 608 of file vtkStructuredAMRGridConnectivity.h.
|
protectedvirtual |
Marks the ghost property for the given node.
|
protectedvirtual |
Fills the node ghost arrays for the given grid
|
protectedvirtual |
Fills the cell ghost arrays for the given grid
|
protectedvirtual |
Fills ghost arrays.
Implements vtkAbstractGridConnectivity.
|
protected |
Compute the AMR neighbor of grid "i" and its neighbor grid "j". Given the structured neighbors computed in normalized space (i.e., at the same level) between the two grids, this method computes the corresponding AMR neighbor which essentially adds other bits of information, such as level, relationship type, etc. NOTE: The extents next1 and next2 for each grid are the normalized extents
|
protected |
A Helper method to compute the AMR neighbor overlap extents. The method coarsens/refines the gridOverlap and neiOverlap extents accordingly s.t. they are w.r.t. to the level of the grid they refer to.
|
inlineprotected |
Get 1-D orientation.
Definition at line 540 of file vtkStructuredAMRGridConnectivity.h.
|
inlineprotected |
Prints the extent
Definition at line 639 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Initializes the ghost data-structures
|
protected |
Transfers the data of the registered grid, to the ghosted data-structures.
|
protected |
Transfers local node-centered neighbor data
|
protected |
Copy cell center value from a coarser level by direct-injection, i.e., the values within the coarse cell is assumed to be constant.
|
protected |
Copy cell center values from a finer level by cell averaging.
|
protected |
Copy cell center values to fill in the ghost levels from a neighbor at the same level as the grid corresponding to the given grid ID.
|
protected |
Transfers local cell-centered neighbor data
|
protected |
Transfers local neighbor data
|
protectedvirtual |
Fills in the ghost data from the neighbors
|
protected |
Loops through all arrays and computes the average of the supplied source indices and stores the corresponding average
|
protected |
Loops through all arrays in the source and for each array, it copies the tuples from sourceIdx to the target at targetIdx. This method assumes that the source and target have a one-to-one array correspondance, that is array i in the source corresponds to array i in the target.
|
protected |
Definition at line 463 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 464 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 465 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 466 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 467 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 468 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 473 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 474 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 476 of file vtkStructuredAMRGridConnectivity.h.
Definition at line 482 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 485 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 486 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 487 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 488 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 489 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 494 of file vtkStructuredAMRGridConnectivity.h.
|
protected |
Definition at line 499 of file vtkStructuredAMRGridConnectivity.h.