Bimetric 3+1 toolkit for spherical symmetry
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Data Structures
Here are the data structures with brief descriptions:
BandLUDecompositionBandLUDecomposition implements a method for solving linear equations A * x = b for a band-diagonal matrix A using LU decomposition
BimetricEvolveBimetricEvolve encapsulates a 3+1 evolution solver for bimetric spacetimes
BimetricModelA structure that holds parameters which define a specific bimetric model
CubicSplineCubicSpline encapsulates the natural cubic spline of degree 3 with continuity C2
DummyMPIWorldImplements a dummy message passing interface (MPI)
fld::EvolvedByA pair of two grid functions where the first is evolved in time by the other
GF_DescriptorVerbose descriptor of a grid function
GridInitialDataReads the initial data from the given file
GridOutputWriterWrites checkpoints from the grid to the output data file
GridPointA wrapper for a grid point so that the all of the grid functions can be treated as a compound object when reading/writing
GridUserGridUser contains cached variables from the grid-driver
IntegFaceInterface used for MoL integration that prepares and finalizes integration steps
Lowess< Container, T >Templated class for LOWESS (locally weighted scatterplot smoothing)
Matrix< T >A matrix (a two-dimensional array) of elements
MoLTime evolution using the Method of Lines (MoL)
MoLDescriptorA method of lines (MoL) descriptor
MPIWorldImplements the message passing interface (MPI) for high-performance computing (HPC)
ParametersContains key = value pairs that are obtained from a configuration file
GridOutputWriter::skipInfoSkipInfo declares a time point at which to set a new mSkip and delta_t for the integration
SLogSLog enables writing both to cerr and cout simultaneously
TrackUsedTimeReports the elapsed time for the lifetime of the created object
UniformGridUniform grid of grid functions
Vector< T >A vector (or an array) of elements