PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Classes | Namespaces | Functions
greens.hh File Reference
#include <gsl/gsl_interp.h>
#include <gsl/gsl_spline.h>

Go to the source code of this file.

Classes

class  pism::bed::greens_elastic
 
struct  pism::bed::ge_data
 Parameters used to access elastic Green's function from the [Farrell] earth model. More...
 

Namespaces

 pism
 
 pism::bed
 Bed-related models: bed deformation (provide bed elevation and uplift) and (soon) bed erosion.
 

Functions

double pism::bed::ge_integrand (unsigned ndim, const double *args, void *data)
 The integrand in defining the elastic Green's function from the [Farrell] earth model. More...
 
double pism::bed::viscDisc (double t, double H0, double R0, double r, double rho, double rho_ice, double grav, double D, double eta)
 Actually compute the response of the viscous half-space model in LingleClark, to a disc load. More...