TODO.h [code] | To do list |
doc/apidocs.h [code] | API documentation summary |
doc/mainpage.h [code] | Main page of the documentation |
doc/userman.h [code] | User manual sumary |
doc/userman_examples.h [code] | Examples |
doc/userman_instal.h [code] | User manual: Installation |
doc/userman_theory.h [code] | User manual: Theoretical background |
doc/userman_usage.h [code] | User manual: Usage |
src/c/cmd.c | Command line parsing tools |
src/c/cmd.h [code] | Command line parsing tools |
src/c/constants.c | Define constants used, like the gravitational constant and unit conversions |
src/c/constants.h [code] | Define constants used, like the gravitational constant and unit conversions |
src/c/glq.c | Functions for implementing a Gauss-Legendre Quadrature numerical integration |
src/c/glq.h [code] | Functions for implementing a Gauss-Legendre Quadrature numerical integration (Hildebrand, 1987) |
src/c/grav_prism.c | Functions that calculate the gravitational potential and its first and second derivatives for the rectangular prism |
src/c/grav_prism.h [code] | Functions that calculate the gravitational potential and its first and second derivatives for the rectangular prism |
src/c/grav_sphere.c | This module contains a set of functions that calculate the gravitational potential and its first and second derivatives for the sphere in spherical coordinates |
src/c/grav_sphere.h [code] | Functions that calculate the gravitational potential and its first and second derivatives for the sphere in spherical coordinates |
src/c/grav_tess.c | Functions that calculate the gravitational potential and its first and second derivatives for the tesseroid |
src/c/grav_tess.h [code] | Functions that calculate the gravitational potential and its first and second derivatives for the tesseroid |
src/c/logger.c | Functions to set up logging |
src/c/logger.h [code] | Functions to set up logging |
src/c/prismg_main.c | Generic main function for the prismg* programs |
src/c/prismg_main.h [code] | Generic main function for the prismg* programs |
src/c/prismgx.c | Program to calculate gx of a rectangular prism model on a set of points |
src/c/prismgxx.c | Program to calculate gxx of a rectangular prism model on a set of points |
src/c/prismgxy.c | Program to calculate gxy of a rectangular prism model on a set of points |
src/c/prismgxz.c | Program to calculate gxz of a rectangular prism model on a set of points |
src/c/prismgy.c | Program to calculate gy of a rectangular prism model on a set of points |
src/c/prismgyy.c | Program to calculate gyy of a rectangular prism model on a set of points |
src/c/prismgyz.c | Program to calculate gyz of a rectangular prism model on a set of points |
src/c/prismgz.c | Program to calculate gz of a rectangular prism model on a set of points |
src/c/prismgzz.c | Program to calculate gzz of a rectangular prism model on a set of points |
src/c/prismpot.c | Program to calculate potential of a rectangular prism model on a set of points |
src/c/tess2prism.c | Convert a tesseroid model into a prism model in spherical coordinates |
src/c/tessdefaults.c | Print the default values of the constants used in the calculations |
src/c/tessg_main.c | Generic main function for the tessg* programs |
src/c/tessg_main.h [code] | Generic main function for the tessg* programs |
src/c/tessgrd.c | Program to generate a regular grid of points |
src/c/tessgx.c | Program to calculate gx of a tesseroid model on a set of points |
src/c/tessgxx.c | Program to calculate gxx of a tesseroid model on a set of points |
src/c/tessgxy.c | Program to calculate gxy of a tesseroid model on a set of points |
src/c/tessgxz.c | Program to calculate gxz of a tesseroid model on a set of points |
src/c/tessgy.c | Program to calculate gy of a tesseroid model on a set of points |
src/c/tessgyy.c | Program to calculate gyy of a tesseroid model on a set of points |
src/c/tessgyz.c | Program to calculate gyz of a tesseroid model on a set of points |
src/c/tessgz.c | Program to calculate gz of a tesseroid model on a set of points |
src/c/tessgzz.c | Program to calculate gzz of a tesseroid model on a set of points |
src/c/tessmass.c | Calculate the mass of a tesseroid model |
src/c/tessmodgen.c | Generate tesseroid model from a regular grid |
src/c/tesspot.c | Program to calculate potential of a tesseroid model on a set of points |
src/c/utils.c | Set of misc utilities and data structures |
src/c/utils.h [code] | Set of misc utilities and data structures |
src/c/version.c | Hold the version number of the project |
src/c/version.h [code] | Hold the version number of the project |