File List

Here is a list of all files with brief descriptions:
amroc/hds/AllocError.h [code]Reports memory allocation errors
amroc/hds/amrsds.h [code]Functions in amrsds.c
amroc/hds/BBox.h [code]A rectangular region in the computational domain in global index coordinates
amroc/hds/BBoxList.h [code]BBoxList implements a linked list of BBox
amroc/hds/BitVec.h [code]BitVec defines a bit-vector as an array of BitVecType
amroc/hds/BucketType.h [code]Assemble elements of type "Type" in a consecutive memory block
amroc/hds/CommIOServer.h [code]Communication-services for IO of GridFunction
amroc/hds/CommRcvServer.h [code]Communication services for ghost-cells and redistribution: GridTableGhostRcv, GridTableDataRcv
amroc/hds/CommServer.h [code]Comm_service implements non-blocking communication services for application controlled event handling
amroc/hds/Coords.h [code]A point in the computational domain in global index coordinates
amroc/hds/DAGH.h [code]Main include for programs that rely on DAGH
amroc/hds/DAGHCluster.h [code]The Cluster Routines
amroc/hds/DAGHDefaults.h [code]Definition of all defaults used in the DAGH source
amroc/hds/DAGHDistribution.h [code]The partioner
amroc/hds/DAGHFortranInterfaces.h [code]Define the Fortran name mangling convention for various machines
amroc/hds/DAGHGhostInteraction.h [code]Compute interaction regions for GridDataBlock
amroc/hds/DAGHIO.h [code]IO a la NCSA
amroc/hds/DAGHIO_hdf_ncsa.h [code]IO Interface to NCSA AMR HDF Files
amroc/hds/DAGHIOParams.h [code]Definition of DAGH IO Msg Types
amroc/hds/DAGHMemoryTrace.h [code]Maintain memory allocation and deallocation traces
amroc/hds/DAGHParams.h [code]Definition of most important values
amroc/hds/DAGHSfc.h [code]Choose the type of d-mapping to be used
amroc/hds/DCoords.h [code]Double precision coordinates of a point in the computational domain
amroc/hds/GDBInteraction.h [code]Infromation about a single interaction for a GridDataBlock
amroc/hds/GridBox.h [code]Minimal class for maintining BBox information of the composite DAGH structure
amroc/hds/GridBoxList.h [code]GridBoxList implements a linked list of GridBox
amroc/hds/GridData1.h [code]Regular data on a single grid
amroc/hds/GridData2.h [code]Regular data on a single grid
amroc/hds/GridData3.h [code]Regular data on a single grid
amroc/hds/GridDataBlock.h [code]A single grid with a data used within GridFunction
amroc/hds/GridDataBlock.ippImplementation of GridDataBlock
amroc/hds/GridDataBlockCommon.h [code]
amroc/hds/GridDataParams.h [code]
amroc/hds/GridFunction.h [code]Include GridFunction and define dimension-independent global functions
amroc/hds/GridFunction.ippImplementation of constructors, destructors, recomposition and checkpointing
amroc/hds/GridFunctionBndry.ippApplication of physical and adpative boundary conditions
amroc/hds/GridFunctionCalls.h [code]Define important GridFunction-methods as global functions
amroc/hds/GridFunctionComm.ippGhost cell synchronization
amroc/hds/GridFunctionFuncs.ippCall Operator-functions on an entire level
amroc/hds/GridFunctionFunctors.h [code]Include Functor-types for GridFunction
amroc/hds/GridFunctionIndex.h [code]Looping over all GridDataBlock inside GridFunction
amroc/hds/GridFunctionIO.ippRead/write GridFunction into a file
amroc/hds/GridFunctionOps.ippOperations for GridFunction
amroc/hds/GridFunctionOpsRed.ippReduction operations for GridFunction
amroc/hds/GridFunctionVoid.h [code]Common behaviour of dimensional-dependent GridFunctions
amroc/hds/GridHierarchy.h [code]GridHierarchy stores the hierarchical structure on an adaptive application
amroc/hds/GridHierarchyCalls.h [code]Define important GridHierarchy-methods as global functions
amroc/hds/GridHierarchyIndex.h [code]Loop over all GridFunction
amroc/hds/GridTable.h [code]Basic communication-routines for GridFunction
amroc/hds/GridUnit.h [code]GridUnit represents the unit of distribution and load-balancing
amroc/hds/GridUnitList.h [code]GridUnitList implements a linked list of GridUnits
amroc/hds/IndexGridData1.h [code]Provide macros for array looping and indexing for GridData
amroc/hds/IndexGridData2.h [code]Provide macros for array looping and indexing for GridData
amroc/hds/IndexGridData3.h [code]Provide macros for array looping and indexing for GridData
amroc/hds/ObjectCounter.h [code]Provides a reference counting base class
amroc/hds/PackedDataBucketVoid.h [code]Assemble records in a consecutive memory block in DataBucketVoid for fast communication
amroc/hds/PackedGridDataBucket.h [code]Assemble GridData-objects of a GridFunction in a consecutive memory regions for communication
amroc/hds/PeanoHilbert.h [code]The Peano-Hilbert space-filling curve
amroc/hds/sds.h [code]Functions in sds.c
amroc/hds/sfcIndex.h [code]Space-filling curve as a partitioner
amroc/hds/Timing.h [code]Timing class and interface used for benchmarks and profiling
amroc/hds/VectorGridDataOps.h [code]Operations between two GridData-objects with different template parameters
amroc/hds/VectorLarge.h [code]Generic vector implementation
amroc/hds/src/AllocError.CImplementation of AllocError
amroc/hds/src/amrsds.cRoutines to store hierarchical adaptive mesh refinement data in an HDF-compatible format
amroc/hds/src/BBox.CImplementation of BBox
amroc/hds/src/BBoxList.CImplementation of BBoxList
amroc/hds/src/BitVec.CImplementation of BitVec
amroc/hds/src/Cluster1.CA 1D "clustering" algorithm
amroc/hds/src/Cluster3.CA 3D Clusterer using signature clustering
amroc/hds/src/CommIOServer.CImplementation of DAGHIOServerRcv, DAGHIOServerSnd,DAGHIOServerPing
amroc/hds/src/CommRcvServerData.CImplementation of GridTableDataRcv
amroc/hds/src/CommRcvServerGhost.CImplementation of GridTableGhostRcv
amroc/hds/src/CommServer.CImplementation of comm_service
amroc/hds/src/Coords.CImplementation of input and output operators for Coords
amroc/hds/src/DAGHDistribution.CImplementation of the partioner
amroc/hds/src/DAGHGhostInteraction.CImplementation of GhostInteraction
amroc/hds/src/DAGHIO_hdf_ncsa.CImplementation IO Interface to NCSA AMR HDF Files
amroc/hds/src/DAGHStatics.C
amroc/hds/src/DCoords.CImplementation of input and output operators for DCoords
amroc/hds/src/GridBox.CImplementation of GridBox
amroc/hds/src/GridBoxList.CImplementation of GridBoxList
amroc/hds/src/GridDataBlock.CImplementation of common global functions for GridDataBlock
amroc/hds/src/GridFunctionVoid.CImplementation of GridFunctionsVoid
amroc/hds/src/GridHierarchy.CImplementation of GridHierarchy
amroc/hds/src/GridHierarchyComm.CCommunication-routines for GridHierarchy
amroc/hds/src/GridTable.CImplementation of GridTable
amroc/hds/src/GridUnit.CImplementation of GridUnit
amroc/hds/src/GridUnitList.CImplementation of GridUnitList
amroc/hds/src/PackedDataBucketVoid.CImplementation of DataBucketVoid
amroc/hds/src/PackedGridDataBucket.CImplementation of gdhdr, GridDataBucketVoid, GridDataBucket
amroc/hds/src/PeanoHilbert.CImplementation of PeanoHilbert
amroc/hds/src/sds.cA wrapper for the HDF SD interface
amroc/hds/src/sfcIndex.CImplementation of sfcIndex
amroc/hds/src/Timing.CGlobal instance of the Timing class
Generated on Thu Jun 30 02:19:00 2016 for AMROC's Hierachical Data Structures by  doxygen 1.6.3