ThunderEgg  1.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NThunderEggThe ThunderEgg namespace
 NGMGGeometric-Multigrid classes
 CCycleBase abstract class for cycles
 CCycleBuilderBuilder for GMG cycles
 CCycleOptsOptions for Cycle classes
 CDirectInterpolatorDirectly places values from coarse cell into the corresponding fine cells
 CFMGCycleImplementation of a full multigrid cycle
 CInterLevelCommFacilitates communication between a finer domain and a coarser domain
 CInterpolatorAbstract class for interpolation operators
 CLevelRepresents a level in geometric multi-grid
 CLinearRestrictorRestrictor that averages the corresponding fine cells into each coarse cell
 CMPIInterpolatorBase class that makes the necessary mpi calls, derived classes only have to implement interpolatePatches() method
 CMPIRestrictorBase class that makes the necessary mpi calls, derived classes only have to implement restrictPatches() method
 CRestrictorAbstract class for restriction operators
 CSmootherAbstract class for smoothing operators
 CVCycleImplementation of a V-cycle
 CWCycleImplementation of a W-cycle
 NIterativeIterative Solvers
 CBiCGStabBiCGStab iterative solver
 CBreakdownErrorBreakdown exception for iterative methods
 CCGCG iterative solver
 CPatchSolverSolves the patches using an iterative Solver on each patch
 CSolverAbstract interface for Iterative solvers
 NPETScA collection of wrappers for operating with PETSc
 CKSPSolverWraps a PETSc KSP solver for use use as a Solver
 CMatShellCreatorWraps an Operator for use as a PETSc Mat
 CMatWrapperWraps a PETSc Mat object for use as an Operator
 CPCShellCreatorWraps an Operator for use as a PETSc PC
 NPoissonClasses specific to the Poisson equation
 CDFTPatchSolverUse DFT transforms to solve for the Poisson equation
 CFFTWPatchSolverUse FFT transforms to solve for the Poisson equation
 CMatrixHelperCreate a matrix for the 3D second-order Laplacian operator
 CMatrixHelper2dCreate a matrix for the 2D second-order Laplacian operator
 CStarPatchOperatorImplements 2nd order finite-difference Laplacian operator
 NSchurImplements a Schur compliment system using the interfaces between patches
 CCoarseIfaceInfoRepresents the interfaces where the neighbor is at a coarser refinement level
 CFineIfaceInfoRepresents the interfaces where the neighbors are at a finer refinement level
 CIfaceInfoThe IfaceInfo class represents the information for an interface on a given side of the patch
 CIfaceTypeAn enum-style class that represents interface types
 CInterfaceThis is a set of PatchIfaceInfo objects for an interface
 CSideTypePiinfoA struct for each patch associated with this interface
 CInterfaceDomainRepresents the Schur compliment domain of the problem
 CNormalIfaceInfoThis represents an interface where the neighbor is at the same refinement level
 CPatchIfaceInfoThis decorates a PatchInfo object with a IfaceInfo object for each side of the patch
 CPatchIfaceScatterScatters between a global Schur compliment vector and a local patch iface vector
 CPatchSolverWrapperCreates a Schur compliment matrix operator for an InterfaceDomain by using a PatchSolver
 NVarPoissonClasses specific to a variable coefficient Poisson equation
 CStarPatchOperatorImplements a variable coefficient Laplacian f=Div[h*Grad[u]]
 CBiLinearGhostFillerExchanges ghost cells on patches, uses a BiLinear interpolation scheme for refinement boundaries
 CBiQuadraticGhostFillerExchanges ghost cells on patches, handles refinement boundaries with a biquadratic interpolation scheme
 CBufferReaderClass that is used to help read serialized objects from a buffer
 CBufferWriterClass that is used to help serialize objects into a buffer
 CCoarseNbrInfoRepresents a neighbor that is at a coarser refinement level
 CCommunicatorWrapper arount MPI_Comm, provides proper copy operators. Classes that have a communicator are meant to store a Communicator object instead of a raw MPI_Comm
 CComponentArrayArray for acessing data of a patch. It supports variable striding
 CComponentViewArray for acessing data of a patch. It supports variable striding
 CDimensionalArrayA dimensional array, used for storing templated with and integer. For example a dimensional array of length 3 holding type T will have three values T<0> at index 0, T<1> at index 1, and T<2> at index 2
 CDimensionalArray< 1, T >Dimensional Array specialization for length of 1
 CDomainUses a collection of PatchInfo objects to represent the domain of the problem
 CDomainGeneratorGenerates Domain objects
 CDomainToolsVarious tools for filling in values in a domain
 CFaceEnum-style class for the faces of an n-dimensional cube
 CRangeRange class for Face
 CIteratorInput iterator for Side values
 CFineNbrInfoRepresents neighbors that are at a finer refinement level
 CGhostFillerFills ghost cells on patches
 CLoopDimension templated loops
 CMPIGhostFillerParallell ghostfiller implimented with MPI
 CNbrInfoRepresents information about a patch's neighbor
 CNbrInfoBaseRepresents information about a patch's neighbor
 CNormalNbrInfoRepresents a neighbor that is at the same refinement level
 COperatorBase class for operators
 COrthantAn enum-style class that represents the octants of a cube
 CRangeRange class for Orthant
 CIteratorInput iterator for Orthant values
 CP4estDomainGeneratorGenerates Domain objects form a given p4est object
 CP8estDomainGeneratorGenerates Domain objects form a given p4est object
 CPatchArrayArray for acessing data of a patch. It supports variable striding
 CPatchInfoContains metadata for a patch
 CPatchOperatorThis is an Operator where derived classes only have to implement the two virtual functions that operate on single patch
 CPatchSolverSolves the problem on the patches using a specified interface value
 CPatchViewView for accessing data of a patch. It supports variable striding
 CRuntimeErrorThunderEgg runtime exception
 CSerializableInterface for serializing objects
 CTimerClass for keeping track of parallel timings
 CTriLinearGhostFillerPerforms trilinear interpolation on coarse-fine boundaries of patches
 CVectorVector class for use in thunderegg
 CViewArray for acessing data of a patch. It supports variable striding