Type | Location | Extends | Description |
---|---|---|---|
abmv5 | abmv5_integrator | integrator | An Adams-Bashford-Moulton multi-value ODE integrator class. |
cgf | grid_function | gf | A complex data instance of the abstract grid function class. |
cgf_pointer | grid_function | gf_pointer | A complex data type instance of a pointer to a grid function class. |
cgfb | grid_function | gfb | A complex data type instance of a boundary grid funcion class. |
circular_orbit | analytic_circular_orbit | equation | |
cobserver | observers | observer | An observer class that extracts information from complex grid functions. |
cpde_equation | pde_equations | equation | A class derived from equation specific for PDE equations. |
eff_source | effective_source | None | An abstract effective source interface. |
element_boundary_cdata | element | element_boundary_data | A complex data type instance of the abstract element boundary data type. |
element_boundary_data | element | None | An abstract class for the boundary data in an element. |
element_boundary_idata | element | element_boundary_data | An integer data type instance of the abstract element boundary data type. |
element_boundary_rdata | element | element_boundary_data | A real data type instance of the abstract element boundary data type. |
element_cdata | element | element_data | A complex data type instance of the abstract element data type. |
element_data | element | None | An abstract class for the data in an element. |
element_rdata | element | element_data | A real data type instance of the abstract element data type. |
equation | equations | None | An abstract equation interface. |
equation_pointer | equations | None | A type with pointer that can point to the equation class and any derived class. |
g_orbit | orbit_base | None | A global orbit type. |
geod_schw | geodesic_schwarzschild | ode_equation | A class that defines the geodesic evolution equations for a particle moving in a Schwarzschild spacetime. |
gf | grid_function | None | An abstract grid function class. |
gf_pointer | grid_function | None | An abstract class of a pointer to a grid function. |
gfb | grid_function | None | An abstract class of a grid function of element boundary data. |
igfb | grid_function | gfb | An integer data type instance of a boundary grid funcion class. |
integrator | method_of_lines | None | An abstract class that defines an equation time integrator. |
observer | observers | None | An abstract observer interface. |
ode_equation | ode_equations | equation | A class derived from equation specific for ODE equations. |
osc_schw | osculating_schwarzschild | ode_equation | A class that defines the osculating orbit evolution equations for a particle !! moving in a Schwarzschild spacetime. |
ref_element | DG_structures | None | The reference element. |
rgf | grid_function | gf | A real data instance of the abstract grid function class. Note this is not complete, as it has not been needed for evolution yet. |
rgf_pointer | grid_function | gf_pointer | A real data type instance of a pointer to a grid function class. |
rgfb | grid_function | gfb | A real data type instance of a boundary grid funcion class. |
rk4 | rk4_integrator | integrator | A 4th order low storage Runge-Kutta ODE integrator. |
rk5 | rk5_integrator | integrator | A 5th order continuous explicit Runge-Kutta ODE integrator. |
robserver | observers | observer | An observer class that extracts information from real grid functions. |
scal_schw | scalar_schw | cpde_equation | A class that defines the evolution equations for a scalar field produced by a point charge in Schwarzschild coordinates decomposed into spherical harmonics. |
scal_schw_eff | scalar_schw_eff | eff_source | A class that interfaces with a C++ class that provides an effective source for a scalar charge on a generic accelerated orbit around a Schwarzschild black hole. |
self_force | self_force_base | None | A global self-force type. |
sf_observer | self_force_observer | observer | A class that defines an observer of the self-force for a scalar charge in orbit around a Schwarzschild black hole. |
sing_observer | singular_observer | observer | |
tdc | time_dependent_coordinate | None | A class that defines a time dependent coordinate transformation for the scalar wave equation on s Schwarzschild spacetime. |
tdc_orbit | orbit_base | None | A global type with information needed by the time dependent coordinate transformation object. |
wtube | world_tube | None | A world tube class. |