Gowdy solver
 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
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
GowdyEvolveGowdyEvolve encapsulates the IVP solver for Gowdy spacetime
GridInitialDataReads the initial data from the given file
GridOutputWriterWrites checkpoints from the grid to the output data file
GridUserGridUser contains cached variables from the grid-driver
IntegFaceInterface used for MoL integration that prepares and finalizes integration steps
IORecordA wrapper for GridPoint so that GridPoint's array of fields can be treated as a compound object when reading/writing
Matrix< T >A matrix (a two-dimensional array) of elements
MoLDescriptorA method of lines (MoL) descriptor
MoLIntegratorTime evolution integrator for the Method of Lines (MoL)
MPIWorldImplements the message passing interface (MPI) for high-performance computing (HPC)
ParametersContains key = value pairs that are obtained from a configuration file
GridOutputWriter::skipInfo
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