gridripper::amr1d::AMError | Error calculation for mesh refinement |
gridripper::amr1d::AMRCore | AMR integrator |
gridripper::amr1d::AutoAMRCore | Automatic AMR integrator |
gridripper::amr1d::AutoAMRCore::OutFileExistsException | Thrown if the output file already exists |
gridripper::amr1d::BoundedGrid | 1 dimensional grid for the adaptive mesh refinement algorithm |
gridripper::amr1d::Dissipation | Numerical dissipation term on the grid |
gridripper::amr1d::error::AMErrorFactory | PDE/ODE factory |
gridripper::amr1d::FieldArray | Field 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::FieldWrapper | GridRipper field base class |
gridripper::amr1d::FuncInitCond | Initial condition for a PDE |
gridripper::amr1d::Grad | Approximation of first order derivatives on the grid |
gridripper::amr1d::Grad_O1_shifted | First order approximation of derivatives |
gridripper::amr1d::Grad_O1_shifted_2 | First order approximation of derivatives with double grid spacing |
gridripper::amr1d::Grad_O2 | Second order approximation of derivatives |
gridripper::amr1d::Grad_O21 | Numerical approximation of derivatives calculated in second order, except on edges where the linear approximation is applied |
gridripper::amr1d::Grad_O21_2 | Numerical approximation of derivatives with double grid spacing (For Richardson error estimation |
gridripper::amr1d::Grad_O2_2 | Second order approximation of derivatives with double grid spacing |
gridripper::amr1d::Grad_O4 | Fourth order approximation of derivatives |
gridripper::amr1d::Grad_O421 | Numerical approximation of derivatives calculated in fourth order, except on edges where linear and second order approximations are applied |
gridripper::amr1d::Grad_O421_2 | Numerical approximation of derivatives with double grid spacing (For Richardson error estimation |
gridripper::amr1d::Grad_O4_2 | Fourth order approximation of derivatives with double grid spacing |
gridripper::amr1d::Grad_O6 | Sixth order approximation of derivatives |
gridripper::amr1d::Grad_O6421 | Numerical approximation of derivatives calculated in sixth order, except on edges where linear and second order approximations are applied |
gridripper::amr1d::Grad_O6421_2 | Numerical approximation of derivatives with double grid spacing (For Richardson error estimation |
gridripper::amr1d::Grad_O6_2 | Sixth order approximation of derivatives with double grid spacing |
gridripper::amr1d::Grid | 1 dimensional grid for the adaptive mesh refinement algorithm |
gridripper::amr1d::GridFunction | Local function |
gridripper::amr1d::gridint::ICN | Iterated Crank-Nicholson method |
gridripper::amr1d::gridint::IntegratorFactory | Integrator factory |
gridripper::amr1d::gridint::RK2 | Second order Runge-Kutta method with second order space discretization |
gridripper::amr1d::gridint::RK4 | Fourth order Runge-Kutta method |
gridripper::amr1d::GridInterpolator | Interpolates margin points using values from the parent grid |
gridripper::amr1d::GridIterator | Iterates through the points of the refined grid |
gridripper::amr1d::InitCond | Initial condition for a PDE |
gridripper::amr1d::initcond::BData | Initial condition for a PDE from binary data |
gridripper::amr1d::InitCond::Exception | Exception thrown by InitCond::init |
gridripper::amr1d::initcond::InitCondFactory | Initial condition factory |
gridripper::amr1d::initcond::ODERelaxInit | Initial condition calculated by solving an ODE using relaxation method |
gridripper::amr1d::initcond::ODEShootInit | Initial condition calculated by solving an ODE using shooting method |
gridripper::amr1d::initcond::UserDef | User defined initial condition |
gridripper::amr1d::initcond::Zero | Zero initial condition |
gridripper::amr1d::Integrator | Time integrator |
gridripper::amr1d::interpolation::DataInterpolation | Interpolation of non-uniformly distributed data |
gridripper::amr1d::interpolation::InterpolatorFactory | Interpolator factory |
gridripper::amr1d::interpolation::O1r2Interpolator | First order interpolation for refinement ratio 2 |
gridripper::amr1d::interpolation::O3r2Interpolator | Third order polynomial interpolation for refinement ratio 2 |
gridripper::amr1d::interpolation::O5r2Interpolator | Fifth order polynomial interpolation for refinement ratio 2 |
gridripper::amr1d::IntervalList | Interval of grid points |
gridripper::amr1d::io::GridBDataWriter | Binary data file writer |
gridripper::amr1d::O2Dissipation | Second order second derivative |
gridripper::amr1d::O4Dissipation | Fourth order fourth derivative |
gridripper::amr1d::O6Dissipation | Sixth order sixth derivative |
gridripper::amr1d::ParameterParser | AMR 1D parameter parser |
gridripper::amr1d::PDE | Abstract base class of partial differential equations |
gridripper::amr1d::PDE::DensityQuantity | Abstract base class of local density quantities |
gridripper::amr1d::Regridder | Regridder base class |
gridripper::amr1d::regridder::DefaultRegridder | Default regridder |
gridripper::amr1d::regridder::RegridderFactory | PDE/ODE factory |
gridripper::amr1d::Sigma | The sigma factor of the numerical dissipation term |
gridripper::amr1d::sigma::ConstantSigma | The sigma factor of the numerical dissipation term |
gridripper::amr1d::sigma::LStepSigma | Numerical dissipation factor for handling instabilities at the left boundary |
gridripper::amr1d::sigma::SigmaFactory | Factory of numerical dissipation terms |
gridripper::amr1d::sigma::VanishingSigma | The sigma factor of the numerical dissipation term |
gridripper::amr1d::sigma::VaryingSigma | The spacelike varying sigma factor of the numerical dissipation term |
gridripper::io::BDataReader | Binary data file reader |
gridripper::io::DataInputStream | Java-like data input stream |
gridripper::io::DataOutputStream | Java-like data output stream |
gridripper::io::IOException | Java-like I/O exception class |
gridripper::io::RegularGridBDataWriter | GridRipper bdata file writer for regular grids |
gridripper::main::AMR1d | Command line AMR application |
gridripper::math::expr::DefaultFuncRepository | A repository of operators and functions |
gridripper::math::expr::Evaluator | Expression evaluator |
gridripper::math::expr::Evaluator::Function | User defined function |
gridripper::math::expr::Expr | Evaluates mathematical expressions or functions |
gridripper::math::expr::Expr::Error | Exception thrown by the Expr constructor in case of syntax error |
gridripper::math::expr::ExprOptimizer | Optimizes the internal code of an expression |
gridripper::math::expr::FnCollection | Collection of constant and function definitions |
gridripper::math::expr::StkArg | Function argument on a stack |
gridripper::math::expr::StkConst | Constant function |
gridripper::math::expr::StkFunc | A function that gets its arguments from stack, and replaces them with its return value |
gridripper::math::expr::StkOp | A general stack operation |
gridripper::math::expr::StkOpRepository | A repository of operators and functions |
gridripper::math::expr::StkVar | Variable on a stack |
gridripper::math::Integrator1D | Integration of non-ungrid one-argument function |
gridripper::math::IntegratorIncremental1D | Integration of non-unigird one-argument function with incrementation |
gridripper::math::InterpolationUtil | Interpolation related utility methods |
gridripper::math::Matrix< T > | Matrix class |
gridripper::math::MVector< T > | Vector class |
gridripper::math::O5Interpolation | Fifth order interpolation |
gridripper::math::SimpsonIntegrator1D | Simpson integration of non-unigrid one-argument functions |
gridripper::math::TrapesoidalIntegrator1D | Trapesoidal integration of non-unigrid one-argument functions |
gridripper::math::XFArray | Array of independent and dependent variable values |
gridripper::metric::Metric | Class to store metric (time coordinate: tau, space coordinate: rho, theta,phi: polar azimuths) |
gridripper::metric::MetricParam | Structure to store metric parameters |
gridripper::metric::MetricValues | Structure to store evaluated metric and Killing values |
gridripper::metric::MHyper | Minkowski metric with hyperbolic time and compactified space |
gridripper::metric::MInert | Minkowski metric with inertial time and compactified space |
gridripper::metric::Sch | Schwarzschild 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::Y | Class for spherical harmonic functions |
gridripper::multipole::Yre | Class for real spherical harmonic functions |
gridripper::odesolver::ODE | Ordinary differential equation interface |
gridripper::odesolver::relax::ODERelax | Solution of ODEs with relaxation method |
gridripper::odesolver::relax::ODERelax::Method | Abstract class of relaxation method matrix initializers |
gridripper::odesolver::relax::ODERelax::RelaxationException | Relaxation error |
gridripper::odesolver::relax::ParameterParser | ODE solver parameter parser |
gridripper::odesolver::shoot::Main | ODE solver application |
gridripper::odesolver::shoot::ODEIntegrator | Numerical method to integrate an ODE |
gridripper::odesolver::shoot::ODEShoot | Solution of ODEs with shootation method |
gridripper::odesolver::shoot::ParameterParser | ODE solver parameter parser |
gridripper::Parameters | Set of common parameters for initial conditions and PDEs |
gridripper::phys::gr::fixmp::higgsmp::HiggsEq | Higgs scalar field equation, using multipole expansion |
gridripper::phys::gr::fixmp::higgsmp::HiggsEq::Eextract | Energy extraction position marker |
gridripper::phys::gr::fixmp::higgsmp::HiggsEq::Horizon | Event horizon position marker |
gridripper::phys::gr::fixmp::higgsmp::HiggsEq::Lightray | Light ray position marker |
gridripper::phys::gr::fixmp::higgsmp::Hunch | Wave packet initial condition for Higgs equation with multipole expansion method |
gridripper::phys::gr::fixmp::kerrhiggs::Disk | Accretion disk initial condition for Higgs equation with multipole expansion method over Kerr spacetime |
gridripper::phys::gr::fixmp::kerrhiggs::Hunch | Wave packet initial condition for Higgs equation with multipole expansion method over Kerr spacetime |
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs | Higgs scalar field equation, using multipole expansion |
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::Angmom | Angular momentum calculation |
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::AngmomFlowLimited | Angular momentum flow calculation, under limited angle |
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::Energy | Energy calculation |
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::EnergyFlowLimited | Energy flow calculation under limited angle |
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::IntqBorder | Integrated quantity integration domain limit |
gridripper::phys::gr::fixmp::kerrhiggs::KerrHiggs::Lightray | Light ray position marker |
gridripper::phys::scalar::Massive | Mass term (no interaction) |
gridripper::phys::scalar::Quartic | Mass term and a quartic potential |
gridripper::phys::scalar::QuarticSymmBreaking | Quartic symmetry breaking potential used for "new inflation" and oscillons |
gridripper::phys::scalar::ScalarPotential | Potential term in the scalar field's Lagrangian |
gridripper::phys::scalar::ScalarPotentialFactory | Factory of interaction potentials |
gridripper::phys::scalar::SineGordon | Sine-Gordon potential |
gridripper::util::ArgsParser | Argument list parsing |
gridripper::util::DataLineFormatUtil | Data formatting utility methods |
gridripper::util::DummyParameterPreprocessor | Parameter preprocessor which does not perform any processing |
gridripper::util::FileUtil | File utility methods |
gridripper::util::GrrProperties | Java-like properties class |
gridripper::util::ParameterPreprocessor | Parameter preprocessor |
gridripper::util::RuntimeFormatter | Runtime formatter for AMR |
gridripper::util::THMSSLogFile | Log 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 |