VERB_code_2.3
|
▼NMaths | |
▼NInterpolation | |
CLinear | Linear interpolation of two arrays |
CAdditionalSourcesAndLosses | Calculates any additional sources and losses due to magnetopause |
CBoundaryCondition | Holds upper and lower boundary conditions |
CCalculationMatrix | This matrix calculates the diagonal values and index given parameters for x, y, and z |
CDiagMatrix | This method of storage for matrices is convenient for diagonal (spread) matrices. Stored as map (diagonal number, 1d diagonal array) The USED diagonals of the matrix are stored in 1d arrays. Used in CalculationMatrix |
CDiffusionCoefficient | Holds diffusion coefficient matrix and routines to load and calculate it |
CDiffusionCoefficientsGroup | Holds list of instances of DiffusionCoefficient class of same type (like Daa, Dpp, etc), but produced by different waves (Daa_chorus, Daa_EMIC, etc) |
CDxxParameters_structure | Struct that holds various parameters to be used for Dxx |
Cerror_msg | Error message - stack of single_errors |
CGrid | Computational grid composed of 3 different GridElement |
CGridElement | Array of values of coordinate axes |
CMatrix1D | One dimensional matrix class |
CMatrix2D | Two dimensional matrix class |
CMatrix3D | Three dimensional matrix class |
▼CParameters_structure | Main parameters structure that holds smaller structures for individual parameters |
CBoundaryCondition | Boundary conditions parameters structure |
CGeneral_Output_parameters | General program output parameters structure |
CGridElement | Grid element parameters structure |
CInterpolation | Interpolation parameters structure |
▼CPSD | PSD parameters structure |
CGMRES_parameters_structure | GMRES parameters structure |
CSL_structure | Sources and losses parameters structure |
CPreconditioner_jacobi | Used for calculating matrix inversion with GMRES2 |
CPreconditioner_SOR | Used for calculating matrix inversion with GMRES2 |
CPSD | Phase Space Density class |
Csingle_error | Hold some information about an error in the code |