examples/Brownian_Coagulation/Brownian_Coagulation.c | Main program for Brownian Coagulation example |
examples/Brownian_Coagulation/Brownian_Coagulation.inp | Input file for Brownian Coagulation example |
examples/Brownian_Coagulation/Brownian_Coagulation_inputs.c | File that parses the input file |
examples/Brownian_Coagulation/Brownian_Coagulation_user_defined_functions.c | User defined interface for Brownian Coagulation example |
examples/Design_Fire/Design_Fire.c | Main program for Design Fire example |
examples/Design_Fire/Design_Fire.inp | Input file for Design Fire example |
examples/Design_Fire/Design_Fire_inputs.c | File that parses the input file for the Design Fire example |
examples/Design_Fire/Design_Fire_user_defined_functions.c | User defined interface for Design Fire example |
examples/Fokker_Planck_1D/Fokker_Planck_1D.c | Main program for Fokker-Planck example |
examples/Fokker_Planck_1D/Fokker_Planck_1D.inp | Input file for Fokker-Planck example |
examples/Fokker_Planck_1D/Fokker_Planck_1D_inputs.c | File that parses the input file |
examples/Fokker_Planck_1D/Fokker_Planck_1D_user_defined_functions.c | User defined interface for Fokker Planck example |
examples/Fokker_Planck_1D_QMOM/Fokker_Planck_1D_QMOM.c | Main program for Fokker-Planck example with improved QMOM algorithm |
examples/Fokker_Planck_1D_QMOM/Fokker_Planck_1D_QMOM.inp | Input file for Fokker-Planck example with QMOM |
examples/Fokker_Planck_1D_QMOM/Fokker_Planck_1D_QMOM_inputs.c | File that parses the input file |
examples/Fokker_Planck_1D_QMOM/Fokker_Planck_1D_QMOM_user_defined_functions.c | User defined interface for 1D Fokker Planck example solved using QMOM |
examples/Fokker_Planck_2D/Fokker_Planck_2D.c | Main program for 2-D Fokker-Planck example |
examples/Fokker_Planck_2D/Fokker_Planck_2D.inp | Input file for the 2D Fokker-Planck example |
examples/Fokker_Planck_2D/Fokker_Planck_2D_inputs.c | File that parses the input file |
examples/Fokker_Planck_2D/Fokker_Planck_2D_user_defined_functions.c | User defined interface for 2-D Fokker Planck example |
examples/Lognormal_integration/lognormal_int.c | Main program for the lognormal integration example |
examples/Lognormal_integration/lognormal_int.inp | Input file for Lognormal integration example |
examples/Lognormal_integration/lognormal_int_inputs.c | File that parses the input file for the lognormal integration example |
examples/Lognormal_integration/lognormal_int_user_defined_functions.c | User defined interface for the lognormal inegration example |
src/core/moments.c | Functions declared in moments.h |
src/core/moments.h [code] | The moments class for functions acting on moments |
src/core/quadpts.c | Functions 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.c | Functions 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.c | Functions 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.c | Functions 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.c | Functions 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.c | Functions 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.c | Functions 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.c | Functions 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.c | Functions 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.c | Functions declared in sobol_sequences.h |
src/sobol/sobol_sequences.h [code] | Program for generating Sobol points in graycode order |