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::DissipationNumerical dissipation term on the grid
gridripper::amr1d::error::AMErrorFactoryPDE/ODE factory
gridripper::amr1d::FieldArrayField array
gridripper::amr1d::FieldComponents< GComplex_t >Declaration of specialization K==GComplex_t
gridripper::amr1d::FieldComponents< GReal_t >Declaration of specialization K==GReal_t
gridripper::amr1d::FieldWrapperGridRipper field base class
gridripper::amr1d::FuncInitCondInitial condition for a PDE
gridripper::amr1d::GradApproximation of first order derivatives on the grid
gridripper::amr1d::Grad_O1_shiftedFirst order approximation of derivatives
gridripper::amr1d::Grad_O1_shifted_2First order approximation of derivatives with double grid spacing
gridripper::amr1d::Grad_O2Second order approximation of derivatives
gridripper::amr1d::Grad_O21Numerical approximation of derivatives calculated in second order, except on edges where the linear approximation is applied
gridripper::amr1d::Grad_O21_2Numerical approximation of derivatives with double grid spacing (For Richardson error estimation
gridripper::amr1d::Grad_O2_2Second order approximation of derivatives with double grid spacing
gridripper::amr1d::Grad_O4Fourth order approximation of derivatives
gridripper::amr1d::Grad_O421Numerical approximation of derivatives calculated in fourth order, except on edges where linear and second order approximations are applied
gridripper::amr1d::Grad_O421_2Numerical approximation of derivatives with double grid spacing (For Richardson error estimation
gridripper::amr1d::Grad_O4_2Fourth order approximation of derivatives with double grid spacing
gridripper::amr1d::Grad_O6Sixth order approximation of derivatives
gridripper::amr1d::Grad_O6421Numerical approximation of derivatives calculated in sixth order, except on edges where linear and second order approximations are applied
gridripper::amr1d::Grad_O6421_2Numerical approximation of derivatives with double grid spacing (For Richardson error estimation
gridripper::amr1d::Grad_O6_2Sixth order approximation of derivatives with double grid spacing
gridripper::amr1d::Grid1 dimensional grid for the adaptive mesh refinement algorithm
gridripper::amr1d::GridFunctionLocal function
gridripper::amr1d::gridint::ICNIterated Crank-Nicholson method
gridripper::amr1d::gridint::IntegratorFactoryIntegrator factory
gridripper::amr1d::gridint::RK2Second order Runge-Kutta method with second order space discretization
gridripper::amr1d::gridint::RK4Fourth order Runge-Kutta method
gridripper::amr1d::GridInterpolatorInterpolates margin points using values from the parent grid
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 from binary data
gridripper::amr1d::InitCond::ExceptionException thrown by InitCond::init
gridripper::amr1d::initcond::InitCondFactoryInitial condition factory
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::IntervalListInterval of grid points
gridripper::amr1d::io::GridBDataWriterBinary data file writer
gridripper::amr1d::O2DissipationSecond order second derivative
gridripper::amr1d::O4DissipationFourth order fourth derivative
gridripper::amr1d::O6DissipationSixth order sixth derivative
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::RegridderRegridder base class
gridripper::amr1d::regridder::DefaultRegridderDefault regridder
gridripper::amr1d::regridder::RegridderFactoryPDE/ODE factory
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::SigmaFactoryFactory of numerical dissipation terms
gridripper::amr1d::sigma::VanishingSigmaThe sigma factor of the numerical dissipation term
gridripper::amr1d::sigma::VaryingSigmaThe spacelike varying sigma factor of the numerical dissipation term
gridripper::io::BDataReaderBinary data file reader
gridripper::io::DataInputStreamJava-like data input stream
gridripper::io::DataOutputStreamJava-like data output stream
gridripper::io::IOExceptionJava-like I/O exception class
gridripper::io::RegularGridBDataWriterGridRipper bdata file writer for regular grids
gridripper::main::AMR1dCommand line AMR application
gridripper::math::expr::DefaultFuncRepositoryA repository of operators and functions
gridripper::math::expr::EvaluatorExpression evaluator
gridripper::math::expr::Evaluator::FunctionUser defined function
gridripper::math::expr::ExprEvaluates mathematical expressions or functions
gridripper::math::expr::Expr::ErrorException thrown by the Expr constructor in case of syntax error
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::StkVarVariable on a stack
gridripper::math::Integrator1DIntegration of non-ungrid one-argument function
gridripper::math::IntegratorIncremental1DIntegration of non-unigird one-argument function with incrementation
gridripper::math::InterpolationUtilInterpolation related utility methods
gridripper::math::Matrix< T >Matrix class
gridripper::math::MVector< T >Vector class
gridripper::math::O5InterpolationFifth order interpolation
gridripper::math::SimpsonIntegrator1DSimpson integration of non-unigrid one-argument functions
gridripper::math::TrapesoidalIntegrator1DTrapesoidal integration of non-unigrid one-argument functions
gridripper::math::XFArrayArray of independent and dependent variable values
gridripper::metric::MetricClass to store metric (time coordinate: tau, space coordinate: rho, theta,phi: polar azimuths)
gridripper::metric::MetricParamStructure to store metric parameters
gridripper::metric::MetricValuesStructure to store evaluated metric and Killing values
gridripper::metric::MHyperMinkowski metric with hyperbolic time and compactified space
gridripper::metric::MInertMinkowski metric with inertial time and compactified space
gridripper::metric::SchSchwarzschild metric with Istvan Racz's coordinates
gridripper::multipole::Coeff< GComplex_t >Class for complex spherical harmonic (Y) expansion coefficients
gridripper::multipole::Coeff< GReal_t >Class for real spherical harmonic (Yre) expansion coefficients
gridripper::multipole::ScalarFieldMP< GComplex_t >Class for complex scalar fields on sphere
gridripper::multipole::ScalarFieldMP< GReal_t >Class for real scalar fields on sphere
gridripper::multipole::YClass for spherical harmonic functions
gridripper::multipole::YreClass for real spherical harmonic functions
gridripper::odesolver::ODEOrdinary differential equation interface
gridripper::odesolver::relax::ODERelaxSolution of ODEs with relaxation method
gridripper::odesolver::relax::ODERelax::MethodAbstract class of relaxation method matrix initializers
gridripper::odesolver::relax::ODERelax::RelaxationExceptionRelaxation error
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::gr::fixmp::higgsmp::HiggsEqHiggs scalar field equation, using multipole expansion
gridripper::phys::gr::fixmp::higgsmp::HiggsEq::EextractEnergy extraction position marker
gridripper::phys::gr::fixmp::higgsmp::HiggsEq::HorizonEvent horizon position marker
gridripper::phys::gr::fixmp::higgsmp::HiggsEq::LightrayLight ray position marker
gridripper::phys::gr::fixmp::higgsmp::HunchWave packet initial condition for Higgs equation with multipole expansion method
gridripper::phys::gr::fixmp::kerrhiggs::DiskAccretion disk initial condition for Higgs equation with multipole expansion method over Kerr spacetime
gridripper::phys::gr::fixmp::kerrhiggs::HunchWave packet initial condition for Higgs equation with multipole expansion method over Kerr spacetime
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggsHiggs scalar field equation, using multipole expansion
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::AngmomAngular momentum calculation
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::AngmomFlowLimitedAngular momentum flow calculation, under limited angle
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::EnergyEnergy calculation
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::EnergyFlowLimitedEnergy flow calculation under limited angle
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::IntqBorderIntegrated quantity integration domain limit
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::LightrayLight ray position marker
gridripper::phys::scalar::MassiveMass term (no interaction)
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::ScalarPotentialFactoryFactory of interaction potentials
gridripper::phys::scalar::SineGordonSine-Gordon potential
gridripper::util::ArgsParserArgument list parsing
gridripper::util::DataLineFormatUtilData formatting utility methods
gridripper::util::DummyParameterPreprocessorParameter preprocessor which does not perform any processing
gridripper::util::FileUtilFile utility methods
gridripper::util::GrrPropertiesJava-like properties class
gridripper::util::ParameterPreprocessorParameter preprocessor
gridripper::util::RuntimeFormatterRuntime formatter for AMR
gridripper::util::THMSSLogFileLog file line formatter and reader
tvalarray< T >Array class with debugging support and a minimal set of std::valarray-compatible methods
tvalarray_wrapper< T >Array wrapper class that uses the specified low level array instead of allocating data
tvector< T >Array class with debugging support and std::vector-compatible methods

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