Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
greens.cc File Reference
#include "pism/earth/greens.hh"
#include <gsl/gsl_integration.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_sf_bessel.h>
#include <cassert>
#include <cmath>
#include <vector>

Go to the source code of this file.

Classes

struct  pism::bed::vd_params
 Parameters used to describe the response of the viscous half-space model to a disc load. More...
 

Namespaces

namespace  pism
 
namespace  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.
 
double pism::bed::vd_integrand (double kappa, void *parameters)
 Integrand defining the response of the viscous half-space model to a disc load.
 
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.