SL_C0de
latest

Contents:

  • Usage
  • Mathematical Theory
  • Numerical implementation
  • Scaling effect
  • Developer guide
    • SOLVER
    • spharm
    • Grid
      • GRID
      • TIME_GRID
      • SEDIMENT_TIME_GRID
      • ICE_TIME_GRID
      • OCEAN_TIME_GRID
      • TOPOGRAPHIC_TIME_GRID
      • LOAD_TIME_GRID
    • love
SL_C0de
  • Developer guide
  • Grid
  • Edit on GitHub

Grid

The Grid module is used to manage all the data in there version grided. This module define object class forgrid management, time grid management.

Note

Je doit creuser plus en détail la relation avec le module Love pour éviter tout problème.

  • GRID
    • CLASS
      • GRID
    • Methods
      • interp_on()
      • smooth_on()
      • disk()
      • zeros()
      • along_transect()
  • TIME_GRID
    • CLASS
      • TIME_GRID
    • Methods
      • interp_on_time()
      • interp_on_time_and_space()
      • grid_from_step()
      • coeff_from_step()
      • timegrdtotimecoeff()
      • timecoefftotimegrd()
      • zeros_time()
      • disk_time()
      • update_0()
      • save()
  • SEDIMENT_TIME_GRID
    • CLASS
      • SEDIMENT_TIME_GRID
    • METHODS
      • save()
  • ICE_TIME_GRID
    • CLASS
      • ICE_TIME_GRID
    • METHODS
      • ice_correction()
      • save()
  • OCEAN_TIME_GRID
    • CLASS
      • OCEAN_TIME_GRID
    • METHODS
      • update_0()
      • evaluate_ocean()
      • sea_level_solver()
      • sea_level_equation()
  • TOPOGRAPHIC_TIME_GRID
    • CLASS
      • TOPOGRAPHIC_TIME_GRID
    • METHODS
      • save()
  • LOAD_TIME_GRID
    • CLASS
      • LOAD_TIME_GRID
    • Methods
      • calc_viscuous()
      • calc_viscuous_time()
      • calc_elastic_time()
      • save()
      • clean_memory()
Previous Next

© Copyright 2024, HENRY Adrien. Revision 6d87cdb5.

Built with Sphinx using a theme provided by Read the Docs.