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.ipp | Implementation 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.ipp | Implementation of constructors, destructors, recomposition and checkpointing |
amroc/hds/GridFunctionBndry.ipp | Application of physical and adpative boundary conditions |
amroc/hds/GridFunctionCalls.h [code] | Define important GridFunction-methods as global functions |
amroc/hds/GridFunctionComm.ipp | Ghost cell synchronization |
amroc/hds/GridFunctionFuncs.ipp | Call 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.ipp | Read/write GridFunction into a file |
amroc/hds/GridFunctionOps.ipp | Operations for GridFunction |
amroc/hds/GridFunctionOpsRed.ipp | Reduction 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.C | Implementation of AllocError |
amroc/hds/src/amrsds.c | Routines to store hierarchical adaptive mesh refinement data in an HDF-compatible format |
amroc/hds/src/BBox.C | Implementation of BBox |
amroc/hds/src/BBoxList.C | Implementation of BBoxList |
amroc/hds/src/BitVec.C | Implementation of BitVec |
amroc/hds/src/Cluster1.C | A 1D "clustering" algorithm |
amroc/hds/src/Cluster3.C | A 3D Clusterer using signature clustering |
amroc/hds/src/CommIOServer.C | Implementation of DAGHIOServerRcv, DAGHIOServerSnd,DAGHIOServerPing |
amroc/hds/src/CommRcvServerData.C | Implementation of GridTableDataRcv |
amroc/hds/src/CommRcvServerGhost.C | Implementation of GridTableGhostRcv |
amroc/hds/src/CommServer.C | Implementation of comm_service |
amroc/hds/src/Coords.C | Implementation of input and output operators for Coords |
amroc/hds/src/DAGHDistribution.C | Implementation of the partioner |
amroc/hds/src/DAGHGhostInteraction.C | Implementation of GhostInteraction |
amroc/hds/src/DAGHIO_hdf_ncsa.C | Implementation IO Interface to NCSA AMR HDF Files |
amroc/hds/src/DAGHStatics.C | |
amroc/hds/src/DCoords.C | Implementation of input and output operators for DCoords |
amroc/hds/src/GridBox.C | Implementation of GridBox |
amroc/hds/src/GridBoxList.C | Implementation of GridBoxList |
amroc/hds/src/GridDataBlock.C | Implementation of common global functions for GridDataBlock |
amroc/hds/src/GridFunctionVoid.C | Implementation of GridFunctionsVoid |
amroc/hds/src/GridHierarchy.C | Implementation of GridHierarchy |
amroc/hds/src/GridHierarchyComm.C | Communication-routines for GridHierarchy |
amroc/hds/src/GridTable.C | Implementation of GridTable |
amroc/hds/src/GridUnit.C | Implementation of GridUnit |
amroc/hds/src/GridUnitList.C | Implementation of GridUnitList |
amroc/hds/src/PackedDataBucketVoid.C | Implementation of DataBucketVoid |
amroc/hds/src/PackedGridDataBucket.C | Implementation of gdhdr, GridDataBucketVoid, GridDataBucket |
amroc/hds/src/PeanoHilbert.C | Implementation of PeanoHilbert |
amroc/hds/src/sds.c | A wrapper for the HDF SD interface |
amroc/hds/src/sfcIndex.C | Implementation of sfcIndex |
amroc/hds/src/Timing.C | Global instance of the Timing class |