Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
gridripper::amr1d::AMErrorError calculation for mesh refinement
gridripper::amr1d::AMRCoreAMR integrator
gridripper::amr1d::AutoAMRCoreAutomatic AMR integrator
gridripper::amr1d::AutoAMRCore::OutFileExistsExceptionThrown if the output file already exists
gridripper::amr1d::BoundedGrid1 dimensional grid for the adaptive mesh refinement algorithm
gridripper::amr1d::DisplayedComponentsClass containing information about the plotted components
gridripper::amr1d::DissipationNumerical dissipation term on the grid
gridripper::amr1d::FieldComponentsStores field components
gridripper::amr1d::FieldWrapperGridRipper field base class
gridripper::amr1d::FuncInitCondInitial condition for a PDE
gridripper::amr1d::FunctionLocal function over a 1 space dimensional field
gridripper::amr1d::GradApproximation of first order derivatives on the grid
gridripper::amr1d::Grid1 dimensional grid for the adaptive mesh refinement algorithm
gridripper::amr1d::Grid::InterpolatorInterpolates margin points using values from the parent grid
gridripper::amr1d::GridFunctionLocal function
gridripper::amr1d::GridGeomInfoGrid geometry info
gridripper::amr1d::gridint::FirstOrderFirst order numerical scheme for differential equation integration
gridripper::amr1d::gridint::ICNIterated Crank-Nicholson method
gridripper::amr1d::gridint::LW2Second order Lax-Wendroff scheme
gridripper::amr1d::gridint::RK2Second order Runge-Kutta method with second order space discretization
gridripper::amr1d::gridint::RK4Fourth order Runge-Kutta method
gridripper::amr1d::GridIteratorIterates through the points of the refined grid
gridripper::amr1d::InitCondInitial condition for a PDE
gridripper::amr1d::initcond::BDataInitial condition for a PDE
gridripper::amr1d::initcond::ODERelaxInitInitial condition calculated by solving an ODE using relaxation method
gridripper::amr1d::initcond::ODEShootInitInitial condition calculated by solving an ODE using shooting method
gridripper::amr1d::initcond::UserDefUser defined initial condition
gridripper::amr1d::initcond::ZeroZero initial condition
gridripper::amr1d::IntegratorTime integrator
gridripper::amr1d::interpolation::DataInterpolationInterpolation of non-uniformly distributed data
gridripper::amr1d::interpolation::InterpolatorFactoryInterpolator factory
gridripper::amr1d::interpolation::O1r2InterpolatorFirst order interpolation for refinement ratio 2
gridripper::amr1d::interpolation::O3r2InterpolatorThird order polynomial interpolation for refinement ratio 2
gridripper::amr1d::interpolation::O5r2InterpolatorFifth order polynomial interpolation for refinement ratio 2
gridripper::amr1d::interpolation::O5r3InterpolatorFifth order polynomial interpolation for refinement ratio 3
gridripper::amr1d::IntervalListInterval of grid points
gridripper::amr1d::io::GridBDataWriterBinary data file writer
gridripper::amr1d::ParameterParserAMR 1D parameter parser
gridripper::amr1d::PDEAbstract base class of partial differential equations
gridripper::amr1d::PDE::DensityQuantityAbstract base class of local density quantities
gridripper::amr1d::PeriodicGrid1 dimensional periodic grid for the adaptive mesh refinement algorithm
gridripper::amr1d::PrecalculatedSolutionStorage for exact, precalculated solutions
gridripper::amr1d::RegridderRegridder base class
gridripper::amr1d::regridder::DefaultRegridderDefault regridder
gridripper::amr1d::regridder::InRegridderRegridder that reads the interval lists from file
gridripper::amr1d::regridder::OutRegridderRegridder that memorizes the interval lists
gridripper::amr1d::ShiftedOpShifted differentiation and averaging operators
gridripper::amr1d::SigmaThe sigma factor of the numerical dissipation term
gridripper::amr1d::sigma::ConstantSigmaThe sigma factor of the numerical dissipation term
gridripper::amr1d::sigma::LStepSigmaNumerical dissipation factor for handling instabilities at the left boundary
gridripper::amr1d::sigma::VanishingSigmaThe sigma factor of the numerical dissipation term
gridripper::amr1d::sigma::VaryingSigmaThe sigma factor of the numerical dissipation term
gridripper::io::BDataFlagsFlags in a .bdata file
gridripper::io::BDataReaderBinary data file reader
gridripper::io::RegularGridBDataWriterGridRipper bdata file writer for regular grids
gridripper::main::AMR1dCommand line AMR application
gridripper::main::GrrCalcCalculator
gridripper::main::GrrDataTableGridRipper Data Table Maker / bdata converter
gridripper::main::GrrIntdxGridRipper Data Table Maker
gridripper::main::XAMR1dAMR GUI
gridripper::math::expr::DefaultFuncRepositoryA repository of operators and functions
gridripper::math::expr::EvaluatorExpression evaluator
gridripper::math::expr::ExprEvaluates mathematical expressions or functions
gridripper::math::expr::ExprOptimizerOptimizes the internal code of an expression
gridripper::math::expr::FnCollectionCollection of constant and function definitions
gridripper::math::expr::StkArgFunction argument on a stack
gridripper::math::expr::StkConstConstant function
gridripper::math::expr::StkFuncA function that gets its arguments from stack, and replaces them with its return value
gridripper::math::expr::StkOpA general stack operation
gridripper::math::expr::StkOpRepositoryA repository of operators and functions
gridripper::math::expr::StkPointerPoints to a stack entry
gridripper::math::expr::StkVarVariable on a stack
gridripper::math::Integrator1DIntegration of non-unigrid one-argument functions
gridripper::math::IntegratorIncremental1DIntegration of non-unigird one-argument function with incrementation
gridripper::math::InterpolationUtilInterpolation related utility methods
gridripper::math::MatrixMatrix class
gridripper::math::O5InterpolationFifth order interpolation
gridripper::math::SpecMathSpecial math functions
gridripper::math::Spline3Cubic spline interpolation and integration
gridripper::odesolver::ODEOrdinary differential equation interface
gridripper::odesolver::relax::MainODE solver application
gridripper::odesolver::relax::ODERelaxSolution of ODEs with relaxation method
gridripper::odesolver::relax::ParameterParserODE solver parameter parser
gridripper::odesolver::shoot::MainODE solver application
gridripper::odesolver::shoot::ODEIntegratorNumerical method to integrate an ODE
gridripper::odesolver::shoot::ODEShootSolution of ODEs with shootation method
gridripper::odesolver::shoot::ParameterParserODE solver parameter parser
gridripper::ParametersSet of common parameters for initial conditions and PDEs
gridripper::phys::scalar::MassiveMass term (no interaction)
gridripper::phys::scalar::PeriodicKGEqKlein-Gordon equation with periodic boundary conditions and arbitrary potential term
gridripper::phys::scalar::QuarticMass term and a quartic potential
gridripper::phys::scalar::QuarticSymmBreakingQuartic symmetry breaking potential used for "new inflation" and oscillons
gridripper::phys::scalar::ScalarPotentialPotential term in the scalar field's Lagrangian
gridripper::phys::scalar::SineGordonSine-Gordon potential
gridripper::util::ArgsParserArgument list parsing
gridripper::util::DataLineFormatUtilData formatting utility methods
gridripper::util::DoubleVectorGrowable array of doubles
gridripper::util::FileUtilFile utility methods
gridripper::util::FixedPointFormatterUtility class to format number is fixed point notation
gridripper::util::FloatVectorGrowable array of floats
gridripper::util::GrrPropertiesProperties class with the ability to load multiline properties
gridripper::util::IntVectorGrowable array of integers
gridripper::util::ParameterPreprocessorParameter preprocessor
gridripper::util::RuntimeFormatterRuntime formatter for AMR
gridripper::util::THMSSLogFileLog file line formatter and reader

Generated on Wed Jun 17 18:47:24 2009 for GridRipper by  doxygen 1.5.6