VERB_code_2.2  2
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Todo List
Class AdditionalSourcesAndLosses
Move loss cone losses to the rest of the sources and losses
Member DiffusionCoefficient::Create_Dxx (DxxParameters_structure DxxParameters, Grid &grid)
Remove grid from the class DiffusionCoefficients and remove functions, these assume it there
Member DiffusionCoefficient::Scale (double Kp)
Upgrade scaling diffusion coefficients procedure with scaling according to external array
Class DiffusionCoefficientsGroup
change DiffusionCoefficientGroup name to the DiffusionCoefficient name and DiffusionCoefficient name to something else.
Member DxxParameters_structure::eta3
eta1, eta2, eta3
Member DxxParameters_structure::eta3
eta1, eta2, eta3
Member DxxParameters_structure::eta3
eta1, eta2, eta3
File error.h
Remove from THE CODE error class, output class, move enclosed classes out, remove variabilities in function collings, change all enum's to strings. In that case, probably, the code can be understanded.
Member free_matrix (T *m)
Move to Matrix.cpp
Member free_matrix (T **m)
Move to Matrix.cpp
Member free_matrix (T ***m, int size_x, int size_y)
Move to Matrix.cpp
Member get_quads (double *a, int n, double *quad, double *x)
Should gives error in case roots not founded. But that is commented.
Member GridElement::Kfunc_equal (GridElement arg)
Wired function, should be removed.
page Main Page
  • make a special page for mail.cpp to describe algoritms and sections
  • specify page on link for parameters
  • why we need load boundary in two different sections? LoadBoundaryCondition | MakeBoundaryCondition
  • is MixTerms in a AM_Block method? - Yes
  • why psdRadialDiffusion - dosn't check for === 0?
  • why local->radial interpolation after write the Output? -(for debug)
  • how to define LAPACK in Doxygen?
  • * - what to exclude from Doxigen about VERB code??
  • how to exclude "Constant groups" from namespace defenition
Member matrix (long Rows)
Move to Matrix.cpp
Member matrix (int size_x, int size_y, int size_z)
Move to Matrix.cpp
Member matrix (long Rows, long Columns)
Move to Matrix.cpp
Member Matrix1D< T >::readFromFile (string filename, Matrix1D< T > &grid_x)
All matrix readings change to readFromFile() function
Member Matrix1D< T >::Spline (Matrix1D< T > &old_function, Matrix1D< T > &old_grid, Matrix1D< T > &new_grid, double lb, double ub, double lin_spline_coef=0, double max_second_der=0)
Check the index of the last argument of the spline interpolation.
Member Matrix2D< T >::writeToFile (string filename)
Change the name 'writeToFile' in Matrix classes to 'write' or something.
File Output.cpp
  • Rewrite type conversion functions as "any to string" and organize them.
  • Move all headers to the header files and code to cpp files (if it is possible everywhere).
  • Rewrite all output with streams insted of old-c functions.
File Output.h
  • Find out what is the maximum level of the message
File PSD.cpp
  • A lot of corrections should be done in PSD class to make it more logical and less spread.
  • What Interpolate function does
Namespace VF