|
PISM, A Parallel Ice Sheet Model 2.3.2-61fbb4273 committed by Andy Aschwanden on 2026-06-25
|
◆ dblquad_cubature()
Functions like Matlab's dblquad() for 2D integrals. Wrapper for cubature by Steven Johnson. The cubature code is used for double integration. It replaces iterated use of a single-variable adaptive rule as in Matlab's dblquad. cubature.{h|c} by Johnson is based on HIntLib by Rudolf Schuerer as well on GSL itself. cubature is GPLed. Definition at line 22 of file matlablike.cc. References adapt_integrate(). Referenced by pism::bed::LingleClarkSerial::compute_load_response_matrix(). |