PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Namespaces | Functions
StressBalance.cc File Reference
#include "pism/stressbalance/StressBalance.hh"
#include "pism/stressbalance/ShallowStressBalance.hh"
#include "pism/stressbalance/SSB_Modifier.hh"
#include "pism/util/EnthalpyConverter.hh"
#include "pism/rheology/FlowLaw.hh"
#include "pism/util/Grid.hh"
#include "pism/util/Mask.hh"
#include "pism/util/ConfigInterface.hh"
#include "pism/util/error_handling.hh"
#include "pism/util/Profiling.hh"
#include "pism/util/array/CellType.hh"
#include "pism/util/Time.hh"
#include "pism/geometry/Geometry.hh"
#include "pism/util/Context.hh"

Go to the source code of this file.

Namespaces

 pism
 
 pism::stressbalance
 Stress balance models and related diagnostics.
 

Functions

static double pism::stressbalance::D2 (double u_x, double u_y, double u_z, double v_x, double v_y, double v_z)
 
void pism::stressbalance::compute_2D_principal_strain_rates (const array::Vector1 &V, const array::CellType1 &mask, array::Array2D< PrincipalStrainRates > &result)
 Compute eigenvalues of the horizontal, vertically-integrated strain rate tensor. More...
 
void pism::stressbalance::compute_2D_stresses (const rheology::FlowLaw &flow_law, const array::Vector1 &velocity, const array::Scalar &hardness, const array::CellType1 &cell_type, array::Array2D< DeviatoricStresses > &result)
 Compute 2D deviatoric stresses. More...