File List

Here is a list of all documented files with brief descriptions:
examples/Brownian_Coagulation/Brownian_Coagulation.cMain program for Brownian Coagulation example
examples/Brownian_Coagulation/Brownian_Coagulation.inpInput file for Brownian Coagulation example
examples/Brownian_Coagulation/Brownian_Coagulation_inputs.cFile that parses the input file
examples/Brownian_Coagulation/Brownian_Coagulation_user_defined_functions.cUser defined interface for Brownian Coagulation example
examples/Design_Fire/Design_Fire.cMain program for Design Fire example
examples/Design_Fire/Design_Fire.inpInput file for Design Fire example
examples/Design_Fire/Design_Fire_inputs.cFile that parses the input file for the Design Fire example
examples/Design_Fire/Design_Fire_user_defined_functions.cUser defined interface for Design Fire example
examples/Fokker_Planck_1D/Fokker_Planck_1D.cMain program for Fokker-Planck example
examples/Fokker_Planck_1D/Fokker_Planck_1D.inpInput file for Fokker-Planck example
examples/Fokker_Planck_1D/Fokker_Planck_1D_inputs.cFile that parses the input file
examples/Fokker_Planck_1D/Fokker_Planck_1D_user_defined_functions.cUser defined interface for Fokker Planck example
examples/Fokker_Planck_1D_QMOM/Fokker_Planck_1D_QMOM.cMain program for Fokker-Planck example with improved QMOM algorithm
examples/Fokker_Planck_1D_QMOM/Fokker_Planck_1D_QMOM.inpInput file for Fokker-Planck example with QMOM
examples/Fokker_Planck_1D_QMOM/Fokker_Planck_1D_QMOM_inputs.cFile that parses the input file
examples/Fokker_Planck_1D_QMOM/Fokker_Planck_1D_QMOM_user_defined_functions.cUser defined interface for 1D Fokker Planck example solved using QMOM
examples/Fokker_Planck_2D/Fokker_Planck_2D.cMain program for 2-D Fokker-Planck example
examples/Fokker_Planck_2D/Fokker_Planck_2D.inpInput file for the 2D Fokker-Planck example
examples/Fokker_Planck_2D/Fokker_Planck_2D_inputs.cFile that parses the input file
examples/Fokker_Planck_2D/Fokker_Planck_2D_user_defined_functions.cUser defined interface for 2-D Fokker Planck example
examples/Lognormal_integration/lognormal_int.cMain program for the lognormal integration example
examples/Lognormal_integration/lognormal_int.inpInput file for Lognormal integration example
examples/Lognormal_integration/lognormal_int_inputs.cFile that parses the input file for the lognormal integration example
examples/Lognormal_integration/lognormal_int_user_defined_functions.cUser defined interface for the lognormal inegration example
src/core/moments.cFunctions declared in moments.h
src/core/moments.h [code]The moments class for functions acting on moments
src/core/quadpts.cFunctions declared in quadpts.h
src/core/quadpts.h [code]The quadpts class for functions acting on quadrature points and weights
src/gsl_wrappers/gsl_matrix_double.cFunctions declared in gsl_matrix_double.h
src/gsl_wrappers/gsl_matrix_double.h [code]C++ wrapper to the GSL double precision matrix routines
src/gsl_wrappers/gsl_matrix_integer.cFunctions declared in gsl_matrix_integer.h
src/gsl_wrappers/gsl_matrix_integer.h [code]C++ wrapper to the GSL integer matrix routines
src/gsl_wrappers/gsl_min_fminimizer.cFunctions declared in gsl_min_fminimizer.h
src/gsl_wrappers/gsl_min_fminimizer.h [code]C++ wrapper to the GSL function minimization routines
src/gsl_wrappers/gsl_multidim_fdfminimizer.h [code]C++ wrapper to the GSL multidimensional function graient-based minimization routines
src/gsl_wrappers/gsl_multidim_fminimizer.cFunctions declared in gsl_multidim_fminimizer.h
src/gsl_wrappers/gsl_multidim_fminimizer.h [code]C++ wrapper to the GSL multidimensional function graient-free minimization routines
src/gsl_wrappers/gsl_ode_solver.cFunctions declared in gsl_ode_solver.h
src/gsl_wrappers/gsl_ode_solver.h [code]C++ wrapper to the GSL ODE integration routines
src/gsl_wrappers/gsl_permutation.cFunctions declared in gsl_permutation.h
src/gsl_wrappers/gsl_permutation.h [code]C++ wrapper to the GSL routines for creating and manipulating permutations
src/gsl_wrappers/gsl_random_generator.h [code]C++ wrapper to the GSL random number generation routines
src/gsl_wrappers/gsl_special_functions.h [code]C++ wrapper to the GSL special function routines
src/gsl_wrappers/gsl_vector_double.cFunctions declared in gsl_vector_double.h
src/gsl_wrappers/gsl_vector_double.h [code]C++ wrapper to the GSL double precision vector routines
src/gsl_wrappers/gsl_vector_integer.cFunctions declared in gsl_vector_integer.h
src/gsl_wrappers/gsl_vector_integer.h [code]C++ wrapper to the GSL integer vector routines
src/gsl_wrappers/gsl_vector_matrix_ops.h [code]C++ wrapper to the GSL routines involving operations with vectors and matrices
src/interface/GetPot.h [code]Open source Input file parser
src/interface/inputs.h [code]The inputs class for reading in input parameters
src/interface/user_defined_functions.h [code]Header file containing the functions to interface with the user
src/sobol/sobol_sequences.cFunctions declared in sobol_sequences.h
src/sobol/sobol_sequences.h [code]Program for generating Sobol points in graycode order
All Classes Files Functions Variables Typedefs Friends Defines